kostiantynk-out commited on
Commit
7cf4791
·
verified ·
1 Parent(s): c7302c7

End of training

Browse files
Files changed (1) hide show
  1. README.md +0 -127
README.md CHANGED
@@ -12,104 +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: TitanML/tiny-mixtral
22
- bf16: auto
23
- chat_template: llama3
24
- dataset_prepared_path: null
25
- datasets:
26
- - data_files:
27
- - f54c9d4f1c67d609_train_data.json
28
- ds_type: json
29
- format: custom
30
- path: /workspace/input_data/f54c9d4f1c67d609_train_data.json
31
- type:
32
- field_instruction: query
33
- field_output: output
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: 2
43
- eval_batch_size: 4
44
- eval_max_new_tokens: 128
45
- eval_steps: 500
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: kostiantynk-out/176cf53f-8499-45c6-816f-2867f4189661
56
- hub_repo: null
57
- hub_strategy: end
58
- hub_token: null
59
- learning_rate: 0.0002
60
- load_in_4bit: false
61
- load_in_8bit: false
62
- local_rank: null
63
- logging_steps: 50
64
- lora_alpha: 64
65
- lora_dropout: 0.05
66
- lora_fan_in_fan_out: null
67
- lora_model_dir: null
68
- lora_r: 32
69
- lora_target_linear: true
70
- lr_scheduler: constant
71
- max_grad_norm: 1.0
72
- max_memory:
73
- 0: 75GB
74
- max_steps: 3000
75
- micro_batch_size: 4
76
- mlflow_experiment_name: /tmp/f54c9d4f1c67d609_train_data.json
77
- model_type: AutoModelForCausalLM
78
- num_epochs: 10
79
- optim_args:
80
- adam_beta1: 0.9
81
- adam_beta2: 0.95
82
- adam_epsilon: 1e-5
83
- optimizer: adamw_bnb_8bit
84
- output_dir: miner_id_24
85
- pad_to_sequence_len: true
86
- resume_from_checkpoint: null
87
- s2_attention: null
88
- sample_packing: false
89
- save_steps: 500
90
- saves_per_epoch: null
91
- sequence_len: 512
92
- special_tokens:
93
- pad_token: </s>
94
- strict: false
95
- tf32: true
96
- tokenizer_type: AutoTokenizer
97
- train_on_inputs: false
98
- trust_remote_code: true
99
- val_set_size: 0.05
100
- wandb_entity: null
101
- wandb_mode: online
102
- wandb_name: fc98de17-d5df-414d-af46-7dc25952c804
103
- wandb_project: SN56-1
104
- wandb_run: your_name
105
- wandb_runid: fc98de17-d5df-414d-af46-7dc25952c804
106
- warmup_steps: 50
107
- weight_decay: 0.0
108
- xformers_attention: null
109
-
110
- ```
111
-
112
- </details><br>
113
 
114
  # 176cf53f-8499-45c6-816f-2867f4189661
115
 
@@ -129,35 +31,6 @@ More information needed
129
 
130
  More information needed
131
 
132
- ## Training procedure
133
-
134
- ### Training hyperparameters
135
-
136
- The following hyperparameters were used during training:
137
- - learning_rate: 0.0002
138
- - train_batch_size: 4
139
- - eval_batch_size: 4
140
- - seed: 42
141
- - gradient_accumulation_steps: 4
142
- - total_train_batch_size: 16
143
- - 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
144
- - lr_scheduler_type: constant
145
- - lr_scheduler_warmup_steps: 50
146
- - training_steps: 3000
147
-
148
- ### Training results
149
-
150
- | Training Loss | Epoch | Step | Validation Loss |
151
- |:-------------:|:------:|:----:|:---------------:|
152
- | No log | 0.0003 | 1 | 10.5584 |
153
- | 6.0021 | 0.1595 | 500 | 5.8938 |
154
- | 5.2012 | 0.3190 | 1000 | 5.1860 |
155
- | 4.8399 | 0.4785 | 1500 | 4.8245 |
156
- | 4.5344 | 0.6380 | 2000 | 4.5267 |
157
- | 4.3063 | 0.7974 | 2500 | 4.3509 |
158
- | 4.2369 | 0.9569 | 3000 | 4.1875 |
159
-
160
-
161
  ### Framework versions
162
 
163
  - 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
  # 176cf53f-8499-45c6-816f-2867f4189661
17
 
 
31
 
32
  More information needed
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ### Framework versions
35
 
36
  - PEFT 0.13.2