vichyt commited on
Commit
8c24663
1 Parent(s): 367a5af

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -3
README.md CHANGED
@@ -1,9 +1,65 @@
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-05-0.1-lora-layer_0
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-05-0.1-lora-layer_0
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: 0.9249
21
+ - Codebleu: 0.0072
22
+ - Ngram Match Score: 0.0000
23
+ - Weighted Ngram Match Score: 0.0000
24
+ - Syntax Match Score: 0.0079
25
+ - Dataflow Match Score: 0.0100
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-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
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: 1
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
+ | 0.9688 | 1.0 | 15 | 0.9249 | 0.0072 | 0.0000 | 0.0000 | 0.0079 | 0.0100 |
58
+
59
+
60
+ ### Framework versions
61
 
62
+ - Transformers 4.31.0
63
+ - Pytorch 2.0.1
64
+ - Datasets 2.14.4
65
+ - Tokenizers 0.13.3