Michelvh commited on
Commit
ae15edb
1 Parent(s): 60464f4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -19
README.md CHANGED
@@ -5,14 +5,6 @@ tags:
5
  model-index:
6
  - name: flan-t5-end2end-question-generation
7
  results: []
8
- pipeline_tag: text2text-generation
9
- inference:
10
- parameters:
11
- max_length: 256
12
- num_beams: 4
13
- length_penalty: 1.5
14
- no_repeat_ngram_size: 3
15
- early_stopping: True
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -22,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
22
 
23
  This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
24
  It achieves the following results on the evaluation set:
25
- - Loss: 1.6214
26
 
27
  ## Model description
28
 
@@ -55,16 +47,26 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss |
57
  |:-------------:|:-----:|:----:|:---------------:|
58
- | 2.6935 | 0.68 | 100 | 1.9503 |
59
- | 2.0864 | 1.35 | 200 | 1.8105 |
60
- | 1.9497 | 2.03 | 300 | 1.7440 |
61
- | 1.8739 | 2.71 | 400 | 1.6970 |
62
- | 1.8173 | 3.39 | 500 | 1.6763 |
63
- | 1.7876 | 4.06 | 600 | 1.6613 |
64
- | 1.7596 | 4.74 | 700 | 1.6343 |
65
- | 1.7368 | 5.42 | 800 | 1.6326 |
66
- | 1.7225 | 6.1 | 900 | 1.6207 |
67
- | 1.7138 | 6.77 | 1000 | 1.6214 |
 
 
 
 
 
 
 
 
 
 
68
 
69
 
70
  ### Framework versions
 
5
  model-index:
6
  - name: flan-t5-end2end-question-generation
7
  results: []
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
 
15
  This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.5506
18
 
19
  ## Model description
20
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | 2.6246 | 0.34 | 100 | 1.8376 |
51
+ | 1.9742 | 0.68 | 200 | 1.7341 |
52
+ | 1.8778 | 1.02 | 300 | 1.6817 |
53
+ | 1.8245 | 1.35 | 400 | 1.6455 |
54
+ | 1.7808 | 1.69 | 500 | 1.6298 |
55
+ | 1.754 | 2.03 | 600 | 1.6213 |
56
+ | 1.7226 | 2.37 | 700 | 1.6102 |
57
+ | 1.7078 | 2.71 | 800 | 1.5914 |
58
+ | 1.6953 | 3.05 | 900 | 1.5871 |
59
+ | 1.682 | 3.39 | 1000 | 1.5857 |
60
+ | 1.6593 | 3.73 | 1100 | 1.5742 |
61
+ | 1.6538 | 4.06 | 1200 | 1.5675 |
62
+ | 1.6417 | 4.4 | 1300 | 1.5682 |
63
+ | 1.6274 | 4.74 | 1400 | 1.5571 |
64
+ | 1.6375 | 5.08 | 1500 | 1.5566 |
65
+ | 1.6217 | 5.42 | 1600 | 1.5564 |
66
+ | 1.625 | 5.76 | 1700 | 1.5543 |
67
+ | 1.6055 | 6.1 | 1800 | 1.5517 |
68
+ | 1.6129 | 6.44 | 1900 | 1.5516 |
69
+ | 1.609 | 6.77 | 2000 | 1.5506 |
70
 
71
 
72
  ### Framework versions