ativilambit commited on
Commit
fc1a045
·
1 Parent(s): d02f7b3

ativilambit/neu-faq

Browse files
Files changed (3) hide show
  1. README.md +18 -16
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.8324
21
- - Rouge1: 0.2155
22
- - Rouge2: 0.1170
23
- - Rougel: 0.1827
24
- - Rougelsum: 0.2039
25
 
26
  ## Model description
27
 
@@ -46,22 +46,24 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - num_epochs: 10
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
- | No log | 1.0 | 17 | 0.9685 | 0.2008 | 0.1092 | 0.1756 | 0.1881 |
56
- | No log | 2.0 | 34 | 1.0002 | 0.1939 | 0.0984 | 0.1655 | 0.1823 |
57
- | No log | 3.0 | 51 | 0.8892 | 0.1916 | 0.1092 | 0.1691 | 0.1829 |
58
- | No log | 4.0 | 68 | 0.8667 | 0.1964 | 0.1076 | 0.1704 | 0.1877 |
59
- | No log | 5.0 | 85 | 0.8601 | 0.2088 | 0.1076 | 0.1764 | 0.1971 |
60
- | No log | 6.0 | 102 | 0.8587 | 0.2105 | 0.1120 | 0.1803 | 0.1997 |
61
- | No log | 7.0 | 119 | 0.8526 | 0.2092 | 0.1105 | 0.1788 | 0.1996 |
62
- | No log | 8.0 | 136 | 0.8432 | 0.2131 | 0.1149 | 0.1809 | 0.2019 |
63
- | No log | 9.0 | 153 | 0.8370 | 0.2155 | 0.1170 | 0.1827 | 0.2039 |
64
- | No log | 10.0 | 170 | 0.8324 | 0.2155 | 0.1170 | 0.1827 | 0.2039 |
 
 
65
 
66
 
67
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.8470
21
+ - Rouge1: 0.2057
22
+ - Rouge2: 0.1147
23
+ - Rougel: 0.1782
24
+ - Rougelsum: 0.1958
25
 
26
  ## Model description
27
 
 
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - training_steps: 200
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
+ | No log | 1.0 | 17 | 1.2660 | 0.1999 | 0.1058 | 0.1703 | 0.1847 |
56
+ | No log | 2.0 | 34 | 1.1230 | 0.2144 | 0.1178 | 0.1823 | 0.2017 |
57
+ | No log | 3.0 | 51 | 1.0869 | 0.2106 | 0.1181 | 0.1870 | 0.2010 |
58
+ | No log | 4.0 | 68 | 0.9919 | 0.2110 | 0.1205 | 0.1883 | 0.2036 |
59
+ | No log | 5.0 | 85 | 1.0286 | 0.2009 | 0.1078 | 0.1749 | 0.1935 |
60
+ | No log | 6.0 | 102 | 0.9935 | 0.2042 | 0.1096 | 0.1775 | 0.1958 |
61
+ | No log | 7.0 | 119 | 0.9676 | 0.2132 | 0.1231 | 0.1887 | 0.2068 |
62
+ | No log | 8.0 | 136 | 0.9297 | 0.2062 | 0.1155 | 0.1824 | 0.1992 |
63
+ | No log | 9.0 | 153 | 0.9009 | 0.2101 | 0.1181 | 0.1853 | 0.2027 |
64
+ | No log | 10.0 | 170 | 0.8658 | 0.2088 | 0.1179 | 0.1840 | 0.2021 |
65
+ | No log | 11.0 | 187 | 0.8495 | 0.2061 | 0.1146 | 0.1791 | 0.1972 |
66
+ | No log | 11.76 | 200 | 0.8470 | 0.2057 | 0.1147 | 0.1782 | 0.1958 |
67
 
68
 
69
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab67079a161038bd2df679c7298582478d4177f4e2ea4121a9f5ff86917078d9
3
  size 990404917
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c48518b2bc8a61f9580f0d9bd8d44309c1100914131190a60630e99f09d85bf
3
  size 990404917
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:715b80d2f1c7d803fb11fc7893a9e14aecffd986f80ba93a662a5279981de49f
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90a771eede72cf7c25000c2104809583c9883f8ccd6b21ca61651ea218fdcc3a
3
  size 4155