achimoraites
commited on
Commit
•
b267f5d
1
Parent(s):
d98bf99
include an example for summarization
Browse files
README.md
CHANGED
@@ -2,10 +2,26 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
datasets:
|
6 |
- samsum
|
7 |
metrics:
|
8 |
- rouge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: flan-t5-base-samsum
|
11 |
results:
|
@@ -22,6 +38,8 @@ model-index:
|
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
value: 46.8876
|
|
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -79,4 +97,4 @@ The following hyperparameters were used during training:
|
|
79 |
- Transformers 4.26.1
|
80 |
- Pytorch 1.13.1+cu116
|
81 |
- Datasets 2.9.0
|
82 |
-
- Tokenizers 0.13.2
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- summarization
|
6 |
datasets:
|
7 |
- samsum
|
8 |
metrics:
|
9 |
- rouge
|
10 |
+
widget:
|
11 |
+
- text: >
|
12 |
+
Olivia: Hey Carter, are you still developing that restaurant business?
|
13 |
+
Carter: Hi Olivia Carter: Yes, we want to launch next month :) Olivia:
|
14 |
+
Next month? That's soon! Congrats :) Carter: thanks, I'm a bit nervous but
|
15 |
+
I seriously believe we're delivering something innovative and needed
|
16 |
+
Olivia: I think it's a great concept and I am sure you'll do great! Olivia:
|
17 |
+
I am currently involved with a new restaurant in the city centre Carter:
|
18 |
+
Which one? Olivia: Spicy and chilled Carter: I heard about it :) Is it any
|
19 |
+
good? ;) Olivia: I love the restaurant and really like working there
|
20 |
+
Carter: good for you! Olivia: and here's the question - are you still
|
21 |
+
looking for restaurant to include in your discount app? Carter: sure, but I
|
22 |
+
think it would be better to discuss it in person - would you like to meet
|
23 |
+
up? Olivia: That would be great!
|
24 |
+
- type: text
|
25 |
model-index:
|
26 |
- name: flan-t5-base-samsum
|
27 |
results:
|
|
|
38 |
- name: Rouge1
|
39 |
type: rouge
|
40 |
value: 46.8876
|
41 |
+
language:
|
42 |
+
- en
|
43 |
---
|
44 |
|
45 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
97 |
- Transformers 4.26.1
|
98 |
- Pytorch 1.13.1+cu116
|
99 |
- Datasets 2.9.0
|
100 |
+
- Tokenizers 0.13.2
|