dimasik1987 commited on
Commit
0d5f9ea
1 Parent(s): afd88cf

End of training

Browse files
Files changed (2) hide show
  1. README.md +161 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama2
4
+ base_model: codellama/CodeLlama-7b-Instruct-hf
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: d4a65b44-74ae-4eed-bcb3-2f0310c22f54
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<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)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: codellama/CodeLlama-7b-Instruct-hf
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 337dbfc6dbb39788_train_data.json
29
+ ds_type: json
30
+ field: question
31
+ path: /workspace/input_data/337dbfc6dbb39788_train_data.json
32
+ type: completion
33
+ debug: null
34
+ deepspeed: null
35
+ device: cuda
36
+ early_stopping_patience: null
37
+ eval_max_new_tokens: 128
38
+ eval_table_size: null
39
+ evals_per_epoch: 5
40
+ flash_attention: false
41
+ fp16: null
42
+ fsdp: null
43
+ fsdp_config: null
44
+ gradient_accumulation_steps: 6
45
+ gradient_checkpointing: true
46
+ group_by_length: false
47
+ hub_model_id: dimasik1987/d4a65b44-74ae-4eed-bcb3-2f0310c22f54
48
+ hub_repo: null
49
+ hub_strategy: checkpoint
50
+ hub_token: null
51
+ learning_rate: 0.0001
52
+ load_in_4bit: false
53
+ load_in_8bit: false
54
+ local_rank: null
55
+ logging_steps: 1
56
+ lora_alpha: 64
57
+ lora_dropout: 0.05
58
+ lora_fan_in_fan_out: null
59
+ lora_model_dir: null
60
+ lora_r: 32
61
+ lora_target_linear: true
62
+ lr_scheduler: cosine
63
+ max_memory:
64
+ 0: 70GiB
65
+ max_steps: 50
66
+ micro_batch_size: 4
67
+ mlflow_experiment_name: /tmp/337dbfc6dbb39788_train_data.json
68
+ model_type: AutoModelForCausalLM
69
+ num_epochs: 3
70
+ optimizer: adamw_torch
71
+ output_dir: miner_id_24
72
+ pad_to_sequence_len: true
73
+ resume_from_checkpoint: null
74
+ s2_attention: null
75
+ sample_packing: false
76
+ save_steps: 25
77
+ save_strategy: steps
78
+ sequence_len: 4056
79
+ special_tokens:
80
+ pad_token: </s>
81
+ strict: false
82
+ tf32: false
83
+ tokenizer_type: AutoTokenizer
84
+ torch_dtype: bfloat16
85
+ train_on_inputs: false
86
+ trust_remote_code: true
87
+ val_set_size: 0.05
88
+ wandb_entity: null
89
+ wandb_mode: online
90
+ wandb_name: d4a65b44-74ae-4eed-bcb3-2f0310c22f54
91
+ wandb_project: Gradients-On-Demand
92
+ wandb_run: your_name
93
+ wandb_runid: d4a65b44-74ae-4eed-bcb3-2f0310c22f54
94
+ warmup_steps: 10
95
+ weight_decay: 0.01
96
+ xformers_attention: null
97
+
98
+ ```
99
+
100
+ </details><br>
101
+
102
+ # d4a65b44-74ae-4eed-bcb3-2f0310c22f54
103
+
104
+ This model is a fine-tuned version of [codellama/CodeLlama-7b-Instruct-hf](https://huggingface.co/codellama/CodeLlama-7b-Instruct-hf) on the None dataset.
105
+ It achieves the following results on the evaluation set:
106
+ - Loss: nan
107
+
108
+ ## Model description
109
+
110
+ More information needed
111
+
112
+ ## Intended uses & limitations
113
+
114
+ More information needed
115
+
116
+ ## Training and evaluation data
117
+
118
+ More information needed
119
+
120
+ ## Training procedure
121
+
122
+ ### Training hyperparameters
123
+
124
+ The following hyperparameters were used during training:
125
+ - learning_rate: 0.0001
126
+ - train_batch_size: 4
127
+ - eval_batch_size: 4
128
+ - seed: 42
129
+ - gradient_accumulation_steps: 6
130
+ - total_train_batch_size: 24
131
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
132
+ - lr_scheduler_type: cosine
133
+ - lr_scheduler_warmup_steps: 10
134
+ - training_steps: 50
135
+
136
+ ### Training results
137
+
138
+ | Training Loss | Epoch | Step | Validation Loss |
139
+ |:-------------:|:------:|:----:|:---------------:|
140
+ | 0.0 | 0.0010 | 1 | nan |
141
+ | 0.0 | 0.0039 | 4 | nan |
142
+ | 0.0 | 0.0078 | 8 | nan |
143
+ | 0.0 | 0.0117 | 12 | nan |
144
+ | 0.0 | 0.0156 | 16 | nan |
145
+ | 0.0 | 0.0195 | 20 | nan |
146
+ | 0.0 | 0.0234 | 24 | nan |
147
+ | 0.0 | 0.0273 | 28 | nan |
148
+ | 0.0 | 0.0312 | 32 | nan |
149
+ | 0.0 | 0.0351 | 36 | nan |
150
+ | 0.0 | 0.0390 | 40 | nan |
151
+ | 0.0 | 0.0429 | 44 | nan |
152
+ | 0.0 | 0.0468 | 48 | nan |
153
+
154
+
155
+ ### Framework versions
156
+
157
+ - PEFT 0.13.2
158
+ - Transformers 4.46.0
159
+ - Pytorch 2.5.0+cu124
160
+ - Datasets 3.0.1
161
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b08c9a645ec8dd5088bebbffe1b48788d916acdd9b294181da7060ca86c2c3a
3
+ size 319977674