readme
Browse files
README.md
CHANGED
@@ -3,12 +3,11 @@ language:
|
|
3 |
- en
|
4 |
- pt
|
5 |
tags:
|
6 |
-
- bart
|
7 |
-
- seq2seq
|
8 |
- summarization
|
9 |
license: apache-2.0
|
10 |
datasets:
|
11 |
- samsum
|
|
|
12 |
widget:
|
13 |
- text: |
|
14 |
Bruno: Ei, você tem o número da Betty?
|
@@ -17,17 +16,29 @@ widget:
|
|
17 |
Kleber: De acordo com minha pesquisa o número é 35 9 9898-6142
|
18 |
Bruno: Obrigado.
|
19 |
model-index:
|
20 |
-
- name:
|
21 |
results:
|
22 |
- task:
|
23 |
-
name:
|
24 |
-
type:
|
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
|
@@ -49,39 +60,7 @@ model-index:
|
|
49 |
metrics:
|
50 |
- accuracy
|
51 |
---
|
52 |
-
|
53 |
-
|
54 |
-
## Usage
|
55 |
-
```python
|
56 |
-
from transformers import pipeline
|
57 |
|
58 |
-
|
59 |
-
conversation = '''Hannah: Hey, do you have Betty's number?
|
60 |
-
Amanda: Lemme check
|
61 |
-
Amanda: Sorry, can't find it.
|
62 |
-
Amanda: Ask Larry
|
63 |
-
Amanda: He called her last time we were at the park together
|
64 |
-
Hannah: I don't know him well
|
65 |
-
Amanda: Don't be shy, he's very nice
|
66 |
-
Hannah: If you say so..
|
67 |
-
Hannah: I'd rather you texted him
|
68 |
-
Amanda: Just text him 🙂
|
69 |
-
Hannah: Urgh.. Alright
|
70 |
-
Hannah: Bye
|
71 |
-
Amanda: Bye bye
|
72 |
-
'''
|
73 |
-
summarizer(conversation)
|
74 |
-
```
|
75 |
-
## Training procedure
|
76 |
-
- Colab notebook: https://colab.research.google.com/drive/1dul0Sg-TTMy9xZCJzmDRajXbyzDwtYx6?usp=sharing
|
77 |
-
## Results
|
78 |
-
| key | value |
|
79 |
-
| --- | ----- |
|
80 |
-
| eval_rouge1 | 54.3921 |
|
81 |
-
| eval_rouge2 | 29.8078 |
|
82 |
-
| eval_rougeL | 45.1543 |
|
83 |
-
| eval_rougeLsum | 49.942 |
|
84 |
-
| test_rouge1 | 53.3059 |
|
85 |
-
| test_rouge2 | 28.355 |
|
86 |
-
| test_rougeL | 44.0953 |
|
87 |
-
| test_rougeLsum | 48.9246 |
|
|
|
3 |
- en
|
4 |
- pt
|
5 |
tags:
|
|
|
|
|
6 |
- summarization
|
7 |
license: apache-2.0
|
8 |
datasets:
|
9 |
- samsum
|
10 |
+
- csebuetnlp/xlsum
|
11 |
widget:
|
12 |
- text: |
|
13 |
Bruno: Ei, você tem o número da Betty?
|
|
|
16 |
Kleber: De acordo com minha pesquisa o número é 35 9 9898-6142
|
17 |
Bruno: Obrigado.
|
18 |
model-index:
|
19 |
+
- name: cqi_brain_memory_summarizer_large_pt_v0
|
20 |
results:
|
21 |
- task:
|
22 |
+
name: summarization
|
23 |
+
type: Summarization
|
24 |
dataset:
|
25 |
name: >-
|
26 |
SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive
|
27 |
Summarization
|
28 |
type: samsum
|
29 |
+
name: xsum
|
30 |
+
type: xsum
|
31 |
+
config: default
|
32 |
+
split: test
|
33 |
metrics:
|
34 |
+
- name: ROUGE-1
|
35 |
+
type: rouge
|
36 |
+
value: 36.5002
|
37 |
+
verified: true
|
38 |
+
- name: ROUGE-2
|
39 |
+
type: rouge
|
40 |
+
value: 13.934
|
41 |
+
verified: true
|
42 |
- name: Validation ROUGE-1
|
43 |
type: rouge-1
|
44 |
value: 54.3921
|
|
|
60 |
metrics:
|
61 |
- accuracy
|
62 |
---
|
63 |
+
### `CQI Brain - Sumarização de Textos Longos PT V0`
|
64 |
+
## `Aplicação de Pré tratamento para armazenamento de memórias`
|
|
|
|
|
|
|
65 |
|
66 |
+
# `Work in progress`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|