DiwasDiwas commited on
Commit
9466506
1 Parent(s): 804bb5c

End of training

Browse files
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 [t5-small](https://huggingface.co/t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 2.8674
21
- - Rouge1: 0.2824
22
- - Rouge2: 0.0603
23
- - Rougel: 0.1909
24
- - Rougelsum: 0.2278
25
- - Gen Len: 125.174
26
 
27
  ## Model description
28
 
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
- | 3.2933 | 1.0 | 625 | 2.9861 | 0.2922 | 0.0615 | 0.189 | 0.2396 | 119.908 |
58
- | 3.1131 | 2.0 | 1250 | 2.9371 | 0.2838 | 0.0608 | 0.1897 | 0.2297 | 122.729 |
59
- | 3.0797 | 3.0 | 1875 | 2.9120 | 0.2847 | 0.0599 | 0.1902 | 0.2301 | 123.395 |
60
- | 3.032 | 4.0 | 2500 | 2.8990 | 0.2847 | 0.0601 | 0.1908 | 0.2304 | 124.101 |
61
- | 3.0193 | 5.0 | 3125 | 2.8898 | 0.2843 | 0.0605 | 0.1904 | 0.2301 | 124.514 |
62
- | 3.0112 | 6.0 | 3750 | 2.8794 | 0.2819 | 0.0598 | 0.1891 | 0.2278 | 124.842 |
63
- | 2.9916 | 7.0 | 4375 | 2.8742 | 0.2849 | 0.0608 | 0.1915 | 0.2297 | 124.976 |
64
- | 2.9848 | 8.0 | 5000 | 2.8715 | 0.2819 | 0.0595 | 0.1903 | 0.2268 | 125.055 |
65
- | 2.9758 | 9.0 | 5625 | 2.8666 | 0.2806 | 0.059 | 0.19 | 0.2259 | 125.123 |
66
- | 2.9795 | 10.0 | 6250 | 2.8674 | 0.2824 | 0.0603 | 0.1909 | 0.2278 | 125.174 |
67
 
68
 
69
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 2.9737
21
+ - Rouge1: 0.3207
22
+ - Rouge2: 0.0752
23
+ - Rougel: 0.1949
24
+ - Rougelsum: 0.1947
25
+ - Gen Len: 122.586
26
 
27
  ## Model description
28
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
+ | 3.4289 | 1.0 | 625 | 3.0929 | 0.3181 | 0.0722 | 0.1893 | 0.1893 | 122.637 |
58
+ | 3.2654 | 2.0 | 1250 | 3.0531 | 0.3199 | 0.0733 | 0.1915 | 0.1916 | 122.072 |
59
+ | 3.2288 | 3.0 | 1875 | 3.0245 | 0.317 | 0.0725 | 0.1917 | 0.1917 | 122.153 |
60
+ | 3.178 | 4.0 | 2500 | 3.0097 | 0.3161 | 0.0724 | 0.1907 | 0.1907 | 122.398 |
61
+ | 3.16 | 5.0 | 3125 | 2.9940 | 0.3162 | 0.0722 | 0.192 | 0.1918 | 122.114 |
62
+ | 3.1517 | 6.0 | 3750 | 2.9869 | 0.3165 | 0.0728 | 0.1928 | 0.1926 | 122.652 |
63
+ | 3.1429 | 7.0 | 4375 | 2.9815 | 0.3189 | 0.0741 | 0.1935 | 0.1933 | 122.481 |
64
+ | 3.1226 | 8.0 | 5000 | 2.9761 | 0.3195 | 0.0755 | 0.194 | 0.1938 | 122.724 |
65
+ | 3.1259 | 9.0 | 5625 | 2.9747 | 0.3208 | 0.0755 | 0.1949 | 0.1947 | 122.551 |
66
+ | 3.1151 | 10.0 | 6250 | 2.9737 | 0.3207 | 0.0752 | 0.1949 | 0.1947 | 122.586 |
67
 
68
 
69
  ### Framework versions
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_gen_len": 122.586,
4
+ "eval_loss": 2.9736835956573486,
5
+ "eval_rouge1": 0.3207,
6
+ "eval_rouge2": 0.0752,
7
+ "eval_rougeL": 0.1949,
8
+ "eval_rougeLsum": 0.1947,
9
+ "eval_runtime": 175.7454,
10
+ "eval_samples_per_second": 5.69,
11
+ "eval_steps_per_second": 0.358
12
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e6049bf79c24431c5a3f70d85608364b36f74801c7cf91972f7a72ae82c1216
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5efb3a397db7b5c4af9312d352a5099ee2f9795d5ff4eb6c404ee6c2d76da8f2
3
  size 242041896
runs/Dec10_15-52-19_22fe72abde1e/events.out.tfevents.1702223548.22fe72abde1e.230.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3fa1bcde19b6b737228950c84b1fe634d123c001224c4a73664c0661fbb2038
3
+ size 12708
runs/Dec10_15-52-19_22fe72abde1e/events.out.tfevents.1702230871.22fe72abde1e.230.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fdf45a822c39b56ba76f5e46b4740fb74455e279d1e8e8e61bdac4abb1f2a8
3
+ size 613
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddb02f49e9553c623c25440e773360417e79131e2e8ddf6d39f9779fc04317b8
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42ae9ca7851539fdc8ef3df0039a07e626fcef66b3db63bc76daeb610c857a23
3
  size 4728