my_finetuned_wnut_model_1012
This model is a fine-tuned version of dslim/bert-base-NER on the wnut_17 dataset. It achieves the following results on the evaluation set:
- Loss: 0.3466
- Precision: 0.5545
- Recall: 0.3865
- F1: 0.4555
- Accuracy: 0.9478
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 adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 3
Training results
Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
---|---|---|---|---|---|---|---|
No log | 1.0 | 213 | 0.3387 | 0.4596 | 0.4004 | 0.4279 | 0.9446 |
No log | 2.0 | 426 | 0.3275 | 0.5357 | 0.3892 | 0.4509 | 0.9476 |
0.0285 | 3.0 | 639 | 0.3466 | 0.5545 | 0.3865 | 0.4555 | 0.9478 |
Framework versions
- Transformers 4.47.1
- Pytorch 2.5.1+cu121
- Datasets 3.2.0
- Tokenizers 0.21.0
- Downloads last month
- 19
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
Model tree for mircoboettcher/my_finetuned_wnut_model_1012
Base model
dslim/bert-base-NERDataset used to train mircoboettcher/my_finetuned_wnut_model_1012
Evaluation results
- Precision on wnut_17test set self-reported0.555
- Recall on wnut_17test set self-reported0.386
- F1 on wnut_17test set self-reported0.455
- Accuracy on wnut_17test set self-reported0.948