Instructions to use JoshGriffithsDev/mutation_BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JoshGriffithsDev/mutation_BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="JoshGriffithsDev/mutation_BERT")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("JoshGriffithsDev/mutation_BERT") model = AutoModelForTokenClassification.from_pretrained("JoshGriffithsDev/mutation_BERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
mutation_BERT
This model is a fine-tuned version of google-bert/bert-base-uncased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0335
- Precision: 0.9672
- Recall: 0.9690
- F1: 0.9681
- Accuracy: 0.9961
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: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.0315 | 1.0 | 2426 | 0.0232 | 0.9521 | 0.9360 | 0.9440 | 0.9930 |
| 0.0158 | 2.0 | 4852 | 0.0204 | 0.9546 | 0.9559 | 0.9552 | 0.9944 |
| 0.0104 | 3.0 | 7278 | 0.0185 | 0.9614 | 0.9596 | 0.9605 | 0.9951 |
| 0.0066 | 4.0 | 9704 | 0.0250 | 0.9630 | 0.9619 | 0.9624 | 0.9954 |
| 0.0042 | 5.0 | 12130 | 0.0254 | 0.9629 | 0.9658 | 0.9643 | 0.9955 |
| 0.0023 | 6.0 | 14556 | 0.0301 | 0.9558 | 0.9669 | 0.9613 | 0.9951 |
| 0.0015 | 7.0 | 16982 | 0.0281 | 0.9632 | 0.9667 | 0.9650 | 0.9956 |
| 0.0011 | 8.0 | 19408 | 0.0306 | 0.9652 | 0.9665 | 0.9658 | 0.9957 |
| 0.0010 | 9.0 | 21834 | 0.0318 | 0.9685 | 0.9676 | 0.9680 | 0.9961 |
| 0.0003 | 10.0 | 24260 | 0.0335 | 0.9672 | 0.9690 | 0.9681 | 0.9961 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 11
Model tree for JoshGriffithsDev/mutation_BERT
Base model
google-bert/bert-base-uncased