Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Zeeshanshanih/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zeeshanshanih/results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Zeeshanshanih/results")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Zeeshanshanih/results") model = AutoModelForSequenceClassification.from_pretrained("Zeeshanshanih/results") - Notebooks
- Google Colab
- Kaggle
results
This model is a fine-tuned version of bert-base-multilingual-cased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.1639
- Accuracy: 0.9908
- Precision: 0.9908
- Recall: 0.9907
- F1: 0.9907
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: 32
- eval_batch_size: 32
- 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: linear
- num_epochs: 10
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|
| 0.1575 | 1.0 | 1720 | 0.1725 | 0.9681 | 0.9665 | 0.9709 | 0.9679 |
| 0.1027 | 2.0 | 3440 | 0.1379 | 0.9846 | 0.9856 | 0.9832 | 0.9843 |
| 0.0615 | 3.0 | 5160 | 0.1587 | 0.9866 | 0.9877 | 0.9853 | 0.9864 |
| 0.0352 | 4.0 | 6880 | 0.1278 | 0.9871 | 0.9867 | 0.9872 | 0.9870 |
| 0.0251 | 5.0 | 8600 | 0.1407 | 0.9899 | 0.9897 | 0.9898 | 0.9898 |
| 0.0137 | 6.0 | 10320 | 0.1395 | 0.9889 | 0.9886 | 0.9889 | 0.9888 |
| 0.0073 | 7.0 | 12040 | 0.1517 | 0.9904 | 0.9903 | 0.9903 | 0.9903 |
| 0.0055 | 8.0 | 13760 | 0.1711 | 0.9898 | 0.9895 | 0.9899 | 0.9897 |
| 0.0047 | 9.0 | 15480 | 0.1718 | 0.9900 | 0.9896 | 0.9902 | 0.9899 |
| 0.0014 | 10.0 | 17200 | 0.1639 | 0.9908 | 0.9908 | 0.9907 | 0.9907 |
Framework versions
- Transformers 5.9.0
- Pytorch 2.10.0+cu128
- Datasets 4.8.3
- Tokenizers 0.22.2
- Downloads last month
- 9
Model tree for Zeeshanshanih/results
Base model
google-bert/bert-base-multilingual-cased