Commit ·
c4b0924
1
Parent(s): ccbecfe
update model card README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
# distilbert-classification-eplorer
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
@@ -31,16 +33,22 @@ More information needed
|
|
| 31 |
### Training hyperparameters
|
| 32 |
|
| 33 |
The following hyperparameters were used during training:
|
| 34 |
-
- learning_rate:
|
| 35 |
-
- train_batch_size:
|
| 36 |
-
- eval_batch_size:
|
| 37 |
- seed: 42
|
| 38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 39 |
- lr_scheduler_type: linear
|
| 40 |
-
- num_epochs:
|
|
|
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
|
| 46 |
### Framework versions
|
|
|
|
| 13 |
# distilbert-classification-eplorer
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 16 |
+
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 2.2735
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 33 |
### Training hyperparameters
|
| 34 |
|
| 35 |
The following hyperparameters were used during training:
|
| 36 |
+
- learning_rate: 2e-05
|
| 37 |
+
- train_batch_size: 16
|
| 38 |
+
- eval_batch_size: 16
|
| 39 |
- seed: 42
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
+
- num_epochs: 3
|
| 43 |
+
- mixed_precision_training: Native AMP
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
| 47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
| 49 |
+
| 2.793 | 1.0 | 1222 | 2.4846 |
|
| 50 |
+
| 2.4863 | 2.0 | 2444 | 2.3383 |
|
| 51 |
+
| 2.3784 | 3.0 | 3666 | 2.2735 |
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|