alaahussein commited on
Commit
9075ab9
1 Parent(s): c1671de

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - billsum
7
+ metrics:
8
+ - rouge
9
+ - bleu
10
+ model-index:
11
+ - name: flan-t5-base-billsum_model
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: billsum
18
+ type: billsum
19
+ config: default
20
+ split: test
21
+ args: default
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 0.2154
26
+ - name: Bleu
27
+ type: bleu
28
+ value: 0.0011
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # flan-t5-base-billsum_model
35
+
36
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the billsum dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: nan
39
+ - Rouge1: 0.2154
40
+ - Rouge2: 0.1259
41
+ - Rougel: 0.1843
42
+ - Rougelsum: 0.1843
43
+ - Gen Len: 17.3735
44
+ - Bleu: 0.0011
45
+
46
+ ## Model description
47
+
48
+ More information needed
49
+
50
+ ## Intended uses & limitations
51
+
52
+ More information needed
53
+
54
+ ## Training and evaluation data
55
+
56
+ More information needed
57
+
58
+ ## Training procedure
59
+
60
+ ### Training hyperparameters
61
+
62
+ The following hyperparameters were used during training:
63
+ - learning_rate: 2e-05
64
+ - train_batch_size: 8
65
+ - eval_batch_size: 8
66
+ - seed: 42
67
+ - gradient_accumulation_steps: 8
68
+ - total_train_batch_size: 64
69
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
70
+ - lr_scheduler_type: linear
71
+ - num_epochs: 40
72
+ - mixed_precision_training: Native AMP
73
+
74
+ ### Training results
75
+
76
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | Bleu |
77
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|:------:|
78
+ | No log | 1.0 | 296 | nan | 0.2154 | 0.1259 | 0.1843 | 0.1843 | 17.3735 | 0.0011 |
79
+ | 0.0 | 2.0 | 592 | nan | 0.2154 | 0.1259 | 0.1843 | 0.1843 | 17.3735 | 0.0011 |
80
+ | 0.0 | 3.0 | 888 | nan | 0.2154 | 0.1259 | 0.1843 | 0.1843 | 17.3735 | 0.0011 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.28.1
86
+ - Pytorch 2.0.0+cu118
87
+ - Datasets 2.11.0
88
+ - Tokenizers 0.13.3