Instructions to use julieou/my_awesome_wnut_model_roberta_lr_validation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use julieou/my_awesome_wnut_model_roberta_lr_validation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="julieou/my_awesome_wnut_model_roberta_lr_validation")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("julieou/my_awesome_wnut_model_roberta_lr_validation") model = AutoModelForTokenClassification.from_pretrained("julieou/my_awesome_wnut_model_roberta_lr_validation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
my_awesome_wnut_model_roberta_lr_validation
This model is a fine-tuned version of distilbert/distilroberta-base on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.2501
- Precision: 0.6840
- Recall: 0.5359
- F1: 0.6009
- Accuracy: 0.9558
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: 3e-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: 20
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 213 | 0.2194 | 0.6477 | 0.5036 | 0.5666 | 0.9521 |
| No log | 2.0 | 426 | 0.2059 | 0.6924 | 0.5144 | 0.5903 | 0.9558 |
| 0.1579 | 3.0 | 639 | 0.1853 | 0.6514 | 0.6124 | 0.6313 | 0.9592 |
| 0.1579 | 4.0 | 852 | 0.2001 | 0.6622 | 0.5957 | 0.6272 | 0.9597 |
| 0.0429 | 5.0 | 1065 | 0.2501 | 0.6840 | 0.5359 | 0.6009 | 0.9558 |
Framework versions
- Transformers 5.15.0
- Pytorch 2.11.0+cpu
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 22
Model tree for julieou/my_awesome_wnut_model_roberta_lr_validation
Base model
distilbert/distilroberta-base