End of training
Browse files- README.md +3 -3
- pytorch_model.bin +1 -1
- tokenizer.json +1 -10
- 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 | Rouge2 | Rougel
|
| 46 |
-
|
| 47 |
-
| No log | 1.0 | 125 |
|
| 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 | 125 | 5.6179 | 11.4181 | 2.2485 | 8.8368 | 10.7948 | 20.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 558018637
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e8a16c1a168d5b5069aea616e9d6baeb2db3746aa9f01660af643e278ac52b2
|
| 3 |
size 558018637
|
tokenizer.json
CHANGED
|
@@ -6,16 +6,7 @@
|
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
-
"padding":
|
| 10 |
-
"strategy": {
|
| 11 |
-
"Fixed": 512
|
| 12 |
-
},
|
| 13 |
-
"direction": "Right",
|
| 14 |
-
"pad_to_multiple_of": null,
|
| 15 |
-
"pad_id": 1,
|
| 16 |
-
"pad_type_id": 0,
|
| 17 |
-
"pad_token": "<pad>"
|
| 18 |
-
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|
|
|
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
| 12 |
"id": 0,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4219
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02a88ce3ab39870f5aa705187b904d9fe523bcb681ba265655699e77c2dd85df
|
| 3 |
size 4219
|