Instructions to use JoshGriffithsDev/mutation_BERT_multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JoshGriffithsDev/mutation_BERT_multilingual with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="JoshGriffithsDev/mutation_BERT_multilingual")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("JoshGriffithsDev/mutation_BERT_multilingual") model = AutoModelForTokenClassification.from_pretrained("JoshGriffithsDev/mutation_BERT_multilingual", device_map="auto") - Notebooks
- Google Colab
- Kaggle
mutation_BERT_multilingual
This model is a fine-tuned version of google-bert/bert-base-multilingual-uncased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0388
- Precision: 0.9433
- Recall: 0.9488
- F1: 0.9460
- Accuracy: 0.9935
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: 2e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 5
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.0483 | 1.0 | 2426 | 0.0372 | 0.9078 | 0.9169 | 0.9123 | 0.9888 |
| 0.0284 | 2.0 | 4852 | 0.0284 | 0.9413 | 0.9354 | 0.9383 | 0.9923 |
| 0.0147 | 3.0 | 7278 | 0.0296 | 0.9428 | 0.9420 | 0.9424 | 0.9929 |
| 0.0099 | 4.0 | 9704 | 0.0336 | 0.9441 | 0.9436 | 0.9439 | 0.9932 |
| 0.0050 | 5.0 | 12130 | 0.0388 | 0.9433 | 0.9488 | 0.9460 | 0.9935 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 5
Model tree for JoshGriffithsDev/mutation_BERT_multilingual
Base model
google-bert/bert-base-multilingual-uncased