Instructions to use Dax99993/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dax99993/results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Dax99993/results")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Dax99993/results") model = AutoModelForSequenceClassification.from_pretrained("Dax99993/results") - Notebooks
- Google Colab
- Kaggle
results
This model is a fine-tuned version of bert-base-cased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.4228
- Accuracy: 0.825
- F1: 0.8232
- Precision: 0.8353
- Recall: 0.825
- Auc: 0.9123
- Eer: 0.1675
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: 8
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 16
- optimizer: Use 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: 4
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Auc | Eer |
|---|---|---|---|---|---|---|---|---|---|
| 1.3942 | 0.4 | 10 | 0.6852 | 0.5725 | 0.5594 | 0.5780 | 0.5725 | 0.5952 | 0.4574 |
| 1.3530 | 0.8 | 20 | 0.6656 | 0.68 | 0.6731 | 0.6924 | 0.68 | 0.7576 | 0.3700 |
| 1.1817 | 1.2 | 30 | 0.6389 | 0.7075 | 0.6936 | 0.7461 | 0.7075 | 0.8028 | 0.2925 |
| 1.3292 | 1.6 | 40 | 0.6024 | 0.72 | 0.72 | 0.7206 | 0.72 | 0.8096 | 0.2800 |
| 0.9740 | 2.0 | 50 | 0.5590 | 0.7525 | 0.7419 | 0.7950 | 0.7525 | 0.8747 | 0.2450 |
| 0.8852 | 2.4 | 60 | 0.4935 | 0.795 | 0.7912 | 0.8138 | 0.795 | 0.8975 | 0.2023 |
| 0.7018 | 2.8 | 70 | 0.4537 | 0.8075 | 0.8072 | 0.8107 | 0.8075 | 0.8953 | 0.1925 |
| 0.5976 | 3.2 | 80 | 0.4478 | 0.815 | 0.8123 | 0.8303 | 0.815 | 0.9094 | 0.1700 |
| 0.4661 | 3.6 | 90 | 0.4093 | 0.835 | 0.8348 | 0.8357 | 0.835 | 0.9115 | 0.1751 |
| 0.3866 | 4.0 | 100 | 0.4228 | 0.825 | 0.8232 | 0.8353 | 0.825 | 0.9123 | 0.1675 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.8.0+rocm6.4
- Datasets 4.5.0
- Tokenizers 0.22.2
- Downloads last month
- 2
Model tree for Dax99993/results
Base model
google-bert/bert-base-cased