ntkhoi/mt5-vi-news-summarization
Browse files
README.md
CHANGED
@@ -3,15 +3,11 @@ license: apache-2.0
|
|
3 |
base_model: google/mt5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: FastAbs-Fine-tuning-Text-Summarization
|
8 |
results: []
|
9 |
-
datasets:
|
10 |
-
- vietgpt/news_summarization_vi
|
11 |
-
language:
|
12 |
-
- vi
|
13 |
-
metrics:
|
14 |
-
- rouge
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -20,6 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
# FastAbs-Fine-tuning-Text-Summarization
|
21 |
|
22 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -39,8 +42,8 @@ More information needed
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 0.0002
|
42 |
-
- train_batch_size:
|
43 |
-
- eval_batch_size:
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
@@ -56,4 +59,4 @@ The following hyperparameters were used during training:
|
|
56 |
- Transformers 4.39.3
|
57 |
- Pytorch 2.1.2
|
58 |
- Datasets 2.18.0
|
59 |
-
- Tokenizers 0.15.2
|
|
|
3 |
base_model: google/mt5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
model-index:
|
9 |
- name: FastAbs-Fine-tuning-Text-Summarization
|
10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
# FastAbs-Fine-tuning-Text-Summarization
|
17 |
|
18 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8435
|
21 |
+
- Rouge1: 71.033
|
22 |
+
- Rouge2: 46.9902
|
23 |
+
- Rougel: 49.8521
|
24 |
+
- Rougelsum: 64.0283
|
25 |
+
- Gen Len: 231.535
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
- learning_rate: 0.0002
|
45 |
+
- train_batch_size: 12
|
46 |
+
- eval_batch_size: 8
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
|
|
59 |
- Transformers 4.39.3
|
60 |
- Pytorch 2.1.2
|
61 |
- Datasets 2.18.0
|
62 |
+
- Tokenizers 0.15.2
|
generation_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
|
|
1 |
{
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
runs/Jun06_13-34-30_ff49f8f711b9/events.out.tfevents.1717701199.ff49f8f711b9.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c0a15207563fb770b7a12ef7dbfb22b2cbdf68c94d52be70e0199a4ec252050
|
3 |
+
size 613
|