Gabriel commited on
Commit
b0e6ee5
1 Parent(s): 47c2968

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: flan-t5-base-xsum-swe
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
+ # flan-t5-base-xsum-swe
17
+
18
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.4174
21
+ - Rouge1: 20.3004
22
+ - Rouge2: 6.2309
23
+ - Rougel: 17.5863
24
+ - Rougelsum: 17.5827
25
+ - Gen Len: 18.9998
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: 5e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 5
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
56
+ | 1.8384 | 1.0 | 12751 | 1.6491 | 19.0409 | 5.1339 | 16.3642 | 16.3725 | 19.0 |
57
+ | 1.6806 | 2.0 | 25502 | 1.5189 | 19.882 | 5.7451 | 17.1187 | 17.1233 | 19.0 |
58
+ | 1.5961 | 3.0 | 38253 | 1.4575 | 20.237 | 6.1009 | 17.4642 | 17.4647 | 18.9998 |
59
+ | 1.5556 | 4.0 | 51004 | 1.4268 | 20.2998 | 6.2217 | 17.5423 | 17.541 | 18.9998 |
60
+ | 1.5429 | 5.0 | 63755 | 1.4174 | 20.3004 | 6.2309 | 17.5863 | 17.5827 | 18.9998 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.25.1
66
+ - Pytorch 1.13.0+cu116
67
+ - Datasets 2.8.0
68
+ - Tokenizers 0.13.2