dorinalakatos
commited on
Commit
•
c00a96c
1
Parent(s):
728dadc
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,18 @@ language:
|
|
6 |
metrics:
|
7 |
- rouge
|
8 |
pipeline_tag: summarization
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
tags:
|
10 |
- hubert
|
11 |
- bert
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
6 |
metrics:
|
7 |
- rouge
|
8 |
pipeline_tag: summarization
|
9 |
+
inference:
|
10 |
+
parameters:
|
11 |
+
num_beams: 5
|
12 |
+
length_penalty: 2
|
13 |
+
max_length: 128
|
14 |
+
no_repeat_ngram_size: 3
|
15 |
tags:
|
16 |
- hubert
|
17 |
- bert
|
18 |
+
---
|
19 |
+
|
20 |
+
# Model Card for Bert2Bert-HunSum-1
|
21 |
+
|
22 |
+
The Bert2Bert-HunSum-1 is a Hungarian summarization model, which was trained on the SZTAKI-HLT/HunSum-1 dataset.
|
23 |
+
|