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 [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 3.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -45,14 +45,14 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
-
| 3.
|
49 |
-
| 3.
|
50 |
-
| 3.
|
51 |
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
-
- Transformers 4.29.
|
56 |
- Pytorch 1.12.1
|
57 |
- Datasets 2.11.0
|
58 |
- Tokenizers 0.11.0
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 3.7487
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 3.8656 | 1.0 | 1115 | 3.7672 |
|
49 |
+
| 3.7775 | 2.0 | 2230 | 3.7529 |
|
50 |
+
| 3.7321 | 3.0 | 3345 | 3.7487 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
+
- Transformers 4.29.2
|
56 |
- Pytorch 1.12.1
|
57 |
- Datasets 2.11.0
|
58 |
- Tokenizers 0.11.0
|