Instructions to use Katia2001/my_awesome_wnut_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Katia2001/my_awesome_wnut_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Katia2001/my_awesome_wnut_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Katia2001/my_awesome_wnut_model") model = AutoModelForTokenClassification.from_pretrained("Katia2001/my_awesome_wnut_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
my_awesome_wnut_model
This model is a fine-tuned version of camembert-base on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0127
- Precision: 0.0
- Recall: 0.0
- F1: 0.0
- Accuracy: 0.9975
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: 0.002
- 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 |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 160 | 0.0502 | 0.0 | 0.0 | 0.0 | 0.9895 |
| No log | 2.0 | 320 | 0.0287 | 0.0 | 0.0 | 0.0 | 0.9946 |
| No log | 3.0 | 480 | 0.0214 | 0.0 | 0.0 | 0.0 | 0.9959 |
| 0.0687 | 4.0 | 640 | 0.0180 | 0.0 | 0.0 | 0.0 | 0.9969 |
| 0.0687 | 5.0 | 800 | 0.0161 | 0.0 | 0.0 | 0.0 | 0.9971 |
| 0.0687 | 6.0 | 960 | 0.0145 | 0.0 | 0.0 | 0.0 | 0.9973 |
| 0.0234 | 7.0 | 1120 | 0.0137 | 0.0 | 0.0 | 0.0 | 0.9973 |
| 0.0234 | 8.0 | 1280 | 0.0132 | 0.0 | 0.0 | 0.0 | 0.9975 |
| 0.0234 | 9.0 | 1440 | 0.0128 | 0.0 | 0.0 | 0.0 | 0.9975 |
| 0.0194 | 10.0 | 1600 | 0.0127 | 0.0 | 0.0 | 0.0 | 0.9975 |
Framework versions
- Transformers 5.16.1
- Pytorch 2.11.0+cu128
- Datasets 4.8.5
- Tokenizers 0.23.1
- Downloads last month
- 15
Model tree for Katia2001/my_awesome_wnut_model
Base model
almanach/camembert-base