Commit
·
745dc45
1
Parent(s):
0659bf8
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 [augustocsc/gpt-m](https://huggingface.co/augustocsc/gpt-m) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -45,16 +45,16 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [augustocsc/gpt-m](https://huggingface.co/augustocsc/gpt-m) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.0023
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 0.0053 | 0.55 | 500 | 0.0030 |
|
49 |
+
| 0.0034 | 1.1 | 1000 | 0.0029 |
|
50 |
+
| 0.0027 | 1.65 | 1500 | 0.0034 |
|
51 |
+
| 0.0027 | 2.2 | 2000 | 0.0026 |
|
52 |
+
| 0.0027 | 2.75 | 2500 | 0.0024 |
|
53 |
+
| 0.0027 | 3.3 | 3000 | 0.0024 |
|
54 |
+
| 0.0026 | 3.85 | 3500 | 0.0023 |
|
55 |
+
| 0.0024 | 4.4 | 4000 | 0.0024 |
|
56 |
+
| 0.0024 | 4.95 | 4500 | 0.0023 |
|
57 |
+
| 0.0025 | 5.5 | 5000 | 0.0023 |
|
58 |
|
59 |
|
60 |
### Framework versions
|