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 [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,20 +39,27 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
-
|
|
49 |
-
|
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
- Transformers 4.14.1
|
56 |
- Pytorch 1.10.0+cu111
|
57 |
-
- Datasets 1.
|
58 |
- Tokenizers 0.10.3
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.0081
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 10.0
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 0.0325 | 1.0 | 24 | 0.0498 |
|
49 |
+
| 0.0297 | 2.0 | 48 | 0.0466 |
|
50 |
+
| 0.0141 | 3.0 | 72 | 0.0375 |
|
51 |
+
| 0.0177 | 4.0 | 96 | 0.0293 |
|
52 |
+
| 0.007 | 5.0 | 120 | 0.0166 |
|
53 |
+
| 0.0019 | 6.0 | 144 | 0.0120 |
|
54 |
+
| 0.0038 | 7.0 | 168 | 0.0094 |
|
55 |
+
| 0.0013 | 8.0 | 192 | 0.0084 |
|
56 |
+
| 0.0053 | 9.0 | 216 | 0.0084 |
|
57 |
+
| 0.0025 | 10.0 | 240 | 0.0081 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.14.1
|
63 |
- Pytorch 1.10.0+cu111
|
64 |
+
- Datasets 1.17.0
|
65 |
- Tokenizers 0.10.3
|