Instructions to use daominhwysi/results_enhanced_v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use daominhwysi/results_enhanced_v3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="daominhwysi/results_enhanced_v3")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("daominhwysi/results_enhanced_v3") model = AutoModelForTokenClassification.from_pretrained("daominhwysi/results_enhanced_v3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
results_enhanced_v3
This model is a fine-tuned version of jhu-clsp/mmBERT-base on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.0624
- Precision: 0.9092
- Recall: 0.9655
- F1: 0.9365
- Accuracy: 0.9831
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: 8
- eval_batch_size: 4
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 16
- 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: cosine
- lr_scheduler_warmup_steps: 474
- num_epochs: 4
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Accuracy | F1 | Validation Loss | Precision | Recall |
|---|---|---|---|---|---|---|---|
| 0.5695 | 1.0 | 1188 | 0.9065 | 0.8050 | 0.2506 | 0.7138 | 0.9227 |
| 0.2803 | 2.0 | 2376 | 0.9509 | 0.8766 | 0.1381 | 0.8192 | 0.9426 |
| 0.1094 | 3.0 | 3564 | 0.9766 | 0.9268 | 0.0900 | 0.8944 | 0.9617 |
| 0.0530 | 4.0 | 4752 | 0.0805 | 0.9137 | 0.9666 | 0.9394 | 0.9814 |
Framework versions
- Transformers 5.15.1
- Pytorch 2.11.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- -
Model tree for daominhwysi/results_enhanced_v3
Base model
jhu-clsp/mmBERT-base