update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -34,8 +34,8 @@ More information needed
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 2e-05
|
37 |
-
- train_batch_size:
|
38 |
-
- eval_batch_size:
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
@@ -46,21 +46,21 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
|
|
50 |
-
| 2.
|
51 |
-
| 2.
|
52 |
-
| 2.
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
-
| 2.
|
56 |
-
| 2.
|
57 |
-
| 2.
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
-
| 2.
|
61 |
-
| 2.
|
62 |
-
| 2.
|
63 |
-
| 2.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
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.0874
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 2e-05
|
37 |
+
- train_batch_size: 7
|
38 |
+
- eval_batch_size: 7
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 2.5593 | 1.0 | 99 | 2.3163 |
|
50 |
+
| 2.4346 | 2.0 | 198 | 2.2918 |
|
51 |
+
| 2.3377 | 3.0 | 297 | 2.2345 |
|
52 |
+
| 2.2953 | 4.0 | 396 | 2.1463 |
|
53 |
+
| 2.2296 | 5.0 | 495 | 2.1761 |
|
54 |
+
| 2.2235 | 6.0 | 594 | 2.0721 |
|
55 |
+
| 2.1878 | 7.0 | 693 | 2.1460 |
|
56 |
+
| 2.1569 | 8.0 | 792 | 2.0856 |
|
57 |
+
| 2.1455 | 9.0 | 891 | 2.1039 |
|
58 |
+
| 2.1391 | 10.0 | 990 | 2.1112 |
|
59 |
+
| 2.1056 | 11.0 | 1089 | 2.0694 |
|
60 |
+
| 2.1076 | 12.0 | 1188 | 2.0501 |
|
61 |
+
| 2.0919 | 13.0 | 1287 | 2.0484 |
|
62 |
+
| 2.0669 | 14.0 | 1386 | 2.0342 |
|
63 |
+
| 2.0595 | 15.0 | 1485 | 2.0802 |
|
64 |
|
65 |
|
66 |
### Framework versions
|