e22vvb commited on
Commit
f4243d6
1 Parent(s): 2cdc2b4

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: ALL_mt5-base_15_spider_new2
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
+ # ALL_mt5-base_15_spider_new2
14
+
15
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.3806
18
+ - Rouge2 Precision: 0.6339
19
+ - Rouge2 Recall: 0.4352
20
+ - Rouge2 Fmeasure: 0.487
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: 4
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
+ | 0.1807 | 1.0 | 4847 | 0.2361 | 0.546 | 0.3648 | 0.4103 |
52
+ | 0.1003 | 2.0 | 9694 | 0.2335 | 0.5674 | 0.3804 | 0.4267 |
53
+ | 0.0695 | 3.0 | 14541 | 0.2456 | 0.5959 | 0.4034 | 0.4521 |
54
+ | 0.0565 | 4.0 | 19388 | 0.2553 | 0.6119 | 0.4163 | 0.466 |
55
+ | 0.0421 | 5.0 | 24235 | 0.2739 | 0.62 | 0.4241 | 0.4745 |
56
+ | 0.0354 | 6.0 | 29082 | 0.2824 | 0.6257 | 0.4252 | 0.4769 |
57
+ | 0.0317 | 7.0 | 33929 | 0.2992 | 0.6321 | 0.4299 | 0.4822 |
58
+ | 0.0257 | 8.0 | 38776 | 0.3090 | 0.6191 | 0.4201 | 0.4715 |
59
+ | 0.0229 | 9.0 | 43623 | 0.3216 | 0.6336 | 0.4322 | 0.4848 |
60
+ | 0.0205 | 10.0 | 48470 | 0.3331 | 0.6339 | 0.4347 | 0.4865 |
61
+ | 0.0171 | 11.0 | 53317 | 0.3484 | 0.6281 | 0.4305 | 0.482 |
62
+ | 0.0141 | 12.0 | 58164 | 0.3614 | 0.6364 | 0.4359 | 0.4882 |
63
+ | 0.0135 | 13.0 | 63011 | 0.3634 | 0.6324 | 0.4345 | 0.486 |
64
+ | 0.0131 | 14.0 | 67858 | 0.3744 | 0.6334 | 0.4349 | 0.4867 |
65
+ | 0.0116 | 15.0 | 72705 | 0.3806 | 0.6339 | 0.4352 | 0.487 |
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