Instructions to use AleRams/test-trainer_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AleRams/test-trainer_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AleRams/test-trainer_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AleRams/test-trainer_2") model = AutoModelForSequenceClassification.from_pretrained("AleRams/test-trainer_2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
test-trainer_2
This model is a fine-tuned version of bert-base-uncased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0001
- Accuracy: 1.0
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: 5e-05
- train_batch_size: 8
- 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 |
|---|---|---|---|---|
| 0.416 | 0.17 | 30 | 0.0027 | 1.0 |
| 0.0015 | 0.34 | 60 | 0.0006 | 1.0 |
| 0.0006 | 0.51 | 90 | 0.0004 | 1.0 |
| 0.0005 | 0.69 | 120 | 0.0003 | 1.0 |
| 0.0004 | 0.86 | 150 | 0.0003 | 1.0 |
| 0.0003 | 1.03 | 180 | 0.0002 | 1.0 |
| 0.0003 | 1.2 | 210 | 0.0002 | 1.0 |
| 0.0002 | 1.37 | 240 | 0.0002 | 1.0 |
| 0.0002 | 1.54 | 270 | 0.0002 | 1.0 |
| 0.0002 | 1.71 | 300 | 0.0001 | 1.0 |
| 0.0002 | 1.89 | 330 | 0.0001 | 1.0 |
| 0.0002 | 2.06 | 360 | 0.0001 | 1.0 |
| 0.0002 | 2.23 | 390 | 0.0001 | 1.0 |
| 0.0002 | 2.4 | 420 | 0.0001 | 1.0 |
| 0.0001 | 2.57 | 450 | 0.0001 | 1.0 |
| 0.0001 | 2.74 | 480 | 0.0001 | 1.0 |
| 0.0001 | 2.91 | 510 | 0.0001 | 1.0 |
Framework versions
- Transformers 4.36.2
- Pytorch 2.1.0+cu121
- Datasets 2.16.1
- Tokenizers 0.15.0
- Downloads last month
- 3
Model tree for AleRams/test-trainer_2
Base model
google-bert/bert-base-uncased