End of training
Browse files- README.md +73 -0
- generation_config.json +6 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: VietAI/vit5-base-vietnews-summarization
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
model-index:
|
9 |
+
- name: vit5-base-vietnews-summarization-standardized-number
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# vit5-base-vietnews-summarization-standardized-number
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [VietAI/vit5-base-vietnews-summarization](https://huggingface.co/VietAI/vit5-base-vietnews-summarization) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8499
|
21 |
+
- Rouge1: 79.4661
|
22 |
+
- Rouge2: 73.7077
|
23 |
+
- Rougel: 78.7438
|
24 |
+
- Rougelsum: 78.7691
|
25 |
+
- Gen Len: 7.7774
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 8
|
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
|
50 |
+
- num_epochs: 10
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
+
| No log | 1.0 | 297 | 0.6552 | 76.9005 | 71.0321 | 75.8172 | 75.7944 | 9.0 |
|
57 |
+
| 0.7392 | 2.0 | 594 | 0.6097 | 77.7553 | 71.8996 | 76.945 | 76.8648 | 8.774 |
|
58 |
+
| 0.7392 | 3.0 | 891 | 0.6585 | 76.0148 | 69.0333 | 75.1296 | 75.0746 | 7.2968 |
|
59 |
+
| 0.3656 | 4.0 | 1188 | 0.6418 | 78.8957 | 73.2204 | 78.2513 | 78.1601 | 8.4789 |
|
60 |
+
| 0.3656 | 5.0 | 1485 | 0.6949 | 79.3154 | 73.5637 | 78.5601 | 78.4102 | 8.231 |
|
61 |
+
| 0.2499 | 6.0 | 1782 | 0.7310 | 78.869 | 72.9484 | 78.0106 | 77.9337 | 8.2192 |
|
62 |
+
| 0.168 | 7.0 | 2079 | 0.7773 | 79.2397 | 73.3195 | 78.4037 | 78.3662 | 7.9595 |
|
63 |
+
| 0.168 | 8.0 | 2376 | 0.7948 | 79.7476 | 73.8644 | 79.0204 | 78.9762 | 7.656 |
|
64 |
+
| 0.1239 | 9.0 | 2673 | 0.8483 | 79.4961 | 73.7248 | 78.6887 | 78.7077 | 7.6779 |
|
65 |
+
| 0.1239 | 10.0 | 2970 | 0.8499 | 79.4661 | 73.7077 | 78.7438 | 78.7691 | 7.7774 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.33.0
|
71 |
+
- Pytorch 2.0.0
|
72 |
+
- Datasets 2.1.0
|
73 |
+
- Tokenizers 0.13.3
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.33.0"
|
6 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 903892625
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3c5a053dcb8e2db168244d1845207bbebb2ff3d60e79a14efdf8b68af0a49c9
|
3 |
size 903892625
|