lesso03 commited on
Commit
8f7e80b
1 Parent(s): 5f0ca3a

End of training

Browse files
Files changed (2) hide show
  1. README.md +156 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: NousResearch/CodeLlama-13b-hf
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: 2d745a5a-1d15-4833-b0ca-670d84534c69
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
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ adapter: lora
21
+ base_model: NousResearch/CodeLlama-13b-hf
22
+ bf16: true
23
+ chat_template: llama3
24
+ datasets:
25
+ - data_files:
26
+ - 4b3c1f71a19d080c_train_data.json
27
+ ds_type: json
28
+ field: content
29
+ path: /workspace/input_data/4b3c1f71a19d080c_train_data.json
30
+ type: completion
31
+ debug: null
32
+ deepspeed: null
33
+ early_stopping_patience: null
34
+ eval_max_new_tokens: 128
35
+ eval_table_size: null
36
+ evals_per_epoch: 4
37
+ flash_attention: false
38
+ fp16: false
39
+ fsdp: null
40
+ fsdp_config: null
41
+ gradient_accumulation_steps: 2
42
+ gradient_checkpointing: true
43
+ group_by_length: false
44
+ hub_model_id: lesso03/2d745a5a-1d15-4833-b0ca-670d84534c69
45
+ hub_repo: null
46
+ hub_strategy: checkpoint
47
+ hub_token: null
48
+ learning_rate: 0.0001
49
+ load_in_4bit: false
50
+ load_in_8bit: false
51
+ local_rank: null
52
+ logging_steps: 1
53
+ lora_alpha: 32
54
+ lora_dropout: 0.05
55
+ lora_fan_in_fan_out: null
56
+ lora_model_dir: null
57
+ lora_r: 16
58
+ lora_target_linear: true
59
+ lr_scheduler: cosine
60
+ max_memory:
61
+ 0: 77GiB
62
+ max_steps: 100
63
+ micro_batch_size: 8
64
+ mlflow_experiment_name: /tmp/4b3c1f71a19d080c_train_data.json
65
+ model_type: AutoModelForCausalLM
66
+ num_epochs: 3
67
+ optimizer: adamw_torch
68
+ output_dir: miner_id_24
69
+ pad_to_sequence_len: true
70
+ resume_from_checkpoint: null
71
+ s2_attention: null
72
+ sample_packing: false
73
+ save_steps: 25
74
+ save_strategy: steps
75
+ sequence_len: 1024
76
+ special_tokens:
77
+ pad_token: </s>
78
+ strict: false
79
+ tf32: false
80
+ tokenizer_type: AutoTokenizer
81
+ train_on_inputs: false
82
+ trust_remote_code: true
83
+ val_set_size: 0.05
84
+ wandb_entity: null
85
+ wandb_mode: online
86
+ wandb_name: 2d745a5a-1d15-4833-b0ca-670d84534c69
87
+ wandb_project: Gradients-On-Demand
88
+ wandb_run: your_name
89
+ wandb_runid: 2d745a5a-1d15-4833-b0ca-670d84534c69
90
+ warmup_steps: 10
91
+ weight_decay: 0.01
92
+ xformers_attention: false
93
+
94
+ ```
95
+
96
+ </details><br>
97
+
98
+ # 2d745a5a-1d15-4833-b0ca-670d84534c69
99
+
100
+ This model is a fine-tuned version of [NousResearch/CodeLlama-13b-hf](https://huggingface.co/NousResearch/CodeLlama-13b-hf) on the None dataset.
101
+ It achieves the following results on the evaluation set:
102
+ - Loss: 0.3838
103
+
104
+ ## Model description
105
+
106
+ More information needed
107
+
108
+ ## Intended uses & limitations
109
+
110
+ More information needed
111
+
112
+ ## Training and evaluation data
113
+
114
+ More information needed
115
+
116
+ ## Training procedure
117
+
118
+ ### Training hyperparameters
119
+
120
+ The following hyperparameters were used during training:
121
+ - learning_rate: 0.0001
122
+ - train_batch_size: 8
123
+ - eval_batch_size: 8
124
+ - seed: 42
125
+ - gradient_accumulation_steps: 2
126
+ - total_train_batch_size: 16
127
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
128
+ - lr_scheduler_type: cosine
129
+ - lr_scheduler_warmup_steps: 10
130
+ - training_steps: 100
131
+
132
+ ### Training results
133
+
134
+ | Training Loss | Epoch | Step | Validation Loss |
135
+ |:-------------:|:------:|:----:|:---------------:|
136
+ | 1.2476 | 0.0003 | 1 | 0.4695 |
137
+ | 0.9901 | 0.0030 | 9 | 0.4587 |
138
+ | 1.0971 | 0.0061 | 18 | 0.4295 |
139
+ | 1.0392 | 0.0091 | 27 | 0.4172 |
140
+ | 0.8091 | 0.0121 | 36 | 0.4073 |
141
+ | 0.686 | 0.0151 | 45 | 0.3996 |
142
+ | 0.8614 | 0.0182 | 54 | 0.3940 |
143
+ | 0.9087 | 0.0212 | 63 | 0.3895 |
144
+ | 0.6429 | 0.0242 | 72 | 0.3867 |
145
+ | 0.647 | 0.0272 | 81 | 0.3849 |
146
+ | 0.8594 | 0.0303 | 90 | 0.3840 |
147
+ | 0.6926 | 0.0333 | 99 | 0.3838 |
148
+
149
+
150
+ ### Framework versions
151
+
152
+ - PEFT 0.13.2
153
+ - Transformers 4.46.0
154
+ - Pytorch 2.5.0+cu124
155
+ - Datasets 3.0.1
156
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4512475e17ff59ba86af28cbc95fc4d8d26644d4c1413241af89bbbfe93378bc
3
+ size 250550026