hajili/azerbaijani-various-corpus
Viewer • Updated • 40M • 1 • 1
How to use hajili/roberta-base-azerbaijani with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="hajili/roberta-base-azerbaijani") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("hajili/roberta-base-azerbaijani")
model = AutoModelForMaskedLM.from_pretrained("hajili/roberta-base-azerbaijani")This model is a continued pre-trained version of xlm-roberta-base on a various cleaned community corpus. It achieves the following results on the evaluation set:
We thank Microsoft Accelerating Foundation Models Research Program for supporting our research. Authors: Mammad Hajili, Duygu Ataman
The model was trained on masked language model task on a single V100 GPU for 68 hours. For downstream tasks, it requires to be fine-tuned based on objective of the task.
The training data is clean mix of various Azerbaijani corpus shared by the community.
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.6126 | 0.2500 | 100910 | 1.4818 |
| 1.4961 | 0.5000 | 201820 | 1.4163 |
| 1.4324 | 0.7500 | 302730 | 1.3371 |
| 1.387 | 1.0000 | 403640 | 1.3070 |
| 1.3488 | 1.2500 | 504550 | 1.2649 |
| 1.323 | 1.5000 | 605460 | 1.2581 |
| 1.3006 | 1.7500 | 706370 | 1.2066 |
| 1.2866 | 2.0000 | 807280 | 1.2095 |
| 1.2646 | 2.2500 | 908190 | 1.2019 |
| 1.2492 | 2.5000 | 1009100 | 1.1779 |
| 1.2425 | 2.7500 | 1110010 | 1.1742 |
Base model
FacebookAI/xlm-roberta-base