Instructions to use OTAR3088/CeLLaTe_contracted_ent_Reinit_llrd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OTAR3088/CeLLaTe_contracted_ent_Reinit_llrd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="OTAR3088/CeLLaTe_contracted_ent_Reinit_llrd")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("OTAR3088/CeLLaTe_contracted_ent_Reinit_llrd") model = AutoModelForTokenClassification.from_pretrained("OTAR3088/CeLLaTe_contracted_ent_Reinit_llrd") - Notebooks
- Google Colab
- Kaggle
CeLLaTe_contracted_ent_Reinit_llrd
This model is a fine-tuned version of Mardiyyah/cellate2.0-tapt_base-LR_5e-05 on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.0639
- Precision: 0.7075
- Recall: 0.6941
- F1: 0.7008
- Accuracy: 0.9815
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: 3407
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.06
- num_epochs: 20
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 1.3585 | 0.0476 | 100 | 1.1065 | 0.0093 | 0.0006 | 0.0012 | 0.9493 |
| 0.577 | 0.0951 | 200 | 0.2372 | 0.0 | 0.0 | 0.0 | 0.9507 |
| 0.2154 | 0.1427 | 300 | 0.1404 | 0.2590 | 0.0592 | 0.0963 | 0.9531 |
| 0.1576 | 0.1902 | 400 | 0.1211 | 0.2437 | 0.2756 | 0.2587 | 0.9589 |
| 0.127 | 0.2378 | 500 | 0.0964 | 0.4018 | 0.3914 | 0.3966 | 0.9696 |
| 0.1093 | 0.2853 | 600 | 0.0875 | 0.5638 | 0.4758 | 0.5160 | 0.9755 |
| 0.0845 | 0.3329 | 700 | 0.0760 | 0.6387 | 0.5796 | 0.6077 | 0.9779 |
| 0.0755 | 0.3804 | 800 | 0.0676 | 0.6460 | 0.6879 | 0.6663 | 0.9788 |
| 0.0554 | 0.4280 | 900 | 0.0796 | 0.5952 | 0.7262 | 0.6542 | 0.9773 |
| 0.0563 | 0.4755 | 1000 | 0.0651 | 0.6568 | 0.6853 | 0.6708 | 0.9789 |
| 0.0547 | 0.5231 | 1100 | 0.0616 | 0.6916 | 0.6973 | 0.6945 | 0.9809 |
| 0.0477 | 0.5706 | 1200 | 0.0635 | 0.7075 | 0.6941 | 0.7008 | 0.9815 |
| 0.0462 | 0.6182 | 1300 | 0.0660 | 0.5998 | 0.7451 | 0.6646 | 0.9770 |
| 0.0424 | 0.6657 | 1400 | 0.0884 | 0.5538 | 0.7640 | 0.6422 | 0.9733 |
| 0.0378 | 0.7133 | 1500 | 0.0776 | 0.7448 | 0.6318 | 0.6837 | 0.9802 |
Framework versions
- Transformers 4.48.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.2
- Tokenizers 0.21.0
- Downloads last month
- 25
Model tree for OTAR3088/CeLLaTe_contracted_ent_Reinit_llrd
Finetuned
Mardiyyah/cellate2.0-tapt_base-LR_5e-05