ismet commited on
Commit
d5e7fb1
·
1 Parent(s): 53b91ab

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - simplification
5
+ - generated_from_trainer
6
+ metrics:
7
+ - sacrebleu
8
+ model-index:
9
+ - name: flan-t5-base-finetuned-length_control_token
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-finetuned-length_control_token
17
+
18
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.0276
21
+ - Sacrebleu: 16.2445
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5.6e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 6
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|
52
+ | 1.3257 | 1.0 | 1782 | 1.0906 | 15.4208 |
53
+ | 1.1718 | 2.0 | 3564 | 1.0648 | 15.5358 |
54
+ | 1.0972 | 3.0 | 5346 | 1.0484 | 15.8113 |
55
+ | 1.0472 | 4.0 | 7128 | 1.0394 | 16.0159 |
56
+ | 1.0092 | 5.0 | 8910 | 1.0305 | 16.1341 |
57
+ | 0.9858 | 6.0 | 10692 | 1.0276 | 16.2445 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.26.1
63
+ - Pytorch 1.13.1+cu117
64
+ - Datasets 2.10.1
65
+ - Tokenizers 0.13.2