badokorach commited on
Commit
1022c4a
1 Parent(s): 88d5bea

Model save

Browse files
Files changed (1) hide show
  1. README.md +27 -22
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: badokorach/flan-t5-small-qa-91
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # flan-t5-small-qa-91
15
 
16
- This model is a fine-tuned version of [badokorach/flan-t5-small-qa-91](https://huggingface.co/badokorach/flan-t5-small-qa-91) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.0708
19
 
20
  ## Model description
21
 
@@ -34,33 +34,38 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 4e-05
38
  - train_batch_size: 8
39
  - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 15
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:----:|:---------------:|
49
- | 0.1348 | 1.0 | 500 | 0.0650 |
50
- | 0.1293 | 2.0 | 1000 | 0.0656 |
51
- | 0.1262 | 3.0 | 1500 | 0.0661 |
52
- | 0.1241 | 4.0 | 2000 | 0.0692 |
53
- | 0.1218 | 5.0 | 2500 | 0.0673 |
54
- | 0.1205 | 6.0 | 3000 | 0.0692 |
55
- | 0.1191 | 7.0 | 3500 | 0.0688 |
56
- | 0.1179 | 8.0 | 4000 | 0.0689 |
57
- | 0.1171 | 9.0 | 4500 | 0.0700 |
58
- | 0.1165 | 10.0 | 5000 | 0.0693 |
59
- | 0.1157 | 11.0 | 5500 | 0.0705 |
60
- | 0.1149 | 12.0 | 6000 | 0.0710 |
61
- | 0.1143 | 13.0 | 6500 | 0.0706 |
62
- | 0.1143 | 14.0 | 7000 | 0.0707 |
63
- | 0.1138 | 15.0 | 7500 | 0.0708 |
 
 
 
 
 
64
 
65
 
66
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: google/flan-t5-small
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
13
 
14
  # flan-t5-small-qa-91
15
 
16
+ This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.0727
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
  - train_batch_size: 8
39
  - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 20
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 0.1207 | 1.0 | 500 | 0.0685 |
50
+ | 0.1176 | 2.0 | 1000 | 0.0693 |
51
+ | 0.116 | 3.0 | 1500 | 0.0696 |
52
+ | 0.1152 | 4.0 | 2000 | 0.0709 |
53
+ | 0.1138 | 5.0 | 2500 | 0.0703 |
54
+ | 0.1134 | 6.0 | 3000 | 0.0717 |
55
+ | 0.1125 | 7.0 | 3500 | 0.0707 |
56
+ | 0.1119 | 8.0 | 4000 | 0.0710 |
57
+ | 0.1115 | 9.0 | 4500 | 0.0717 |
58
+ | 0.1113 | 10.0 | 5000 | 0.0713 |
59
+ | 0.111 | 11.0 | 5500 | 0.0721 |
60
+ | 0.1107 | 12.0 | 6000 | 0.0726 |
61
+ | 0.1106 | 13.0 | 6500 | 0.0721 |
62
+ | 0.111 | 14.0 | 7000 | 0.0720 |
63
+ | 0.1108 | 15.0 | 7500 | 0.0721 |
64
+ | 0.1106 | 16.0 | 8000 | 0.0722 |
65
+ | 0.1104 | 17.0 | 8500 | 0.0729 |
66
+ | 0.1102 | 18.0 | 9000 | 0.0727 |
67
+ | 0.1101 | 19.0 | 9500 | 0.0727 |
68
+ | 0.11 | 20.0 | 10000 | 0.0727 |
69
 
70
 
71
  ### Framework versions