hajili/azerbaijani-various-corpus
Viewer • Updated • 40M • 3 • 1
How to use hajili/bert-base-cased-azerbaijani with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="hajili/bert-base-cased-azerbaijani") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("hajili/bert-base-cased-azerbaijani")
model = AutoModelForMaskedLM.from_pretrained("hajili/bert-base-cased-azerbaijani", device_map="auto")This model is a fine-tuned version of google-bert/bert-base-multilingual-cased on an unknown dataset. 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 following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.1035 | 0.2500 | 15300 | 0.9753 |
| 0.988 | 0.5000 | 30600 | 0.8985 |
| 0.9276 | 0.7500 | 45900 | 0.8464 |
| 0.8903 | 1.0000 | 61200 | 0.7815 |
| 0.8631 | 1.2500 | 76500 | 0.7778 |
| 0.8435 | 1.5000 | 91800 | 0.7642 |
| 0.8246 | 1.7500 | 107100 | 0.7496 |
| 0.8132 | 2.0000 | 122400 | 0.7372 |
| 0.7999 | 2.2500 | 137700 | 0.7270 |
| 0.7924 | 2.5000 | 153000 | 0.7270 |
| 0.7876 | 2.7500 | 168300 | 0.7178 |
Base model
google-bert/bert-base-multilingual-cased