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-lcquad-dbpedia
|
| 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-lcquad-dbpedia
|
| 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.1978
|
| 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.1267 | 0.0710 | 20 | 1.1174 |
|
| 54 |
+
| 0.7096 | 0.1421 | 40 | 0.4625 |
|
| 55 |
+
| 0.3148 | 0.2131 | 60 | 0.3134 |
|
| 56 |
+
| 0.2716 | 0.2842 | 80 | 0.2705 |
|
| 57 |
+
| 0.2267 | 0.3552 | 100 | 0.2945 |
|
| 58 |
+
| 0.2494 | 0.4263 | 120 | 0.2441 |
|
| 59 |
+
| 0.2369 | 0.4973 | 140 | 0.2363 |
|
| 60 |
+
| 0.2397 | 0.5684 | 160 | 0.2311 |
|
| 61 |
+
| 0.2256 | 0.6394 | 180 | 0.2261 |
|
| 62 |
+
| 0.2091 | 0.7105 | 200 | 0.2336 |
|
| 63 |
+
| 0.218 | 0.7815 | 220 | 0.2161 |
|
| 64 |
+
| 0.222 | 0.8526 | 240 | 0.2116 |
|
| 65 |
+
| 0.2169 | 0.9236 | 260 | 0.2094 |
|
| 66 |
+
| 0.2058 | 0.9947 | 280 | 0.2058 |
|
| 67 |
+
| 0.2081 | 1.0657 | 300 | 0.2039 |
|
| 68 |
+
| 0.2049 | 1.1368 | 320 | 0.2029 |
|
| 69 |
+
| 0.1925 | 1.2078 | 340 | 0.2019 |
|
| 70 |
+
| 0.2123 | 1.2789 | 360 | 0.1989 |
|
| 71 |
+
| 0.1933 | 1.3499 | 380 | 0.1980 |
|
| 72 |
+
| 0.2009 | 1.4210 | 400 | 0.1978 |
|
| 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:51d586ee0d8b483efc441db6fd0ffd2eabd68b4cba9ba338dc4702dfc7904aa8
|
| 3 |
+
size 67201802
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66c2af1f7d48ec607d09a09283b6bdefe5bb9007877872fe5c2b7f29d3ea5c87
|
| 3 |
+
size 5176
|