kk-aivio commited on
Commit
4e73627
·
verified ·
1 Parent(s): 59619ed

End of training

Browse files
Files changed (1) hide show
  1. README.md +0 -117
README.md CHANGED
@@ -14,100 +14,6 @@ model-index:
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: TinyLlama/TinyLlama_v1.1
23
- bf16: auto
24
- chat_template: llama3
25
- dataset_prepared_path: null
26
- datasets:
27
- - data_files:
28
- - 2bee80392e81206e_train_data.json
29
- ds_type: json
30
- format: custom
31
- path: /workspace/input_data/2bee80392e81206e_train_data.json
32
- type:
33
- field_instruction: article
34
- field_output: headline
35
- format: '{instruction}'
36
- no_input_format: '{instruction}'
37
- system_format: '{system}'
38
- system_prompt: ''
39
- debug: null
40
- deepspeed: null
41
- device_map: auto
42
- do_eval: true
43
- eval_batch_size: 4
44
- eval_max_new_tokens: 128
45
- eval_table_size: null
46
- evals_per_epoch: null
47
- flash_attention: true
48
- fp16: false
49
- fsdp: null
50
- fsdp_config: null
51
- gradient_accumulation_steps: 4
52
- gradient_checkpointing: true
53
- group_by_length: true
54
- hub_model_id: kk-aivio/5486d24d-7f4e-4125-a044-7d34255a99b8
55
- hub_repo: null
56
- hub_strategy: end
57
- hub_token: null
58
- learning_rate: 0.0002
59
- load_in_4bit: false
60
- load_in_8bit: false
61
- local_rank: null
62
- logging_steps: 10
63
- lora_alpha: 64
64
- lora_dropout: 0.05
65
- lora_fan_in_fan_out: null
66
- lora_model_dir: null
67
- lora_r: 32
68
- lora_target_linear: true
69
- lr_scheduler: constant
70
- max_grad_norm: 1.0
71
- max_memory:
72
- 0: 75GB
73
- max_steps: 400
74
- micro_batch_size: 2
75
- mlflow_experiment_name: /tmp/2bee80392e81206e_train_data.json
76
- model_type: AutoModelForCausalLM
77
- num_epochs: 3
78
- optim_args:
79
- adam_beta1: 0.9
80
- adam_beta2: 0.95
81
- adam_epsilon: 1e-5
82
- optimizer: adamw_bnb_8bit
83
- output_dir: miner_id_24
84
- pad_to_sequence_len: true
85
- resume_from_checkpoint: null
86
- s2_attention: null
87
- sample_packing: false
88
- saves_per_epoch: null
89
- sequence_len: 512
90
- special_tokens:
91
- pad_token: </s>
92
- strict: false
93
- tf32: true
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: 729409b6-617c-44e4-9bcc-660a49ee654b
101
- wandb_project: SN56-11
102
- wandb_run: your_name
103
- wandb_runid: 729409b6-617c-44e4-9bcc-660a49ee654b
104
- warmup_steps: 10
105
- weight_decay: 0.0
106
- xformers_attention: null
107
-
108
- ```
109
-
110
- </details><br>
111
 
112
  # 5486d24d-7f4e-4125-a044-7d34255a99b8
113
 
@@ -127,29 +33,6 @@ More information needed
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.0002
136
- - train_batch_size: 2
137
- - eval_batch_size: 4
138
- - seed: 42
139
- - gradient_accumulation_steps: 4
140
- - total_train_batch_size: 8
141
- - 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
142
- - lr_scheduler_type: constant
143
- - lr_scheduler_warmup_steps: 10
144
- - training_steps: 400
145
-
146
- ### Training results
147
-
148
- | Training Loss | Epoch | Step | Validation Loss |
149
- |:-------------:|:------:|:----:|:---------------:|
150
- | 1.2855 | 0.0213 | 400 | 1.3997 |
151
-
152
-
153
  ### Framework versions
154
 
155
  - PEFT 0.13.2
 
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
 
18
  # 5486d24d-7f4e-4125-a044-7d34255a99b8
19
 
 
33
 
34
  More information needed
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ### Framework versions
37
 
38
  - PEFT 0.13.2