alexandrualexandru commited on
Commit
6b6e221
1 Parent(s): 0415899

End of training

Browse files
Files changed (4) hide show
  1. README.md +80 -0
  2. adapter_config.json +21 -0
  3. adapter_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ base_model: codellama/CodeLlama-7b-Instruct-hf
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: code-llama-instruct-7b-text-to-sparql-axiom-prefix
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-instruct-7b-text-to-sparql-axiom-prefix
15
+
16
+ This model is a fine-tuned version of [codellama/CodeLlama-7b-Instruct-hf](https://huggingface.co/codellama/CodeLlama-7b-Instruct-hf) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0988
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.138 | 0.0710 | 20 | 1.0843 |
54
+ | 0.6257 | 0.1421 | 40 | 0.3315 |
55
+ | 0.1388 | 0.2131 | 60 | 0.1390 |
56
+ | 0.1293 | 0.2842 | 80 | 0.1269 |
57
+ | 0.1174 | 0.3552 | 100 | 0.1205 |
58
+ | 0.1097 | 0.4263 | 120 | 0.1176 |
59
+ | 0.1102 | 0.4973 | 140 | 0.1131 |
60
+ | 0.1073 | 0.5684 | 160 | 0.1083 |
61
+ | 0.1064 | 0.6394 | 180 | 0.1064 |
62
+ | 0.1079 | 0.7105 | 200 | 0.1053 |
63
+ | 0.1025 | 0.7815 | 220 | 0.1042 |
64
+ | 0.1038 | 0.8526 | 240 | 0.1029 |
65
+ | 0.0962 | 0.9236 | 260 | 0.1023 |
66
+ | 0.1021 | 0.9947 | 280 | 0.1013 |
67
+ | 0.098 | 1.0657 | 300 | 0.1008 |
68
+ | 0.0964 | 1.1368 | 320 | 0.1003 |
69
+ | 0.0961 | 1.2078 | 340 | 0.0997 |
70
+ | 0.0948 | 1.2789 | 360 | 0.0994 |
71
+ | 0.0955 | 1.3499 | 380 | 0.0989 |
72
+ | 0.0988 | 1.4210 | 400 | 0.0988 |
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-Instruct-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:53c35e7b9cfdc3a134b964ecbd6056a59e74fb6c1bfa961e0935113e888150ef
3
+ size 67201802
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bde11237cd3b93c73f5d1e09fa64b2324b9204e8f8133e65f816c714db18c21e
3
+ size 5240