Marian Krotil
commited on
Commit
•
6f79211
1
Parent(s):
da069c6
Update README.md
Browse files
README.md
CHANGED
@@ -14,13 +14,13 @@ metrics:
|
|
14 |
- rougeraw
|
15 |
---
|
16 |
|
17 |
-
# mBART fine-tuned model for Czech abstractive summarization (AT2H-
|
18 |
This model is a fine-tuned checkpoint of [facebook/mbart-large-cc25](https://huggingface.co/facebook/mbart-large-cc25) on the Czech news dataset to produce Czech abstractive summaries.
|
19 |
## Task
|
20 |
The model deals with the task ``Abstract + Text to Headline`` (AT2H) which consists in generating a one- or two-sentence summary considered as a headline from a Czech news text.
|
21 |
|
22 |
## Dataset
|
23 |
-
The model has been trained on the private CNC dataset provided by Czech News Center. The dataset includes 3/4M Czech news-based documents consisting of a Headline, Abstract, and Full-text sections.
|
24 |
|
25 |
## Training
|
26 |
The model has been trained on 4x NVIDIA Tesla V100 32GB for 15 hours, 4x NVIDIA Tesla A100 40GB for 10 hours, and 1x NVIDIA Tesla A100 40GB for 20 hours. During training, the model has seen 5984K documents corresponding to roughly 9 epochs.
|
|
|
14 |
- rougeraw
|
15 |
---
|
16 |
|
17 |
+
# mBART fine-tuned model for Czech abstractive summarization (AT2H-C)
|
18 |
This model is a fine-tuned checkpoint of [facebook/mbart-large-cc25](https://huggingface.co/facebook/mbart-large-cc25) on the Czech news dataset to produce Czech abstractive summaries.
|
19 |
## Task
|
20 |
The model deals with the task ``Abstract + Text to Headline`` (AT2H) which consists in generating a one- or two-sentence summary considered as a headline from a Czech news text.
|
21 |
|
22 |
## Dataset
|
23 |
+
The model has been trained on the private CNC dataset provided by Czech News Center. The dataset includes 3/4M Czech news-based documents consisting of a Headline, Abstract, and Full-text sections. Truncation and padding were set to 512 tokens.
|
24 |
|
25 |
## Training
|
26 |
The model has been trained on 4x NVIDIA Tesla V100 32GB for 15 hours, 4x NVIDIA Tesla A100 40GB for 10 hours, and 1x NVIDIA Tesla A100 40GB for 20 hours. During training, the model has seen 5984K documents corresponding to roughly 9 epochs.
|