eglkan1 commited on
Commit
caddd97
·
1 Parent(s): 1f75ae0

End of training

Browse files
Files changed (3) hide show
  1. README.md +13 -13
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +2 -2
README.md CHANGED
@@ -17,12 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.3804
21
- - Rouge1: 15.4651
22
- - Rouge2: 7.9672
23
- - Rougel: 14.8556
24
- - Rougelsum: 15.0201
25
- - Gen Len: 19.0
26
 
27
  ## Model description
28
 
@@ -51,13 +51,13 @@ The following hyperparameters were used during training:
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
56
- | No log | 1.0 | 92 | 1.5738 | 14.8098 | 7.3808 | 14.3159 | 14.2841 | 18.8913 |
57
- | No log | 2.0 | 184 | 1.4534 | 15.0032 | 7.7761 | 14.4801 | 14.5351 | 19.0 |
58
- | No log | 3.0 | 276 | 1.4216 | 15.4651 | 7.9672 | 14.8556 | 15.0201 | 19.0 |
59
- | No log | 4.0 | 368 | 1.3949 | 15.4651 | 7.9672 | 14.8556 | 15.0201 | 19.0 |
60
- | No log | 5.0 | 460 | 1.3804 | 15.4651 | 7.9672 | 14.8556 | 15.0201 | 19.0 |
61
 
62
 
63
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.8832
21
+ - Rouge1: 57.5616
22
+ - Rouge2: 43.0588
23
+ - Rougel: 54.6246
24
+ - Rougelsum: 54.8382
25
+ - Gen Len: 18.4914
26
 
27
  ## Model description
28
 
 
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
56
+ | 1.3943 | 1.0 | 698 | 1.0480 | 57.3763 | 43.1329 | 54.1155 | 54.4964 | 18.6571 |
57
+ | 1.1857 | 2.0 | 1396 | 0.9521 | 57.315 | 43.2483 | 54.4032 | 54.7664 | 18.6771 |
58
+ | 1.0406 | 3.0 | 2094 | 0.9075 | 57.6951 | 43.4451 | 54.8174 | 55.0469 | 18.5343 |
59
+ | 0.9861 | 4.0 | 2792 | 0.8873 | 57.8533 | 43.409 | 54.7583 | 55.0156 | 18.5971 |
60
+ | 0.9592 | 5.0 | 3490 | 0.8832 | 57.5616 | 43.0588 | 54.6246 | 54.8382 | 18.4914 |
61
 
62
 
63
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4b027d1afe792c4bc6f75ceedf9f060d59e4ff91a1394e525ce90667ba3a469
3
  size 307910149
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d3350d856209ad0a53d2a66731e00d7915b8979858a35657bccfc5ed600149
3
  size 307910149
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 512
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 80,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 80
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,