e22vvb commited on
Commit
48652ba
·
1 Parent(s): 5028e85

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: EN_t5-base_15_spider_baseline_clean
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
+ # EN_t5-base_15_spider_baseline_clean
14
+
15
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.3158
18
+ - Rouge2 Precision: 0.6026
19
+ - Rouge2 Recall: 0.3905
20
+ - Rouge2 Fmeasure: 0.4456
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 20
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 15
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
50
+ |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
51
+ | No log | 1.0 | 433 | 0.2764 | 0.4829 | 0.3221 | 0.362 |
52
+ | 0.5489 | 2.0 | 866 | 0.2624 | 0.5422 | 0.3575 | 0.4039 |
53
+ | 0.1758 | 3.0 | 1299 | 0.2637 | 0.5488 | 0.3597 | 0.4074 |
54
+ | 0.1302 | 4.0 | 1732 | 0.2741 | 0.5671 | 0.3731 | 0.4228 |
55
+ | 0.1052 | 5.0 | 2165 | 0.2787 | 0.5736 | 0.3744 | 0.4255 |
56
+ | 0.0876 | 6.0 | 2598 | 0.2848 | 0.5957 | 0.3868 | 0.4403 |
57
+ | 0.078 | 7.0 | 3031 | 0.2841 | 0.5962 | 0.3867 | 0.4407 |
58
+ | 0.078 | 8.0 | 3464 | 0.2898 | 0.5995 | 0.3873 | 0.4423 |
59
+ | 0.0685 | 9.0 | 3897 | 0.2948 | 0.5961 | 0.3843 | 0.4393 |
60
+ | 0.0627 | 10.0 | 4330 | 0.3045 | 0.5945 | 0.3839 | 0.4385 |
61
+ | 0.0577 | 11.0 | 4763 | 0.3037 | 0.6018 | 0.3858 | 0.4415 |
62
+ | 0.0542 | 12.0 | 5196 | 0.3126 | 0.6034 | 0.3926 | 0.4474 |
63
+ | 0.0513 | 13.0 | 5629 | 0.3127 | 0.5964 | 0.3848 | 0.4395 |
64
+ | 0.0491 | 14.0 | 6062 | 0.3151 | 0.5998 | 0.3883 | 0.4431 |
65
+ | 0.0491 | 15.0 | 6495 | 0.3158 | 0.6026 | 0.3905 | 0.4456 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.26.1
71
+ - Pytorch 2.0.1+cu117
72
+ - Datasets 2.14.7.dev0
73
+ - Tokenizers 0.13.3