distilbert-base-uncased-finetuned-as_sentences
This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.2453
- Accuracy: 0.9533
- F1: 0.9551
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: 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: 10
Training results
Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
---|---|---|---|---|---|
0.8184 | 1.0 | 88 | 0.6306 | 0.76 | 0.7329 |
0.4491 | 2.0 | 176 | 0.3916 | 0.86 | 0.8516 |
0.1855 | 3.0 | 264 | 0.2480 | 0.9267 | 0.9271 |
0.085 | 4.0 | 352 | 0.2102 | 0.94 | 0.9370 |
0.0348 | 5.0 | 440 | 0.2103 | 0.9467 | 0.9511 |
0.0165 | 6.0 | 528 | 0.2304 | 0.9533 | 0.9545 |
0.0108 | 7.0 | 616 | 0.2580 | 0.9467 | 0.9489 |
0.0062 | 8.0 | 704 | 0.2417 | 0.9467 | 0.9494 |
0.0079 | 9.0 | 792 | 0.2460 | 0.9533 | 0.9551 |
0.0021 | 10.0 | 880 | 0.2453 | 0.9533 | 0.9551 |
Framework versions
- Transformers 4.30.2
- Pytorch 2.0.1+cu118
- Datasets 2.13.1
- Tokenizers 0.13.3
- Downloads last month
- 7
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.