kooff11 commited on
Commit
6d366ed
1 Parent(s): e097852

End of training

Browse files
Files changed (2) hide show
  1. README.md +165 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: NousResearch/Llama-3.2-1B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: d9dbb910-d4ca-48a0-be63-24aead9c96d6
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: NousResearch/Llama-3.2-1B
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 58171f5924b99e7b_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/58171f5924b99e7b_train_data.json
32
+ type:
33
+ field_input: sequence
34
+ field_instruction: description
35
+ field_output: id
36
+ format: '{instruction} {input}'
37
+ no_input_format: '{instruction}'
38
+ system_format: '{system}'
39
+ system_prompt: ''
40
+ debug: null
41
+ deepspeed: null
42
+ device_map: auto
43
+ early_stopping_patience: null
44
+ eval_max_new_tokens: 128
45
+ eval_table_size: null
46
+ evals_per_epoch: 4
47
+ flash_attention: true
48
+ fp16: null
49
+ fsdp: null
50
+ fsdp_config: null
51
+ gradient_accumulation_steps: 32
52
+ gradient_checkpointing: false
53
+ group_by_length: false
54
+ hub_model_id: kooff11/d9dbb910-d4ca-48a0-be63-24aead9c96d6
55
+ hub_repo: null
56
+ hub_strategy: checkpoint
57
+ hub_token: null
58
+ learning_rate: 0.0001
59
+ local_rank: null
60
+ logging_steps: 1
61
+ lora_alpha: 32
62
+ lora_dropout: 0.05
63
+ lora_fan_in_fan_out: null
64
+ lora_model_dir: null
65
+ lora_r: 16
66
+ lora_target_linear: true
67
+ lora_target_modules:
68
+ - q_proj
69
+ - v_proj
70
+ lr_scheduler: cosine
71
+ max_memory:
72
+ 0: 130GiB
73
+ 1: 130GiB
74
+ max_steps: 50
75
+ micro_batch_size: 2
76
+ mlflow_experiment_name: /tmp/58171f5924b99e7b_train_data.json
77
+ model_type: AutoModelForCausalLM
78
+ num_epochs: 1
79
+ optimizer: adamw_bnb_8bit
80
+ output_dir: miner_id_24
81
+ pad_to_sequence_len: true
82
+ quantization_config:
83
+ llm_int8_enable_fp32_cpu_offload: false
84
+ load_in_8bit: true
85
+ resume_from_checkpoint: null
86
+ s2_attention: null
87
+ sample_packing: false
88
+ saves_per_epoch: 4
89
+ sequence_len: 4056
90
+ special_tokens:
91
+ pad_token: <|end_of_text|>
92
+ strict: false
93
+ tf32: false
94
+ tokenizer_type: AutoTokenizer
95
+ train_on_inputs: false
96
+ trust_remote_code: true
97
+ val_set_size: 0.05
98
+ wandb_entity: null
99
+ wandb_mode: online
100
+ wandb_name: d9dbb910-d4ca-48a0-be63-24aead9c96d6
101
+ wandb_project: Gradients-On-Demand
102
+ wandb_run: your_name
103
+ wandb_runid: d9dbb910-d4ca-48a0-be63-24aead9c96d6
104
+ warmup_steps: 2
105
+ weight_decay: 0.0
106
+ xformers_attention: null
107
+
108
+ ```
109
+
110
+ </details><br>
111
+
112
+ # d9dbb910-d4ca-48a0-be63-24aead9c96d6
113
+
114
+ This model is a fine-tuned version of [NousResearch/Llama-3.2-1B](https://huggingface.co/NousResearch/Llama-3.2-1B) on the None dataset.
115
+ It achieves the following results on the evaluation set:
116
+ - Loss: 0.0223
117
+
118
+ ## Model description
119
+
120
+ More information needed
121
+
122
+ ## Intended uses & limitations
123
+
124
+ More information needed
125
+
126
+ ## Training and evaluation data
127
+
128
+ More information needed
129
+
130
+ ## Training procedure
131
+
132
+ ### Training hyperparameters
133
+
134
+ The following hyperparameters were used during training:
135
+ - learning_rate: 0.0001
136
+ - train_batch_size: 2
137
+ - eval_batch_size: 2
138
+ - seed: 42
139
+ - distributed_type: multi-GPU
140
+ - num_devices: 2
141
+ - gradient_accumulation_steps: 32
142
+ - total_train_batch_size: 128
143
+ - total_eval_batch_size: 4
144
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
145
+ - lr_scheduler_type: cosine
146
+ - lr_scheduler_warmup_steps: 2
147
+ - training_steps: 50
148
+
149
+ ### Training results
150
+
151
+ | Training Loss | Epoch | Step | Validation Loss |
152
+ |:-------------:|:------:|:----:|:---------------:|
153
+ | 4.7672 | 0.0002 | 1 | 5.0971 |
154
+ | 0.1468 | 0.0031 | 13 | 0.1212 |
155
+ | 0.0366 | 0.0062 | 26 | 0.0280 |
156
+ | 0.0497 | 0.0093 | 39 | 0.0223 |
157
+
158
+
159
+ ### Framework versions
160
+
161
+ - PEFT 0.13.2
162
+ - Transformers 4.46.0
163
+ - Pytorch 2.5.0+cu124
164
+ - Datasets 3.0.1
165
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7a86a3e96519b1d405b7de77c1e08c938a2349ed728f56a6c2d6e2549f26b5f
3
+ size 45169354