Views
No views yet
0.3.01base_model: ./yi-6b-200k
2base_model_config: ./yi-6b-200k
3model_type: LlamaForCausalLM
4tokenizer_type: LlamaTokenizer
5is_mistral_derived_model: false
6is_llama_derived_model: true
7
8load_in_8bit: false
9load_in_4bit: true
10
11bnb_config_kwargs:
12 llm_int8_has_fp16_weight: false
13 bnb_4bit_quant_type: nf4
14 bnb_4bit_use_double_quant: true
15
16torch_dtype: bf16
17strict: false
18rl: true
19datasets:
20 - path: /..../axolotl/datasets/rawrr_v1/
21 split: train
22 type: apply_chatml
23dataset_prepared_path: last_run_prepared
24val_set_size: 0.01
25adapter: qlora
26lora_model_dir:
27sequence_len: 900
28sample_packing: false
29lora_r: 16
30lora_alpha: 16
31lora_dropout: 0.05
32lora_target_modules:
33 - q_proj
34 - v_proj
35 - k_proj
36 - o_proj
37 - gate_proj
38 - down_proj
39 - up_proj
40lora_target_linear: true
41lora_fan_in_fan_out:
42wandb_project:
43wandb_watch:
44wandb_run_id:
45wandb_log_model:
46output_dir: ./qlora-yi-6b-200k-rawrr-run2
47pad_to_sequence_len: true
48micro_batch_size: 1
49gradient_accumulation_steps: 16
50num_epochs: 1
51optimizer: adamw_bnb_8bit
52torchdistx_path:
53lr_scheduler: cosine
54learning_rate: 0.00005
55train_on_inputs: false
56group_by_length: false
57bf16: true
58fp16: false
59tf32: false
60bfloat16: true
61flash_optimum: false
62gradient_checkpointing: true
63early_stopping_patience:
64save_safetensors: true
65local_rank:
66logging_steps: 1
67xformers_attention:
68flash_attention: true
69deepspeed:
70seed: 42
71warmup_steps: 50
72eval_steps: 5000000
73save_steps: 1500
74save_total_limit: 10
75eval_table_size:
76eval_table_max_new_tokens:
77debug:
78weight_decay:
79fsdp:
80fsdp_config:
81special_tokens:
82 bos_token: "<|startoftext|>"
83 eos_token: "<|endoftext|>"
84 unk_token: "<unk>"
85bitsandbytes quantization config was used during training: