Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,11 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: flan-t5-base-samsum
|
10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,7 +20,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# flan-t5-base-samsum
|
17 |
|
18 |
-
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on
|
|
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 1.3743
|
21 |
- Rouge1: 47.5395
|
@@ -65,4 +71,4 @@ The following hyperparameters were used during training:
|
|
65 |
- Transformers 4.36.2
|
66 |
- Pytorch 2.1.2+cu121
|
67 |
- Datasets 2.16.1
|
68 |
-
- Tokenizers 0.15.0
|
|
|
8 |
model-index:
|
9 |
- name: flan-t5-base-samsum
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- samsum
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
pipeline_tag: summarization
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
|
21 |
# flan-t5-base-samsum
|
22 |
|
23 |
+
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on https://huggingface.co/datasets/samsum dataset.
|
24 |
+
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 1.3743
|
27 |
- Rouge1: 47.5395
|
|
|
71 |
- Transformers 4.36.2
|
72 |
- Pytorch 2.1.2+cu121
|
73 |
- Datasets 2.16.1
|
74 |
+
- Tokenizers 0.15.0
|