End of training
Browse files- README.md +80 -0
- adapter_config.json +21 -0
- adapter_model.bin +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
base_model: codellama/CodeLlama-7b-hf
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: code-llama-sparql
|
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 |
+
# code-llama-sparql
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [codellama/CodeLlama-7b-hf](https://huggingface.co/codellama/CodeLlama-7b-hf) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1965
|
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: 0.0003
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 2
|
42 |
+
- total_train_batch_size: 16
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 100
|
46 |
+
- training_steps: 400
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-------:|:----:|:---------------:|
|
53 |
+
| 1.595 | 0.6452 | 20 | 1.4627 |
|
54 |
+
| 1.045 | 1.2903 | 40 | 0.8255 |
|
55 |
+
| 0.4681 | 1.9355 | 60 | 0.5047 |
|
56 |
+
| 0.4022 | 2.5806 | 80 | 0.4470 |
|
57 |
+
| 0.3568 | 3.2258 | 100 | 0.4118 |
|
58 |
+
| 0.3274 | 3.8710 | 120 | 0.3768 |
|
59 |
+
| 0.2955 | 4.5161 | 140 | 0.3576 |
|
60 |
+
| 0.2786 | 5.1613 | 160 | 0.3408 |
|
61 |
+
| 0.2778 | 5.8065 | 180 | 0.3174 |
|
62 |
+
| 0.2247 | 6.4516 | 200 | 0.2986 |
|
63 |
+
| 0.2201 | 7.0968 | 220 | 0.2766 |
|
64 |
+
| 0.2232 | 7.7419 | 240 | 0.2628 |
|
65 |
+
| 0.1917 | 8.3871 | 260 | 0.2500 |
|
66 |
+
| 0.196 | 9.0323 | 280 | 0.2391 |
|
67 |
+
| 0.1738 | 9.6774 | 300 | 0.2260 |
|
68 |
+
| 0.1612 | 10.3226 | 320 | 0.2140 |
|
69 |
+
| 0.1556 | 10.9677 | 340 | 0.2082 |
|
70 |
+
| 0.1458 | 11.6129 | 360 | 0.2033 |
|
71 |
+
| 0.142 | 12.2581 | 380 | 0.1973 |
|
72 |
+
| 0.1383 | 12.9032 | 400 | 0.1965 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.41.2
|
78 |
+
- Pytorch 2.3.0+cu121
|
79 |
+
- Datasets 2.10.1
|
80 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
|
3 |
+
"bias": "none",
|
4 |
+
"enable_lora": null,
|
5 |
+
"fan_in_fan_out": false,
|
6 |
+
"inference_mode": true,
|
7 |
+
"init_lora_weights": true,
|
8 |
+
"lora_alpha": 16,
|
9 |
+
"lora_dropout": 0.05,
|
10 |
+
"merge_weights": false,
|
11 |
+
"modules_to_save": null,
|
12 |
+
"peft_type": "LORA",
|
13 |
+
"r": 16,
|
14 |
+
"target_modules": [
|
15 |
+
"q_proj",
|
16 |
+
"k_proj",
|
17 |
+
"v_proj",
|
18 |
+
"o_proj"
|
19 |
+
],
|
20 |
+
"task_type": "CAUSAL_LM"
|
21 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15c33c84048973bad0e1fdb368ba00e211f4102a99adc706ba0d80ff03b2010a
|
3 |
+
size 67201802
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7887ab10108fc07b50d6046a0a20910934fddec2563656382683ba2fb818c7b
|
3 |
+
size 5176
|