Training complete
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Rouge1
|
25 |
type: rouge
|
26 |
-
value: 7.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,11 +33,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on the scientific_papers dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 3.
|
37 |
-
- Rouge1: 7.
|
38 |
-
- Rouge2: 2.
|
39 |
-
- Rougel: 6.
|
40 |
-
- Rougelsum: 7.
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -69,11 +69,11 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
72 |
-
| 7.
|
73 |
-
| 4.
|
74 |
-
| 3.
|
75 |
-
| 3.
|
76 |
-
| 3.
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Rouge1
|
25 |
type: rouge
|
26 |
+
value: 7.8805
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on the scientific_papers dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 3.2246
|
37 |
+
- Rouge1: 7.8805
|
38 |
+
- Rouge2: 2.622
|
39 |
+
- Rougel: 6.7327
|
40 |
+
- Rougelsum: 7.3172
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
72 |
+
| 7.3084 | 1.0 | 56 | 5.4563 | 6.7162 | 2.0525 | 5.6729 | 6.2076 |
|
73 |
+
| 4.5048 | 2.0 | 112 | 3.8325 | 7.2382 | 2.4034 | 6.1187 | 6.674 |
|
74 |
+
| 3.7194 | 3.0 | 168 | 3.4523 | 7.7064 | 2.2556 | 6.4334 | 7.1049 |
|
75 |
+
| 3.5218 | 4.0 | 224 | 3.3173 | 8.1033 | 2.6122 | 6.8396 | 7.4375 |
|
76 |
+
| 3.4221 | 5.0 | 280 | 3.2246 | 7.8805 | 2.622 | 6.7327 | 7.3172 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96fbe3745e5703378d50ed7b4d65fbc64a30aaff47c0b703b8c85ae995587664
|
3 |
size 242041896
|
runs/May29_02-32-17_dc21b5969f4b/events.out.tfevents.1716949950.dc21b5969f4b.20963.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cbaffc7559b11e43f9150281d775fac8574a02f7025922d3e5554ae96eee4c4
|
3 |
+
size 9621
|
runs/May29_02-32-17_dc21b5969f4b/events.out.tfevents.1716950196.dc21b5969f4b.20963.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ce0fa3c589a6ae5e2f9a24b7a8848909a3efb8601893715a2be5543a04b7c24
|
3 |
+
size 562
|
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": 350,
|
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 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54e821fa11441c0b51b9c2de88e34596370dd35020ca9977ce051af733273518
|
3 |
size 5304
|