Model save
Browse files
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: codellama/CodeLlama-13b-hf
|
7 |
+
model-index:
|
8 |
+
- name: codellama13B-noautogen-StaproCoder
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# codellama13B-noautogen-StaproCoder
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [codellama/CodeLlama-13b-hf](https://huggingface.co/codellama/CodeLlama-13b-hf) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3758
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0005
|
39 |
+
- train_batch_size: 6
|
40 |
+
- eval_batch_size: 6
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 24
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: cosine
|
46 |
+
- lr_scheduler_warmup_ratio: 0.1
|
47 |
+
- training_steps: 2000
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 0.417 | 0.05 | 100 | 0.5468 |
|
54 |
+
| 0.5187 | 0.1 | 200 | 0.4993 |
|
55 |
+
| 0.3279 | 0.15 | 300 | 0.4787 |
|
56 |
+
| 0.452 | 0.2 | 400 | 0.4551 |
|
57 |
+
| 0.4738 | 0.25 | 500 | 0.4402 |
|
58 |
+
| 0.4338 | 0.3 | 600 | 0.4263 |
|
59 |
+
| 0.4024 | 0.35 | 700 | 0.4183 |
|
60 |
+
| 0.4268 | 0.4 | 800 | 0.4082 |
|
61 |
+
| 0.3572 | 0.45 | 900 | 0.4014 |
|
62 |
+
| 0.3584 | 0.5 | 1000 | 0.3967 |
|
63 |
+
| 0.359 | 0.55 | 1100 | 0.3913 |
|
64 |
+
| 0.3023 | 0.6 | 1200 | 0.3865 |
|
65 |
+
| 0.2707 | 0.65 | 1300 | 0.3820 |
|
66 |
+
| 0.2918 | 0.7 | 1400 | 0.3790 |
|
67 |
+
| 0.3188 | 0.75 | 1500 | 0.3757 |
|
68 |
+
| 0.167 | 0.8 | 1600 | 0.3741 |
|
69 |
+
| 0.2962 | 0.85 | 1700 | 0.3742 |
|
70 |
+
| 0.2603 | 0.9 | 1800 | 0.3747 |
|
71 |
+
| 0.2544 | 0.95 | 1900 | 0.3755 |
|
72 |
+
| 0.254 | 1.0 | 2000 | 0.3758 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- PEFT 0.9.0
|
78 |
+
- Transformers 4.39.0.dev0
|
79 |
+
- Pytorch 2.2.1+cu121
|
80 |
+
- Datasets 2.17.1
|
81 |
+
- Tokenizers 0.15.2
|