Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Naren-Kandasamy/indicbert_tmp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Naren-Kandasamy/indicbert_tmp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Naren-Kandasamy/indicbert_tmp")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Naren-Kandasamy/indicbert_tmp") model = AutoModelForSequenceClassification.from_pretrained("Naren-Kandasamy/indicbert_tmp", device_map="auto") - Notebooks
- Google Colab
- Kaggle
indicbert_tmp
This model is a fine-tuned version of ai4bharat/IndicBERTv2-MLM-only on the None dataset. It achieves the following results on the evaluation set:
- Loss: 2.9940
- Accuracy: 0.3435
- F1: 0.3684
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 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: 0.1
- num_epochs: 10
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|---|---|---|---|---|---|
| No log | 1.0 | 435 | 1.7449 | 0.2546 | 0.2496 |
| 1.7385 | 2.0 | 870 | 1.6650 | 0.3484 | 0.3423 |
| 1.3133 | 3.0 | 1305 | 1.8328 | 0.3423 | 0.3699 |
| 0.8907 | 4.0 | 1740 | 2.0918 | 0.3289 | 0.3622 |
| 0.5337 | 5.0 | 2175 | 2.2573 | 0.3301 | 0.3606 |
| 0.3305 | 6.0 | 2610 | 2.5753 | 0.3362 | 0.3612 |
| 0.2091 | 7.0 | 3045 | 2.7316 | 0.3447 | 0.3660 |
| 0.2091 | 8.0 | 3480 | 2.8791 | 0.3447 | 0.3550 |
| 0.1479 | 9.0 | 3915 | 2.9868 | 0.3398 | 0.3679 |
| 0.1114 | 10.0 | 4350 | 2.9940 | 0.3435 | 0.3684 |
Framework versions
- Transformers 5.1.0
- Pytorch 2.9.0+cu126
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 8
Model tree for Naren-Kandasamy/indicbert_tmp
Base model
ai4bharat/IndicBERTv2-MLM-only