minnehwg commited on
Commit
f22a228
1 Parent(s): 9b94e13

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: finetuned-viT5-newwiki-summarization
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # finetuned-viT5-newwiki-summarization
14
+
15
+ This model is a fine-tuned version of [VietAI/vit5-base](https://huggingface.co/VietAI/vit5-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 0.5808
18
+ - eval_rouge1: 48.8124
19
+ - eval_rouge2: 25.4951
20
+ - eval_rougeL: 35.0057
21
+ - eval_rougeLsum: 37.2134
22
+ - eval_runtime: 515.0078
23
+ - eval_samples_per_second: 3.845
24
+ - eval_steps_per_second: 0.961
25
+ - epoch: 12.0
26
+ - step: 23760
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 4
47
+ - eval_batch_size: 4
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_ratio: 0.05
52
+ - num_epochs: 15
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.17.0
58
+ - Pytorch 2.1.2
59
+ - Datasets 2.18.0
60
+ - Tokenizers 0.15.2