vichyt commited on
Commit
aead35e
1 Parent(s): 12a9f20

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +108 -3
README.md CHANGED
@@ -1,9 +1,114 @@
1
  ---
2
- library_name: peft
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
6
- ### Framework versions
 
 
 
 
 
 
 
 
 
 
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
- - PEFT 0.4.0
 
 
 
 
1
  ---
2
+ license: bsd-3-clause
3
+ base_model: Salesforce/codet5p-770m-py
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - mbpp
8
+ model-index:
9
+ - name: codet5p-770m-py-sanitized-codebleu-1-True-1e-07-0.1-prefix-tuning
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
+ # codet5p-770m-py-sanitized-codebleu-1-True-1e-07-0.1-prefix-tuning
17
+
18
+ This model is a fine-tuned version of [Salesforce/codet5p-770m-py](https://huggingface.co/Salesforce/codet5p-770m-py) on the mbpp dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 7.8250
21
+ - Codebleu: 0.0215
22
+ - Ngram Match Score: 0.0004
23
+ - Weighted Ngram Match Score: 0.0003
24
+ - Syntax Match Score: 0.0013
25
+ - Dataflow Match Score: 0.0522
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
  ## Training procedure
40
 
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 1e-07
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 100
51
+ - num_epochs: 50
52
 
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Codebleu | Ngram Match Score | Weighted Ngram Match Score | Syntax Match Score | Dataflow Match Score |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------------:|:--------------------------:|:------------------:|:--------------------:|
57
+ | 7.9988 | 1.0 | 8 | 7.8277 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
58
+ | 8.0077 | 2.0 | 16 | 7.8276 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
59
+ | 8.0173 | 3.0 | 24 | 7.8276 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
60
+ | 7.996 | 4.0 | 32 | 7.8276 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
61
+ | 8.0369 | 5.0 | 40 | 7.8276 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
62
+ | 8.0406 | 6.0 | 48 | 7.8276 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
63
+ | 8.0162 | 7.0 | 56 | 7.8275 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
64
+ | 7.9996 | 8.0 | 64 | 7.8274 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
65
+ | 7.9955 | 9.0 | 72 | 7.8274 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
66
+ | 8.015 | 10.0 | 80 | 7.8273 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
67
+ | 8.0264 | 11.0 | 88 | 7.8272 | 0.0231 | 0.0004 | 0.0004 | 0.0013 | 0.0562 |
68
+ | 8.0091 | 12.0 | 96 | 7.8270 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
69
+ | 8.0184 | 13.0 | 104 | 7.8269 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
70
+ | 8.0261 | 14.0 | 112 | 7.8268 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
71
+ | 7.9791 | 15.0 | 120 | 7.8267 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
72
+ | 8.0159 | 16.0 | 128 | 7.8265 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
73
+ | 7.9996 | 17.0 | 136 | 7.8264 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
74
+ | 8.0404 | 18.0 | 144 | 7.8263 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
75
+ | 7.9689 | 19.0 | 152 | 7.8262 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
76
+ | 8.0391 | 20.0 | 160 | 7.8261 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
77
+ | 7.9905 | 21.0 | 168 | 7.8260 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
78
+ | 8.0239 | 22.0 | 176 | 7.8259 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
79
+ | 8.0125 | 23.0 | 184 | 7.8258 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
80
+ | 7.9988 | 24.0 | 192 | 7.8257 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
81
+ | 7.9675 | 25.0 | 200 | 7.8257 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
82
+ | 8.0127 | 26.0 | 208 | 7.8256 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
83
+ | 8.0141 | 27.0 | 216 | 7.8255 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
84
+ | 8.0028 | 28.0 | 224 | 7.8255 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
85
+ | 8.0304 | 29.0 | 232 | 7.8254 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
86
+ | 8.0433 | 30.0 | 240 | 7.8254 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
87
+ | 8.0184 | 31.0 | 248 | 7.8253 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
88
+ | 8.0456 | 32.0 | 256 | 7.8253 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
89
+ | 8.0378 | 33.0 | 264 | 7.8252 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
90
+ | 8.0035 | 34.0 | 272 | 7.8252 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
91
+ | 8.0212 | 35.0 | 280 | 7.8252 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
92
+ | 8.0033 | 36.0 | 288 | 7.8251 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
93
+ | 8.0311 | 37.0 | 296 | 7.8251 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
94
+ | 8.0264 | 38.0 | 304 | 7.8251 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
95
+ | 7.9892 | 39.0 | 312 | 7.8251 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
96
+ | 8.0047 | 40.0 | 320 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
97
+ | 8.0111 | 41.0 | 328 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
98
+ | 8.0124 | 42.0 | 336 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
99
+ | 8.0408 | 43.0 | 344 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
100
+ | 7.9969 | 44.0 | 352 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
101
+ | 8.0283 | 45.0 | 360 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
102
+ | 8.0449 | 46.0 | 368 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
103
+ | 8.0017 | 47.0 | 376 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
104
+ | 8.0328 | 48.0 | 384 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
105
+ | 7.9923 | 49.0 | 392 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
106
+ | 8.0266 | 50.0 | 400 | 7.8250 | 0.0215 | 0.0004 | 0.0003 | 0.0013 | 0.0522 |
107
+
108
+
109
+ ### Framework versions
110
 
111
+ - Transformers 4.31.0
112
+ - Pytorch 2.0.1
113
+ - Datasets 2.14.4
114
+ - Tokenizers 0.13.3