dariuslimzh commited on
Commit
4441cfb
1 Parent(s): 5336f2f

Training completed

Browse files
Files changed (1) hide show
  1. README.md +11 -11
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.5658
22
- - Rouge1: 0.4914
23
- - Rouge2: 0.3287
24
- - Rougel: 0.4691
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 | Step | Validation Loss | Rouge1 | Rouge2 | Rougel |
56
- |:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|
57
- | No log | 0.9935 | 77 | 0.4256 | 0.4794 | 0.3497 | 0.4794 |
58
- | No log | 2.0 | 155 | 0.4503 | 0.4979 | 0.3557 | 0.4779 |
59
- | No log | 2.9935 | 232 | 0.5194 | 0.4872 | 0.3525 | 0.4827 |
60
- | No log | 4.0 | 310 | 0.5605 | 0.4903 | 0.3220 | 0.4649 |
61
- | No log | 4.9677 | 385 | 0.5658 | 0.4914 | 0.3287 | 0.4691 |
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