update model card README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
- Accuracy: 0.85
|
21 |
|
22 |
## Model description
|
@@ -36,21 +36,23 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate:
|
40 |
-
- train_batch_size:
|
41 |
- eval_batch_size: 8
|
42 |
-
- seed:
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 1.0 |
|
52 |
-
| No log | 2.0 |
|
53 |
-
| No log | 3.0 |
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.6517
|
20 |
- Accuracy: 0.85
|
21 |
|
22 |
## Model description
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 4.2784821702055725e-05
|
40 |
+
- train_batch_size: 8
|
41 |
- eval_batch_size: 8
|
42 |
+
- seed: 36
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 5
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 30 | 0.5825 | 0.7833 |
|
52 |
+
| No log | 2.0 | 60 | 0.4329 | 0.7833 |
|
53 |
+
| No log | 3.0 | 90 | 0.4763 | 0.7833 |
|
54 |
+
| No log | 4.0 | 120 | 0.6297 | 0.8333 |
|
55 |
+
| No log | 5.0 | 150 | 0.6517 | 0.85 |
|
56 |
|
57 |
|
58 |
### Framework versions
|