Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
-
language:
|
|
|
|
|
3 |
tags:
|
4 |
- bart
|
5 |
- seq2seq
|
@@ -8,48 +10,44 @@ license: apache-2.0
|
|
8 |
datasets:
|
9 |
- samsum
|
10 |
widget:
|
11 |
-
- text: |
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
Hannah: I don't know him well
|
18 |
-
Amanda: Don't be shy, he's very nice
|
19 |
-
Hannah: If you say so..
|
20 |
-
Hannah: I'd rather you texted him
|
21 |
-
Amanda: Just text him 🙂
|
22 |
-
Hannah: Urgh.. Alright
|
23 |
-
Hannah: Bye
|
24 |
-
Amanda: Bye bye
|
25 |
model-index:
|
26 |
- name: bart-large-xsum-samsum
|
27 |
results:
|
28 |
-
- task:
|
29 |
name: Abstractive Text Summarization
|
30 |
type: abstractive-text-summarization
|
31 |
dataset:
|
32 |
-
name:
|
|
|
|
|
33 |
type: samsum
|
34 |
metrics:
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
|
|
53 |
---
|
54 |
## `bart-large-xsum-samsum`
|
55 |
This model was obtained by fine-tuning `facebook/bart-large-xsum` on [Samsum](https://huggingface.co/datasets/samsum) dataset.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- pt
|
5 |
tags:
|
6 |
- bart
|
7 |
- seq2seq
|
|
|
10 |
datasets:
|
11 |
- samsum
|
12 |
widget:
|
13 |
+
- text: |
|
14 |
+
Bruno: Ei, você tem o número da Betty?
|
15 |
+
Kleber: Desculpe, não encontrei.
|
16 |
+
Bruno: Pesquise.
|
17 |
+
Kleber: De acordo com minha pesquisa o número é 35 9 9898-6142
|
18 |
+
Bruno: Obrigado.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
model-index:
|
20 |
- name: bart-large-xsum-samsum
|
21 |
results:
|
22 |
+
- task:
|
23 |
name: Abstractive Text Summarization
|
24 |
type: abstractive-text-summarization
|
25 |
dataset:
|
26 |
+
name: >-
|
27 |
+
SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive
|
28 |
+
Summarization
|
29 |
type: samsum
|
30 |
metrics:
|
31 |
+
- name: Validation ROUGE-1
|
32 |
+
type: rouge-1
|
33 |
+
value: 54.3921
|
34 |
+
- name: Validation ROUGE-2
|
35 |
+
type: rouge-2
|
36 |
+
value: 29.8078
|
37 |
+
- name: Validation ROUGE-L
|
38 |
+
type: rouge-l
|
39 |
+
value: 45.1543
|
40 |
+
- name: Test ROUGE-1
|
41 |
+
type: rouge-1
|
42 |
+
value: 53.3059
|
43 |
+
- name: Test ROUGE-2
|
44 |
+
type: rouge-2
|
45 |
+
value: 28.355
|
46 |
+
- name: Test ROUGE-L
|
47 |
+
type: rouge-l
|
48 |
+
value: 44.0953
|
49 |
+
metrics:
|
50 |
+
- accuracy
|
51 |
---
|
52 |
## `bart-large-xsum-samsum`
|
53 |
This model was obtained by fine-tuning `facebook/bart-large-xsum` on [Samsum](https://huggingface.co/datasets/samsum) dataset.
|