update model card README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,77 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
## Training procedure
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
### Framework versions
|
7 |
|
8 |
-
-
|
9 |
-
-
|
10 |
-
-
|
11 |
-
-
|
12 |
-
- PEFT 0.5.0.dev0
|
13 |
-
- PEFT 0.5.0.dev0
|
14 |
-
- PEFT 0.5.0.dev0
|
15 |
-
- PEFT 0.5.0.dev0
|
16 |
-
- PEFT 0.5.0.dev0
|
17 |
-
|
18 |
-
- 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-testsnippet
|
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-testsnippet
|
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.2149
|
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: 7e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
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 |
+
| 9.1209 | 0.05 | 5 | 8.5383 |
|
51 |
+
| 8.6626 | 0.1 | 10 | 7.4207 |
|
52 |
+
| 5.4255 | 0.15 | 15 | 2.9487 |
|
53 |
+
| 1.2743 | 0.2 | 20 | 0.6467 |
|
54 |
+
| 0.477 | 0.25 | 25 | 0.5785 |
|
55 |
+
| 0.3976 | 0.3 | 30 | 0.4535 |
|
56 |
+
| 0.3388 | 0.35 | 35 | 0.3448 |
|
57 |
+
| 0.3152 | 0.4 | 40 | 0.2857 |
|
58 |
+
| 0.2417 | 0.45 | 45 | 0.2603 |
|
59 |
+
| 0.2319 | 0.5 | 50 | 0.2460 |
|
60 |
+
| 0.1906 | 0.55 | 55 | 0.2362 |
|
61 |
+
| 0.1904 | 0.6 | 60 | 0.2296 |
|
62 |
+
| 0.1547 | 0.65 | 65 | 0.2246 |
|
63 |
+
| 0.1795 | 0.7 | 70 | 0.2214 |
|
64 |
+
| 0.1609 | 0.75 | 75 | 0.2193 |
|
65 |
+
| 0.2324 | 0.8 | 80 | 0.2174 |
|
66 |
+
| 0.19 | 0.85 | 85 | 0.2160 |
|
67 |
+
| 0.1819 | 0.9 | 90 | 0.2153 |
|
68 |
+
| 0.1879 | 0.95 | 95 | 0.2150 |
|
69 |
+
| 0.1499 | 1.0 | 100 | 0.2149 |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|