NatthawatTung commited on
Commit
e5c307a
1 Parent(s): b60236d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: ALL_mt5-base_10_wikiSQL
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_10_wikiSQL
14
+
15
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.2056
18
+ - Rouge2 Precision: 0.7601
19
+ - Rouge2 Recall: 0.6878
20
+ - Rouge2 Fmeasure: 0.7165
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: 35
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: 10
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
50
+ |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
51
+ | 0.3197 | 1.0 | 3702 | 0.2658 | 0.7084 | 0.6348 | 0.6636 |
52
+ | 0.2666 | 2.0 | 7404 | 0.2348 | 0.7294 | 0.6574 | 0.686 |
53
+ | 0.2356 | 3.0 | 11106 | 0.2229 | 0.7409 | 0.6678 | 0.6968 |
54
+ | 0.2169 | 4.0 | 14808 | 0.2162 | 0.7471 | 0.6747 | 0.7035 |
55
+ | 0.2021 | 5.0 | 18510 | 0.2121 | 0.7513 | 0.6796 | 0.708 |
56
+ | 0.1959 | 6.0 | 22212 | 0.2089 | 0.7545 | 0.6824 | 0.711 |
57
+ | 0.1878 | 7.0 | 25914 | 0.2069 | 0.757 | 0.6848 | 0.7134 |
58
+ | 0.1801 | 8.0 | 29616 | 0.2060 | 0.7586 | 0.6862 | 0.715 |
59
+ | 0.1763 | 9.0 | 33318 | 0.2055 | 0.7594 | 0.6877 | 0.7161 |
60
+ | 0.1752 | 10.0 | 37020 | 0.2056 | 0.7601 | 0.6878 | 0.7165 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.26.1
66
+ - Pytorch 2.1.2
67
+ - Datasets 2.16.1
68
+ - Tokenizers 0.13.3