anhmanucian19032002 commited on
Commit
04acf39
1 Parent(s): 2fde33f

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.4435
20
+ - Rouge1: 52.8288
21
+ - Rouge2: 37.7126
22
+ - Rougel: 45.2296
23
+ - Rougelsum: 48.414
24
+ - Gen Len: 18.7023
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
+ | No log | 1.0 | 399 | 1.6304 | 50.9347 | 33.9037 | 42.6387 | 45.4807 | 18.708 |
58
+ | 2.0723 | 2.0 | 799 | 1.5192 | 51.7414 | 35.6234 | 43.7745 | 46.7714 | 18.7089 |
59
+ | 1.5776 | 3.0 | 1198 | 1.4674 | 52.602 | 36.9274 | 44.6899 | 47.8724 | 18.7108 |
60
+ | 1.3842 | 4.0 | 1598 | 1.4452 | 52.6654 | 37.2948 | 44.8855 | 48.1186 | 18.7056 |
61
+ | 1.3842 | 4.99 | 1995 | 1.4435 | 52.8288 | 37.7126 | 45.2296 | 48.414 | 18.7023 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.30.0
67
+ - Pytorch 2.3.0+cu121
68
+ - Datasets 2.20.0
69
+ - Tokenizers 0.13.3