joshcarp commited on
Commit
b5f1a8c
1 Parent(s): c44e094

End of training

Browse files
Files changed (4) hide show
  1. README.md +9 -9
  2. model.safetensors +1 -1
  3. tokenizer.json +16 -2
  4. training_args.bin +1 -1
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-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 9.6008
21
- - Rouge1: 0.2206
22
- - Rouge2: 0.0587
23
- - Rougel: 0.1551
24
- - Rougelsum: 0.1554
25
- - Gen Len: 16.375
26
 
27
  ## Model description
28
 
@@ -53,9 +53,9 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
- | No log | 1.0 | 5 | 10.4814 | 0.2544 | 0.0921 | 0.1916 | 0.1932 | 16.5 |
57
- | No log | 2.0 | 10 | 9.8579 | 0.2203 | 0.0587 | 0.1551 | 0.1551 | 16.375 |
58
- | No log | 3.0 | 15 | 9.6008 | 0.2206 | 0.0587 | 0.1551 | 0.1554 | 16.375 |
59
 
60
 
61
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 10.3553
21
+ - Rouge1: 0.172
22
+ - Rouge2: 0.0704
23
+ - Rougel: 0.1455
24
+ - Rougelsum: 0.145
25
+ - Gen Len: 15.75
26
 
27
  ## Model description
28
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | No log | 1.0 | 5 | 11.3719 | 0.1927 | 0.0704 | 0.1443 | 0.1435 | 15.375 |
57
+ | No log | 2.0 | 10 | 10.6054 | 0.1723 | 0.0704 | 0.1459 | 0.1453 | 15.5 |
58
+ | No log | 3.0 | 15 | 10.3553 | 0.172 | 0.0704 | 0.1455 | 0.145 | 15.75 |
59
 
60
 
61
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05028524c252b079a11920440f19172ab7b9743a45c140654734218769385c9f
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:059355c20ac42cfd2fcad0fd2aa073b85b86bcdadcc86b40bead6f52d4bdf2a8
3
  size 242041896
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:862a62f21426c358e3d6ded6dcdd34b52ec8bc650e8d90c8cdf44594621d9654
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70742391af242cd038049a856c9e225a0886a92e9eb131ea91c7cfa4728eecfe
3
  size 4984