PhoenixB commited on
Commit
b4273ce
·
verified ·
1 Parent(s): ab52095

End of training

Browse files
Files changed (2) hide show
  1. README.md +169 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: EleutherAI/pythia-160m
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: fafe2507-c35f-4499-822e-38a96e48c8f4
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.5.2`
20
+ ```yaml
21
+ adapter: lora
22
+ auto_find_batch_size: true
23
+ base_model: EleutherAI/pythia-160m
24
+ bf16: auto
25
+ chat_template: llama3
26
+ dataset_prepared_path: null
27
+ datasets:
28
+ - data_files:
29
+ - 51b6f30e316baa4d_train_data.json
30
+ ds_type: json
31
+ format: custom
32
+ path: /workspace/input_data/51b6f30e316baa4d_train_data.json
33
+ type:
34
+ field_instruction: prompt
35
+ field_output: chosen
36
+ format: '{instruction}'
37
+ no_input_format: '{instruction}'
38
+ system_format: '{system}'
39
+ system_prompt: ''
40
+ debug: null
41
+ deepspeed: /workspace/axolotl/configs/deepspeed_stage2.json
42
+ eval_max_new_tokens: 128
43
+ eval_sample_packing: false
44
+ eval_steps: 10
45
+ eval_table_size: null
46
+ flash_attention: true
47
+ fp16: false
48
+ gpu_memory_limit: 80GiB
49
+ gradient_accumulation_steps: 4
50
+ gradient_checkpointing: true
51
+ group_by_length: true
52
+ hub_model_id: PhoenixB/fafe2507-c35f-4499-822e-38a96e48c8f4
53
+ hub_repo: null
54
+ hub_strategy: checkpoint
55
+ hub_token: null
56
+ learning_rate: 2e-4
57
+ liger_fused_linear_cross_entropy: true
58
+ liger_glu_activation: true
59
+ liger_layer_norm: true
60
+ liger_rms_norm: true
61
+ liger_rope: true
62
+ load_in_4bit: false
63
+ load_in_8bit: false
64
+ local_rank: null
65
+ logging_steps: 5
66
+ lora_alpha: 16
67
+ lora_dropout: 0.05
68
+ lora_fan_in_fan_out: null
69
+ lora_model_dir: null
70
+ lora_r: 32
71
+ lora_target_linear: true
72
+ lr_scheduler: cosine
73
+ max_steps: 100
74
+ micro_batch_size: 2
75
+ mlflow_experiment_name: /tmp/51b6f30e316baa4d_train_data.json
76
+ model_type: AutoModelForCausalLM
77
+ num_epochs: 3
78
+ optimizer: adamw_torch_fused
79
+ output_dir: miner_id_24
80
+ pad_to_sequence_len: true
81
+ plugins:
82
+ - axolotl.integrations.liger.LigerPlugin
83
+ resume_from_checkpoint: null
84
+ s2_attention: null
85
+ sample_packing: false
86
+ save_steps: 10
87
+ sequence_len: 2048
88
+ special_tokens:
89
+ pad_token: <|endoftext|>
90
+ strict: false
91
+ tf32: true
92
+ tokenizer_type: AutoTokenizer
93
+ train_on_inputs: false
94
+ trust_remote_code: true
95
+ val_set_size: 0.05
96
+ wandb_entity: null
97
+ wandb_mode: online
98
+ wandb_name: e25ed374-80f2-4135-b735-30345241b0e6
99
+ wandb_project: Gradients-On-Demand
100
+ wandb_run: your_name
101
+ wandb_runid: e25ed374-80f2-4135-b735-30345241b0e6
102
+ warmup_steps: 10
103
+ weight_decay: 0.0
104
+
105
+ ```
106
+
107
+ </details><br>
108
+
109
+ # fafe2507-c35f-4499-822e-38a96e48c8f4
110
+
111
+ This model is a fine-tuned version of [EleutherAI/pythia-160m](https://huggingface.co/EleutherAI/pythia-160m) on the None dataset.
112
+ It achieves the following results on the evaluation set:
113
+ - Loss: 3.1491
114
+
115
+ ## Model description
116
+
117
+ More information needed
118
+
119
+ ## Intended uses & limitations
120
+
121
+ More information needed
122
+
123
+ ## Training and evaluation data
124
+
125
+ More information needed
126
+
127
+ ## Training procedure
128
+
129
+ ### Training hyperparameters
130
+
131
+ The following hyperparameters were used during training:
132
+ - learning_rate: 0.0002
133
+ - train_batch_size: 2
134
+ - eval_batch_size: 2
135
+ - seed: 42
136
+ - distributed_type: multi-GPU
137
+ - num_devices: 2
138
+ - gradient_accumulation_steps: 4
139
+ - total_train_batch_size: 16
140
+ - total_eval_batch_size: 4
141
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
142
+ - lr_scheduler_type: cosine
143
+ - lr_scheduler_warmup_steps: 10
144
+ - training_steps: 100
145
+
146
+ ### Training results
147
+
148
+ | Training Loss | Epoch | Step | Validation Loss |
149
+ |:-------------:|:------:|:----:|:---------------:|
150
+ | No log | 0.0017 | 1 | 3.3796 |
151
+ | 3.2285 | 0.0171 | 10 | 3.3232 |
152
+ | 3.2074 | 0.0342 | 20 | 3.2459 |
153
+ | 3.1801 | 0.0513 | 30 | 3.2354 |
154
+ | 3.3996 | 0.0684 | 40 | 3.2215 |
155
+ | 3.5703 | 0.0855 | 50 | 3.2112 |
156
+ | 3.1746 | 0.1026 | 60 | 3.1977 |
157
+ | 3.1637 | 0.1197 | 70 | 3.1740 |
158
+ | 3.0516 | 0.1368 | 80 | 3.1484 |
159
+ | 3.1172 | 0.1539 | 90 | 3.1574 |
160
+ | 3.4377 | 0.1710 | 100 | 3.1491 |
161
+
162
+
163
+ ### Framework versions
164
+
165
+ - PEFT 0.13.2
166
+ - Transformers 4.46.3
167
+ - Pytorch 2.5.1+cu124
168
+ - Datasets 3.1.0
169
+ - Tokenizers 0.20.3
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50d5d632023865de892a6d1682a68bb254a1c2707cb4c6789f0e61ff4c7f6bd3
3
+ size 9453370