Instructions to use NiGuLa/google-bert_bert-base-multilingual-cased_ep10_lr1e-05_batchpergpu16_gpu1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NiGuLa/google-bert_bert-base-multilingual-cased_ep10_lr1e-05_batchpergpu16_gpu1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NiGuLa/google-bert_bert-base-multilingual-cased_ep10_lr1e-05_batchpergpu16_gpu1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NiGuLa/google-bert_bert-base-multilingual-cased_ep10_lr1e-05_batchpergpu16_gpu1") model = AutoModelForSequenceClassification.from_pretrained("NiGuLa/google-bert_bert-base-multilingual-cased_ep10_lr1e-05_batchpergpu16_gpu1") - Notebooks
- Google Colab
- Kaggle
google-bert_bert-base-multilingual-cased_ep10_lr1e-05_batchpergpu16_gpu1
This model is a fine-tuned version of google-bert/bert-base-multilingual-cased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.2113
- F1 Micro: 0.6264
- F1 Macro: 0.1953
- Exact Match: 0.6439
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | Exact Match |
|---|---|---|---|---|---|---|
| 0.2185 | 0.9924 | 131 | 0.2256 | 0.6003 | 0.1191 | 0.5985 |
| 0.2000 | 1.9848 | 262 | 0.1938 | 0.5720 | 0.1192 | 0.6515 |
| 0.1728 | 2.9773 | 393 | 0.1912 | 0.6125 | 0.1620 | 0.6591 |
| 0.1764 | 3.9697 | 524 | 0.1966 | 0.5975 | 0.1812 | 0.6515 |
| 0.1212 | 4.9621 | 655 | 0.2037 | 0.6359 | 0.1980 | 0.6439 |
| 0.1159 | 5.9545 | 786 | 0.2108 | 0.6455 | 0.2031 | 0.6496 |
| 0.1253 | 6.9470 | 917 | 0.2118 | 0.6441 | 0.2035 | 0.6515 |
| 0.1136 | 7.9394 | 1048 | 0.2113 | 0.6264 | 0.1953 | 0.6439 |
Framework versions
- Transformers 5.6.2
- Pytorch 2.11.0+cu130
- Datasets 4.8.4
- Tokenizers 0.22.2
- Downloads last month
- 3
Model tree for NiGuLa/google-bert_bert-base-multilingual-cased_ep10_lr1e-05_batchpergpu16_gpu1
Base model
google-bert/bert-base-multilingual-cased