BotondBarta
commited on
Commit
•
69f086b
1
Parent(s):
f101702
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- SZTAKI-HLT/HunSum-1
|
4 |
+
language:
|
5 |
+
- hu
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
pipeline_tag: text2text-generation
|
9 |
+
inference:
|
10 |
+
parameters:
|
11 |
+
num_beams: 5
|
12 |
+
length_penalty: 2
|
13 |
+
max_length: 128
|
14 |
+
no_repeat_ngram_size: 3
|
15 |
+
early_stopping: false
|
16 |
+
tags:
|
17 |
+
- hubert
|
18 |
+
- bert
|
19 |
+
- summarization
|
20 |
+
license: apache-2.0
|
21 |
+
---
|
22 |
+
|
23 |
+
# Model Card for Bert2Bert-HunSum-2
|
24 |
+
|
25 |
+
The Bert2Bert-HunSum-2 is a Hungarian abstractive summarization model, which was trained on the [SZTAKI-HLT/HunSum-2-abstractive dataset](https://huggingface.co/datasets/SZTAKI-HLT/HunSum-2-abstractive).
|
26 |
+
The model is based on [SZTAKI-HLT/hubert-base-cc](https://huggingface.co/SZTAKI-HLT/hubert-base-cc).
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
- **Model type:** Text Summarization
|
31 |
+
- **Language(s) (NLP):** Hungarian
|
32 |
+
- **Resource(s) for more information:**
|
33 |
+
- [GitHub Repo](https://github.com/botondbarta/HunSum)
|
34 |
+
|
35 |
+
## Parameters
|
36 |
+
|
37 |
+
- **Batch Size:** 13
|
38 |
+
- **Learning Rate:** 5e-5
|
39 |
+
- **Weight Decay:** 0.01
|
40 |
+
- **Warmup Steps:** 16000
|
41 |
+
- **Epochs:** 10
|
42 |
+
- **no_repeat_ngram_size:** 3
|
43 |
+
- **num_beams:** 5
|
44 |
+
- **early_stopping:** False
|
45 |
+
|
46 |
+
## Results
|
47 |
+
|
48 |
+
| Metric | Value |
|
49 |
+
| :------------ | :------------------------------------------ |
|
50 |
+
| ROUGE-1 | 40.95 |
|
51 |
+
| ROUGE-2 | 14.18 |
|
52 |
+
| ROUGE-L | 27.42 |
|