Instructions to use JoshGriffithsDev/Mutation_distillBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JoshGriffithsDev/Mutation_distillBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="JoshGriffithsDev/Mutation_distillBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("JoshGriffithsDev/Mutation_distillBERT") model = AutoModelForTokenClassification.from_pretrained("JoshGriffithsDev/Mutation_distillBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
mutation_distillBERT
This model is a fine-tuned version of distilbert/distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0338
- Precision: 0.9496
- Recall: 0.9500
- F1: 0.9498
- Accuracy: 0.9932
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.1352 | 1.0 | 971 | 0.0388 | 0.9136 | 0.9217 | 0.9176 | 0.9881 |
| 0.0303 | 2.0 | 1942 | 0.0305 | 0.9369 | 0.9316 | 0.9342 | 0.9909 |
| 0.0157 | 3.0 | 2913 | 0.0318 | 0.9473 | 0.9405 | 0.9439 | 0.9923 |
| 0.0079 | 4.0 | 3884 | 0.0317 | 0.9558 | 0.9472 | 0.9515 | 0.9934 |
| 0.0055 | 5.0 | 4855 | 0.0338 | 0.9496 | 0.9500 | 0.9498 | 0.9932 |
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_distillBERT
Base model
distilbert/distilbert-base-uncased