halamdoan commited on
Commit
f711b2d
1 Parent(s): 1e22a83

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: vit5-base-vietnews-summarization-finetuned-VN
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # vit5-base-vietnews-summarization-finetuned-VN
16
+
17
+ This model is a fine-tuned version of [VietAI/vit5-base-vietnews-summarization](https://huggingface.co/VietAI/vit5-base-vietnews-summarization) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.8974
20
+ - Rouge1: 46.8897
21
+ - Rouge2: 21.2655
22
+ - Rougel: 33.489
23
+ - Rougelsum: 33.5578
24
+ - Gen Len: 18.9871
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 4
48
+ - total_train_batch_size: 16
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 5
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
57
+ | 2.408 | 1.0 | 737 | 1.9329 | 46.6812 | 20.8232 | 33.1637 | 33.2377 | 18.9608 |
58
+ | 2.0444 | 2.0 | 1475 | 1.8841 | 46.7693 | 21.3121 | 33.37 | 33.4394 | 18.9623 |
59
+ | 1.7589 | 3.0 | 2212 | 1.8840 | 46.6303 | 21.0522 | 33.2678 | 33.3244 | 18.9777 |
60
+ | 1.6919 | 4.0 | 2950 | 1.8864 | 46.7928 | 21.395 | 33.3749 | 33.4439 | 18.9911 |
61
+ | 1.5844 | 5.0 | 3685 | 1.8974 | 46.8897 | 21.2655 | 33.489 | 33.5578 | 18.9871 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.30.0
67
+ - Pytorch 2.3.0+cu121
68
+ - Datasets 2.19.2
69
+ - Tokenizers 0.13.3