Instructions to use julieou/my_awesome_wnut_model_eval_batch_32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use julieou/my_awesome_wnut_model_eval_batch_32 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="julieou/my_awesome_wnut_model_eval_batch_32")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("julieou/my_awesome_wnut_model_eval_batch_32") model = AutoModelForTokenClassification.from_pretrained("julieou/my_awesome_wnut_model_eval_batch_32", device_map="auto") - Notebooks
- Google Colab
- Kaggle
my_awesome_wnut_model_eval_batch_32
This model is a fine-tuned version of distilbert/distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.3625
- Precision: 0.5892
- Recall: 0.3828
- F1: 0.4640
- Accuracy: 0.9469
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: 32
- 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: 20
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 213 | 0.2823 | 0.6111 | 0.2651 | 0.3697 | 0.9398 |
| No log | 2.0 | 426 | 0.2599 | 0.5669 | 0.3142 | 0.4043 | 0.9445 |
| 0.1792 | 3.0 | 639 | 0.2966 | 0.5825 | 0.3336 | 0.4243 | 0.9460 |
| 0.1792 | 4.0 | 852 | 0.2835 | 0.5208 | 0.4069 | 0.4568 | 0.9455 |
| 0.0412 | 5.0 | 1065 | 0.3066 | 0.5449 | 0.3883 | 0.4535 | 0.9471 |
| 0.0412 | 6.0 | 1278 | 0.3290 | 0.6032 | 0.3791 | 0.4656 | 0.9476 |
| 0.0412 | 7.0 | 1491 | 0.3368 | 0.5757 | 0.4124 | 0.4806 | 0.9482 |
| 0.0176 | 8.0 | 1704 | 0.3508 | 0.5442 | 0.3763 | 0.4449 | 0.9468 |
| 0.0176 | 9.0 | 1917 | 0.3625 | 0.5892 | 0.3828 | 0.4640 | 0.9469 |
Framework versions
- Transformers 5.15.0
- Pytorch 2.11.0+cpu
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 44
Model tree for julieou/my_awesome_wnut_model_eval_batch_32
Base model
distilbert/distilbert-base-uncased