great0001 commited on
Commit
6cd15b7
·
verified ·
1 Parent(s): d137284

End of training

Browse files
Files changed (1) hide show
  1. README.md +0 -137
README.md CHANGED
@@ -12,100 +12,6 @@ model-index:
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: oopsung/llama2-7b-n-ox-test-v1
22
- bf16: auto
23
- chat_template: llama3
24
- dataset_prepared_path: null
25
- datasets:
26
- - data_files:
27
- - 4d79fb1fb8c5e535_train_data.json
28
- ds_type: json
29
- format: custom
30
- path: /workspace/input_data/4d79fb1fb8c5e535_train_data.json
31
- type:
32
- field_instruction: prompt
33
- field_output: text
34
- format: '{instruction}'
35
- no_input_format: '{instruction}'
36
- system_format: '{system}'
37
- system_prompt: ''
38
- debug: null
39
- deepspeed: null
40
- device_map: auto
41
- do_eval: true
42
- early_stopping_patience: 3
43
- eval_batch_size: 4
44
- eval_max_new_tokens: 128
45
- eval_steps: 300
46
- eval_table_size: null
47
- evals_per_epoch: null
48
- flash_attention: true
49
- fp16: false
50
- fsdp: null
51
- fsdp_config: null
52
- gradient_accumulation_steps: 4
53
- gradient_checkpointing: false
54
- group_by_length: true
55
- hub_model_id: great0001/a3da2374-35fa-4202-9d7c-76441bafae87
56
- hub_strategy: end
57
- learning_rate: 0.0002
58
- load_in_4bit: false
59
- load_in_8bit: false
60
- local_rank: null
61
- logging_steps: 50
62
- lora_alpha: 64
63
- lora_dropout: 0.05
64
- lora_fan_in_fan_out: null
65
- lora_model_dir: null
66
- lora_r: 32
67
- lora_target_linear: true
68
- lr_scheduler: constant
69
- max_grad_norm: 1.0
70
- max_memory:
71
- 0: 75GB
72
- max_steps: 6115
73
- micro_batch_size: 4
74
- mlflow_experiment_name: /tmp/4d79fb1fb8c5e535_train_data.json
75
- model_type: AutoModelForCausalLM
76
- num_epochs: 10
77
- optim_args:
78
- adam_beta1: 0.9
79
- adam_beta2: 0.95
80
- adam_epsilon: 1e-5
81
- optimizer: adamw_bnb_8bit
82
- output_dir: miner_id_24
83
- pad_to_sequence_len: true
84
- resume_from_checkpoint: null
85
- s2_attention: null
86
- sample_packing: false
87
- save_steps: 300
88
- saves_per_epoch: null
89
- sequence_len: 512
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: 8a8a88d9-a691-4f54-9486-9182caa88758
99
- wandb_project: SN56-33
100
- wandb_run: your_name
101
- wandb_runid: 8a8a88d9-a691-4f54-9486-9182caa88758
102
- warmup_steps: 50
103
- weight_decay: 0.0
104
- xformers_attention: null
105
-
106
- ```
107
-
108
- </details><br>
109
 
110
  # a3da2374-35fa-4202-9d7c-76441bafae87
111
 
@@ -125,49 +31,6 @@ More information needed
125
 
126
  More information needed
127
 
128
- ## Training procedure
129
-
130
- ### Training hyperparameters
131
-
132
- The following hyperparameters were used during training:
133
- - learning_rate: 0.0002
134
- - train_batch_size: 4
135
- - eval_batch_size: 4
136
- - seed: 42
137
- - gradient_accumulation_steps: 4
138
- - total_train_batch_size: 16
139
- - 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
140
- - lr_scheduler_type: constant
141
- - lr_scheduler_warmup_steps: 50
142
- - training_steps: 6115
143
-
144
- ### Training results
145
-
146
- | Training Loss | Epoch | Step | Validation Loss |
147
- |:-------------:|:------:|:----:|:---------------:|
148
- | No log | 0.0002 | 1 | 1.9852 |
149
- | 1.3236 | 0.0507 | 300 | 1.3126 |
150
- | 1.2706 | 0.1014 | 600 | 1.2655 |
151
- | 1.2347 | 0.1520 | 900 | 1.2386 |
152
- | 1.2262 | 0.2027 | 1200 | 1.2222 |
153
- | 1.1851 | 0.2534 | 1500 | 1.2076 |
154
- | 1.2077 | 0.3041 | 1800 | 1.1966 |
155
- | 1.1848 | 0.3547 | 2100 | 1.1903 |
156
- | 1.1881 | 0.4054 | 2400 | 1.1822 |
157
- | 1.1857 | 0.4561 | 2700 | 1.1781 |
158
- | 1.1703 | 0.5068 | 3000 | 1.1698 |
159
- | 1.1637 | 0.5575 | 3300 | 1.1645 |
160
- | 1.165 | 0.6081 | 3600 | 1.1589 |
161
- | 1.152 | 0.6588 | 3900 | 1.1553 |
162
- | 1.1557 | 0.7095 | 4200 | 1.1511 |
163
- | 1.1591 | 0.7602 | 4500 | 1.1488 |
164
- | 1.1438 | 0.8108 | 4800 | 1.1451 |
165
- | 1.1348 | 0.8615 | 5100 | 1.1438 |
166
- | 1.1426 | 0.9122 | 5400 | 1.1393 |
167
- | 1.1468 | 0.9629 | 5700 | 1.1358 |
168
- | 0.9472 | 1.0136 | 6000 | 1.1485 |
169
-
170
-
171
  ### Framework versions
172
 
173
  - PEFT 0.13.2
 
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
 
16
  # a3da2374-35fa-4202-9d7c-76441bafae87
17
 
 
31
 
32
  More information needed
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ### Framework versions
35
 
36
  - PEFT 0.13.2