jlpan commited on
Commit
5dce7a3
·
1 Parent(s): 468acb3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -8
README.md CHANGED
@@ -1,14 +1,77 @@
1
  ---
2
- library_name: peft
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
6
- ### Framework versions
 
 
 
 
 
 
 
 
 
 
7
 
8
- - PEFT 0.5.0.dev0
9
- - PEFT 0.5.0.dev0
10
- - PEFT 0.5.0.dev0
11
- - PEFT 0.5.0.dev0
12
- - PEFT 0.5.0.dev0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- - PEFT 0.5.0.dev0
 
 
 
 
1
  ---
2
+ license: bigcode-openrail-m
3
+ base_model: bigcode/starcoder
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: starcoder-c2py-testprogram
8
+ results: []
9
  ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # starcoder-c2py-testprogram
15
+
16
+ This model is a fine-tuned version of [bigcode/starcoder](https://huggingface.co/bigcode/starcoder) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.1295
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
  ## Training procedure
33
 
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 4
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: cosine
43
+ - lr_scheduler_warmup_steps: 10
44
+ - training_steps: 100
45
 
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.1742 | 0.05 | 5 | 0.1665 |
51
+ | 0.1587 | 0.1 | 10 | 0.1619 |
52
+ | 0.1361 | 0.15 | 15 | 0.1568 |
53
+ | 0.1516 | 0.2 | 20 | 0.1486 |
54
+ | 0.141 | 0.25 | 25 | 0.1429 |
55
+ | 0.1292 | 0.3 | 30 | 0.1405 |
56
+ | 0.1461 | 0.35 | 35 | 0.1374 |
57
+ | 0.09 | 0.4 | 40 | 0.1351 |
58
+ | 0.1149 | 0.45 | 45 | 0.1332 |
59
+ | 0.1296 | 0.5 | 50 | 0.1325 |
60
+ | 0.1069 | 1.05 | 55 | 0.1334 |
61
+ | 0.1046 | 1.1 | 60 | 0.1320 |
62
+ | 0.0969 | 1.15 | 65 | 0.1308 |
63
+ | 0.1141 | 1.2 | 70 | 0.1304 |
64
+ | 0.1182 | 1.25 | 75 | 0.1300 |
65
+ | 0.1112 | 1.3 | 80 | 0.1297 |
66
+ | 0.1278 | 1.35 | 85 | 0.1295 |
67
+ | 0.0794 | 1.4 | 90 | 0.1295 |
68
+ | 0.1067 | 1.45 | 95 | 0.1295 |
69
+ | 0.1164 | 1.5 | 100 | 0.1295 |
70
+
71
+
72
+ ### Framework versions
73
 
74
+ - Transformers 4.32.0.dev0
75
+ - Pytorch 2.0.1+cu117
76
+ - Datasets 2.12.0
77
+ - Tokenizers 0.13.3