kostiantynk-out commited on
Commit
5f7f6a2
·
verified ·
1 Parent(s): 8da6981

End of training

Browse files
Files changed (1) hide show
  1. README.md +0 -146
README.md CHANGED
@@ -13,105 +13,6 @@ model-index:
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: echarlaix/tiny-random-PhiForCausalLM
23
- bf16: auto
24
- chat_template: llama3
25
- dataset_prepared_path: null
26
- datasets:
27
- - data_files:
28
- - b8d5a1b8325b7097_train_data.json
29
- ds_type: json
30
- format: custom
31
- path: /workspace/input_data/b8d5a1b8325b7097_train_data.json
32
- type:
33
- field_input: source
34
- field_instruction: prompt_type
35
- field_output: input
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
- do_eval: true
44
- early_stopping_patience: 2
45
- eval_batch_size: 4
46
- eval_max_new_tokens: 128
47
- eval_steps: 500
48
- eval_table_size: null
49
- evals_per_epoch: null
50
- flash_attention: true
51
- fp16: false
52
- fsdp: null
53
- fsdp_config: null
54
- gradient_accumulation_steps: 4
55
- gradient_checkpointing: false
56
- group_by_length: true
57
- hub_model_id: kostiantynk-out/5fca7328-f0fd-42f4-8487-d89b9cef1f1c
58
- hub_repo: null
59
- hub_strategy: end
60
- hub_token: null
61
- learning_rate: 0.0002
62
- load_in_4bit: false
63
- load_in_8bit: false
64
- local_rank: null
65
- logging_steps: 50
66
- lora_alpha: 64
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: constant
73
- max_grad_norm: 1.0
74
- max_memory:
75
- 0: 75GB
76
- max_steps: 12000
77
- micro_batch_size: 4
78
- mlflow_experiment_name: /tmp/b8d5a1b8325b7097_train_data.json
79
- model_type: AutoModelForCausalLM
80
- num_epochs: 10
81
- optim_args:
82
- adam_beta1: 0.9
83
- adam_beta2: 0.95
84
- adam_epsilon: 1e-5
85
- optimizer: adamw_bnb_8bit
86
- output_dir: miner_id_24
87
- pad_to_sequence_len: true
88
- resume_from_checkpoint: null
89
- s2_attention: null
90
- sample_packing: false
91
- save_steps: 500
92
- saves_per_epoch: null
93
- sequence_len: 512
94
- special_tokens:
95
- pad_token: <|endoftext|>
96
- strict: false
97
- tf32: true
98
- tokenizer_type: AutoTokenizer
99
- train_on_inputs: false
100
- trust_remote_code: true
101
- val_set_size: 0.05
102
- wandb_entity: null
103
- wandb_mode: online
104
- wandb_name: fe22c41a-675f-47c6-8a0c-7298fb167991
105
- wandb_project: SN56-1
106
- wandb_run: your_name
107
- wandb_runid: fe22c41a-675f-47c6-8a0c-7298fb167991
108
- warmup_steps: 50
109
- weight_decay: 0.0
110
- xformers_attention: null
111
-
112
- ```
113
-
114
- </details><br>
115
 
116
  # 5fca7328-f0fd-42f4-8487-d89b9cef1f1c
117
 
@@ -131,53 +32,6 @@ More information needed
131
 
132
  More information needed
133
 
134
- ## Training procedure
135
-
136
- ### Training hyperparameters
137
-
138
- The following hyperparameters were used during training:
139
- - learning_rate: 0.0002
140
- - train_batch_size: 4
141
- - eval_batch_size: 4
142
- - seed: 42
143
- - gradient_accumulation_steps: 4
144
- - total_train_batch_size: 16
145
- - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
146
- - lr_scheduler_type: constant
147
- - lr_scheduler_warmup_steps: 50
148
- - training_steps: 12000
149
-
150
- ### Training results
151
-
152
- | Training Loss | Epoch | Step | Validation Loss |
153
- |:-------------:|:------:|:-----:|:---------------:|
154
- | No log | 0.0001 | 1 | 6.9286 |
155
- | 6.8271 | 0.0313 | 500 | 6.8245 |
156
- | 6.8167 | 0.0626 | 1000 | 6.8109 |
157
- | 6.8076 | 0.0938 | 1500 | 6.8028 |
158
- | 6.8062 | 0.1251 | 2000 | 6.7968 |
159
- | 6.8029 | 0.1564 | 2500 | 6.7923 |
160
- | 6.7945 | 0.1877 | 3000 | 6.7892 |
161
- | 6.7977 | 0.2190 | 3500 | 6.7867 |
162
- | 6.7924 | 0.2502 | 4000 | 6.7847 |
163
- | 6.7918 | 0.2815 | 4500 | 6.7829 |
164
- | 6.7951 | 0.3128 | 5000 | 6.7813 |
165
- | 6.7901 | 0.3441 | 5500 | 6.7801 |
166
- | 6.787 | 0.3754 | 6000 | 6.7787 |
167
- | 6.7874 | 0.4067 | 6500 | 6.7777 |
168
- | 6.787 | 0.4379 | 7000 | 6.7768 |
169
- | 6.7884 | 0.4692 | 7500 | 6.7759 |
170
- | 6.7849 | 0.5005 | 8000 | 6.7751 |
171
- | 6.7858 | 0.5318 | 8500 | 6.7742 |
172
- | 6.7842 | 0.5631 | 9000 | 6.7736 |
173
- | 6.7845 | 0.5943 | 9500 | 6.7730 |
174
- | 6.7841 | 0.6256 | 10000 | 6.7724 |
175
- | 6.7845 | 0.6569 | 10500 | 6.7718 |
176
- | 6.7807 | 0.6882 | 11000 | 6.7713 |
177
- | 6.7821 | 0.7195 | 11500 | 6.7708 |
178
- | 6.7838 | 0.7507 | 12000 | 6.7704 |
179
-
180
-
181
  ### Framework versions
182
 
183
  - PEFT 0.13.2
 
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
 
17
  # 5fca7328-f0fd-42f4-8487-d89b9cef1f1c
18
 
 
32
 
33
  More information needed
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ### Framework versions
36
 
37
  - PEFT 0.13.2