This is the first open-source fine-tuned model for machine translation from Sardinian to Italian, developed by Simone Pinna.
Model Card for Model ID
This modelcard aims to be a base template for new models. It has been generated using this raw template.
Model Details
Model Description
The first fine-tuned machine translation model capable of translating from the Sardinian language to Italian, based on the mT5-small architecture. It was trained on a specially developed SardinianโItalian parallel corpus, with the aim of promoting research and use of the Sardinian language in NLP contexts.
- Developed by: Simone Pinna
- License: cc-by-nc-4.0
- Finetuned from model [optional]: google/mt5-small
Model Sources [optional]
- Repository: [More Information Needed]
- Paper [optional]: [More Information Needed]
- Demo [optional]: [More Information Needed]
Uses
You can use this model directly via Hugging Face transformers
pipeline.
It translates sentences from Sardinian to Italian.
Hereโs a minimal example to perform translation:
from transformers import pipeline
model_id = "Zenomis/mt5-sardinian-to-italian"
translator = pipeline(
task="translation",
model=model_id,
tokenizer=model_id,
framework="pt"
)
sardu_text = "Su autonomรฌsmu est cussu fenomenu in politica in ube una comunidade pรนnnat a siche picare prus potere."
# Translation
result = translator(sardu_text, max_length=200)
print("Output (Italiano):", result[0]["translation_text"])
Direct Use
[More Information Needed]
Downstream Use [optional]
[More Information Needed]
Out-of-Scope Use
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
Training Details
Training Data
[More Information Needed]
Training Procedure
Preprocessing [optional]
[More Information Needed]
Training Hyperparameters
- Training regime: [More Information Needed]
Speeds, Sizes, Times [optional]
[More Information Needed]
Evaluation
Testing Data, Factors & Metrics
Testing Data
[More Information Needed]
Factors
[More Information Needed]
Metrics
[More Information Needed]
Results
[More Information Needed]
Summary
Model Examination [optional]
[More Information Needed]
Environmental Impact
Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).
- Hardware Type: [More Information Needed]
- Hours used: [More Information Needed]
- Cloud Provider: [More Information Needed]
- Compute Region: [More Information Needed]
- Carbon Emitted: [More Information Needed]
Technical Specifications [optional]
Model Architecture and Objective
[More Information Needed]
Compute Infrastructure
[More Information Needed]
Hardware
[More Information Needed]
Software
[More Information Needed]
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Model Card Authors [optional]
Simone Pinna: [email protected]
Model Card Contact
For questions, collaboration proposals, or commercial use requests, please contact:
Simone Pinna โ [email protected]
- Downloads last month
- 8
Model tree for Zenomis/mt5-sardinian-to-italian
Base model
google/mt5-small