Text Classification
Transformers
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use fassabilf/indonli-deberta-v3-base_10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fassabilf/indonli-deberta-v3-base_10 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fassabilf/indonli-deberta-v3-base_10")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fassabilf/indonli-deberta-v3-base_10") model = AutoModelForSequenceClassification.from_pretrained("fassabilf/indonli-deberta-v3-base_10", device_map="auto") - Notebooks
- Google Colab
- Kaggle
indonli-deberta-v3-base_10
This model is a fine-tuned version of cross-encoder/nli-deberta-v3-base on the None dataset. It achieves the following results on the evaluation set:
- Loss: 2.0293
- Accuracy: 0.7311
- F1: 0.7315
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: 4
- eval_batch_size: 4
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 16
- 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: cosine
- num_epochs: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|---|---|---|---|---|---|
| 0.7318 | 1.0 | 1583 | 0.6725 | 0.7204 | 0.7218 |
| 0.5691 | 2.0 | 3166 | 0.6690 | 0.7336 | 0.7345 |
| 0.4593 | 3.0 | 4749 | 0.7598 | 0.7349 | 0.7355 |
| 0.3097 | 4.0 | 6332 | 0.8300 | 0.7286 | 0.7287 |
| 0.2553 | 5.0 | 7915 | 1.0356 | 0.7262 | 0.7276 |
| 0.1916 | 6.0 | 9498 | 1.4405 | 0.7343 | 0.7341 |
| 0.1912 | 7.0 | 11081 | 1.6716 | 0.7289 | 0.7287 |
| 0.1121 | 8.0 | 12664 | 1.8807 | 0.7333 | 0.7334 |
| 0.095 | 9.0 | 14247 | 2.0200 | 0.7302 | 0.7309 |
| 0.0694 | 9.9940 | 15820 | 2.0293 | 0.7311 | 0.7315 |
Framework versions
- Transformers 4.51.1
- Pytorch 2.5.1+cu124
- Datasets 3.5.0
- Tokenizers 0.21.0
- Downloads last month
- 6
Model tree for fassabilf/indonli-deberta-v3-base_10
Base model
microsoft/deberta-v3-base Quantized
cross-encoder/nli-deberta-v3-base