Commit
·
844204c
1
Parent(s):
dcf815e
End of training
Browse files- README.md +3 -3
- pytorch_model.bin +1 -1
- tokenizer.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -42,9 +42,9 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1
|
46 |
-
|
47 |
-
| No log | 1.0 | 21 | 2.
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
46 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
47 |
+
| No log | 1.0 | 21 | 2.8462 | 28.4377 | 16.9375 | 24.7772 | 24.869 | 19.0 |
|
48 |
|
49 |
|
50 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 891699790
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78913ed5ac4e36c52841c50da21c3574a823443b7c6fd278e6f67e298d320341
|
3 |
size 891699790
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 16,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c6940d73b577e739e492ce4a7b448694032f37faa6e00cbd0e343fad96fd614
|
3 |
size 4664
|