End of training
Browse files- README.md +26 -4
- model.safetensors +1 -1
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- xsum
|
|
|
|
|
8 |
model-index:
|
9 |
- name: t5-small-finetuned-xsum
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +31,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# t5-small-finetuned-xsum
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -45,9 +67,9 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
| Training Loss | Epoch | Step
|
49 |
-
|
50 |
-
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- xsum
|
8 |
+
metrics:
|
9 |
+
- rouge
|
10 |
model-index:
|
11 |
- name: t5-small-finetuned-xsum
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Sequence-to-sequence Language Modeling
|
15 |
+
type: text2text-generation
|
16 |
+
dataset:
|
17 |
+
name: xsum
|
18 |
+
type: xsum
|
19 |
+
config: default
|
20 |
+
split: validation
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Rouge1
|
24 |
+
type: rouge
|
25 |
+
value: 28.3078
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
# t5-small-finetuned-xsum
|
32 |
|
33 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 2.4779
|
36 |
+
- Rouge1: 28.3078
|
37 |
+
- Rouge2: 7.7241
|
38 |
+
- Rougel: 22.2369
|
39 |
+
- Rougelsum: 22.2408
|
40 |
+
- Gen Len: 18.8302
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
71 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
72 |
+
| 2.7091 | 1.0 | 12753 | 2.4779 | 28.3078 | 7.7241 | 22.2369 | 22.2408 | 18.8302 |
|
73 |
|
74 |
|
75 |
### 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:50b26f6b6d12ace8ee5ce1e6624ff596738bfa8c762fe64e0a07c2e420a98b25
|
3 |
size 242041896
|