This is the first open-source fine-tuned model for machine translation from Italian to Sardinian, 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 Italian to the Sardinian language, 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 Italian to Sardinian.
Here’s a minimal example to perform translation:
1from transformers import pipeline
2
3
4model_id = "Zenomis/mt5-italian-sardinian"
5
6translator = pipeline(
7 task="translation",
8 model=model_id,
9 tokenizer=model_id,
10 framework="pt"
11)
12
13italian_text = "L'autonomia è un principio fondamentale della democrazia."
14
15# Translation
16result = translator(sardu_text, max_length=200)
17print("Output (Sardo):", 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]
Model Card Contact
For questions, collaboration proposals, or commercial use requests, please contact: