Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Amaresh-ds/bert-telecom-verbatim-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amaresh-ds/bert-telecom-verbatim-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Amaresh-ds/bert-telecom-verbatim-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Amaresh-ds/bert-telecom-verbatim-classifier") model = AutoModelForSequenceClassification.from_pretrained("Amaresh-ds/bert-telecom-verbatim-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
bert-telecom-verbatim-classifier
This model is a fine-tuned version of google-bert/bert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.2954
- Accuracy: 0.896
- Auc: 0.962
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: 0.0002
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- 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: linear
- num_epochs: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|---|---|---|---|---|---|
| 0.4304 | 1.0 | 16572 | 0.4109 | 0.868 | 0.944 |
| 0.3948 | 2.0 | 33144 | 0.3270 | 0.882 | 0.952 |
| 0.3761 | 3.0 | 49716 | 0.3255 | 0.886 | 0.955 |
| 0.3651 | 4.0 | 66288 | 0.3051 | 0.887 | 0.958 |
| 0.3564 | 5.0 | 82860 | 0.3081 | 0.891 | 0.958 |
| 0.3498 | 6.0 | 99432 | 0.3033 | 0.892 | 0.96 |
| 0.347 | 7.0 | 116004 | 0.3001 | 0.893 | 0.961 |
| 0.3391 | 8.0 | 132576 | 0.2993 | 0.894 | 0.962 |
| 0.3371 | 9.0 | 149148 | 0.2943 | 0.895 | 0.962 |
| 0.3346 | 10.0 | 165720 | 0.2954 | 0.896 | 0.962 |
Framework versions
- Transformers 4.51.3
- Pytorch 2.6.0+cu124
- Datasets 3.5.1
- Tokenizers 0.21.1
- Downloads last month
- 2
Model tree for Amaresh-ds/bert-telecom-verbatim-classifier
Base model
google-bert/bert-base-uncased