Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Rudra03/results3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rudra03/results3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Rudra03/results3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Rudra03/results3") model = AutoModelForSequenceClassification.from_pretrained("Rudra03/results3") - Notebooks
- Google Colab
- Kaggle
results3
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.4245
- Accuracy: 0.8427
- F1: 0.7076
- Precision: 0.7287
- Recall: 0.6974
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: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 3
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 201 | 0.4697 | 0.8399 | 0.6569 | 0.7673 | 0.6344 |
| No log | 2.0 | 402 | 0.4234 | 0.8455 | 0.6930 | 0.7371 | 0.6691 |
| 0.5065 | 3.0 | 603 | 0.4245 | 0.8427 | 0.7076 | 0.7287 | 0.6974 |
Framework versions
- Transformers 4.41.2
- Pytorch 2.1.2
- Datasets 2.19.2
- Tokenizers 0.19.1
- Downloads last month
- 3
Model tree for Rudra03/results3
Base model
google-bert/bert-base-uncased