kk-aivio commited on
Commit
c3694f0
·
verified ·
1 Parent(s): e0e94a8

End of training

Browse files
Files changed (1) hide show
  1. README.md +0 -117
README.md CHANGED
@@ -13,100 +13,6 @@ model-index:
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: katuni4ka/tiny-random-falcon-40b
22
- bf16: auto
23
- chat_template: llama3
24
- dataset_prepared_path: null
25
- datasets:
26
- - data_files:
27
- - a2063aee6e61475b_train_data.json
28
- ds_type: json
29
- format: custom
30
- path: /workspace/input_data/a2063aee6e61475b_train_data.json
31
- type:
32
- field_instruction: ENName
33
- field_output: English
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
- eval_batch_size: 4
43
- eval_max_new_tokens: 128
44
- eval_table_size: null
45
- evals_per_epoch: null
46
- flash_attention: true
47
- fp16: false
48
- fsdp: null
49
- fsdp_config: null
50
- gradient_accumulation_steps: 4
51
- gradient_checkpointing: false
52
- group_by_length: true
53
- hub_model_id: kk-aivio/abbd929d-a073-4f88-b6f6-09076ceeb278
54
- hub_repo: null
55
- hub_strategy: end
56
- hub_token: null
57
- learning_rate: 0.0002
58
- load_in_4bit: false
59
- load_in_8bit: false
60
- local_rank: null
61
- logging_steps: 10
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: 400
73
- micro_batch_size: 2
74
- mlflow_experiment_name: /tmp/a2063aee6e61475b_train_data.json
75
- model_type: AutoModelForCausalLM
76
- num_epochs: 3
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
- saves_per_epoch: null
88
- sequence_len: 512
89
- special_tokens:
90
- pad_token: <|endoftext|>
91
- strict: false
92
- tf32: true
93
- tokenizer_type: AutoTokenizer
94
- train_on_inputs: false
95
- trust_remote_code: true
96
- val_set_size: 0.05
97
- wandb_entity: null
98
- wandb_mode: online
99
- wandb_name: ee236be3-90ec-455c-841e-dda12c91106d
100
- wandb_project: SN56-11
101
- wandb_run: your_name
102
- wandb_runid: ee236be3-90ec-455c-841e-dda12c91106d
103
- warmup_steps: 10
104
- weight_decay: 0.0
105
- xformers_attention: null
106
-
107
- ```
108
-
109
- </details><br>
110
 
111
  # abbd929d-a073-4f88-b6f6-09076ceeb278
112
 
@@ -126,29 +32,6 @@ More information needed
126
 
127
  More information needed
128
 
129
- ## Training procedure
130
-
131
- ### Training hyperparameters
132
-
133
- The following hyperparameters were used during training:
134
- - learning_rate: 0.0002
135
- - train_batch_size: 2
136
- - eval_batch_size: 4
137
- - seed: 42
138
- - gradient_accumulation_steps: 4
139
- - total_train_batch_size: 8
140
- - 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
141
- - lr_scheduler_type: constant
142
- - lr_scheduler_warmup_steps: 10
143
- - training_steps: 400
144
-
145
- ### Training results
146
-
147
- | Training Loss | Epoch | Step | Validation Loss |
148
- |:-------------:|:------:|:----:|:---------------:|
149
- | 41.6409 | 0.0996 | 400 | 10.6086 |
150
-
151
-
152
  ### Framework versions
153
 
154
  - PEFT 0.13.2
 
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
 
17
  # abbd929d-a073-4f88-b6f6-09076ceeb278
18
 
 
32
 
33
  More information needed
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ### Framework versions
36
 
37
  - PEFT 0.13.2