dariuslimzh
commited on
Commit
•
4441cfb
1
Parent(s):
5336f2f
Training completed
Browse files
README.md
CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Rouge1: 0.
|
23 |
-
- Rouge2: 0.
|
24 |
-
- Rougel: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,13 +52,13 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch
|
56 |
-
|
57 |
-
| No log | 0
|
58 |
-
| No log | 2.0
|
59 |
-
| No log |
|
60 |
-
| No log | 4.0
|
61 |
-
| No log |
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0538
|
22 |
+
- Rouge1: 0.5076
|
23 |
+
- Rouge2: 0.2548
|
24 |
+
- Rougel: 0.4743
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|
|
57 |
+
| No log | 1.0 | 70 | 0.0628 | 0.4870 | 0.2269 | 0.4475 |
|
58 |
+
| No log | 2.0 | 140 | 0.0566 | 0.4913 | 0.2367 | 0.4607 |
|
59 |
+
| No log | 3.0 | 210 | 0.0545 | 0.4972 | 0.2484 | 0.4667 |
|
60 |
+
| No log | 4.0 | 280 | 0.0544 | 0.5023 | 0.2586 | 0.4749 |
|
61 |
+
| No log | 5.0 | 350 | 0.0538 | 0.5076 | 0.2548 | 0.4743 |
|
62 |
|
63 |
|
64 |
### Framework versions
|