ismet commited on
Commit
c918dfb
1 Parent(s): 27e22f6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-pwkp
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-pwkp
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: 0.9315
21
+ - Sacrebleu: 41.2105
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: 30
42
+ - eval_batch_size: 30
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 4
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|
52
+ | 1.0683 | 1.0 | 3421 | 0.9984 | 40.9399 |
53
+ | 0.9748 | 2.0 | 6842 | 0.9584 | 41.0858 |
54
+ | 0.9279 | 3.0 | 10263 | 0.9433 | 41.1863 |
55
+ | 0.9025 | 4.0 | 13684 | 0.9315 | 41.2105 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.25.1
61
+ - Pytorch 1.13.0+cu116
62
+ - Datasets 2.8.0
63
+ - Tokenizers 0.13.2