End of training
Browse files
README.md
CHANGED
@@ -16,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/pegasus-large](https://huggingface.co/google/pegasus-large) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 6.
|
20 |
-
- Rouge1:
|
21 |
-
- Rouge2:
|
22 |
-
- Rougel:
|
23 |
-
- Rougelsum:
|
24 |
-
- Gen Len:
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/pegasus-large](https://huggingface.co/google/pegasus-large) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 6.0947
|
20 |
+
- Rouge1: 33.0777
|
21 |
+
- Rouge2: 9.1562
|
22 |
+
- Rougel: 23.8589
|
23 |
+
- Rougelsum: 30.6509
|
24 |
+
- Gen Len: 183.46
|
25 |
|
26 |
## Model description
|
27 |
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2283652852
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a64cb54d79b6f5f85802c7cafcbd352621e4c1b7fb20114f875eb334a3650986
|
3 |
size 2283652852
|
runs/Jun04_10-58-17_70c6696ca1f2/events.out.tfevents.1717498703.70c6696ca1f2.34.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b3d48bb99b710527f6122315bb08e64166d69bb894f20a10d61526d98a1e813
|
3 |
+
size 8880
|
runs/Jun04_10-58-17_70c6696ca1f2/events.out.tfevents.1717499214.70c6696ca1f2.34.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8efd74582e254eb4ca70b6e0be0b84a0ca8ac8529d9f928e6aa610dda8a8625e
|
3 |
+
size 603
|
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": 256,
|
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 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fa83b7bd9aae9bab922a4ba1d0e3640145957fed80f84bd53dd7501dba406ff
|
3 |
size 5112
|