Views
No views yet
0.3.01base_model: chargoddard/internlm2-20b-llama
2model_type: LlamaForCausalLM
3tokenizer_type: LlamaTokenizer
4is_llama_derived_model: true
5
6load_in_8bit: true
7load_in_4bit: false
8strict: false
9
10datasets:
11 - path: ARB/arb_law.json
12 ds_type: json
13 type: alpaca
14 conversation: chatml
15
16 - path: ARB/arb_math.json
17 ds_type: json
18 type: alpaca
19 conversation: chatml
20
21 - path: ARB/arb_mcat_reading.json
22 ds_type: json
23 type: alpaca
24 conversation: chatml
25
26 - path: ARB/arb_mcat_science.json
27 ds_type: json
28 type: alpaca
29 conversation: chatml
30
31 - path: ARB/arb_physics.json
32 ds_type: json
33 type: alpaca
34 conversation: chatml
35
36
37dataset_prepared_path: last_run_prepared
38val_set_size: 0
39output_dir: ./Weyaxi-test
40
41sequence_len: 4096
42sample_packing: true
43pad_to_sequence_len: true
44
45adapter: lora
46lora_model_dir:
47
48lora_r: 512
49lora_alpha: 256
50lora_dropout: 0.05
51lora_target_linear: true
52lora_fan_in_fan_out:
53lora_target_modules:
54 - gate_proj
55 - down_proj
56 - up_proj
57 - q_proj
58 - v_proj
59 - k_proj
60 - o_proj
61lora_modules_to_save:
62 - embed_tokens
63 - lm_head
64
65wandb_project: huggingface
66wandb_entity:
67wandb_watch:
68wandb_run_id:
69wandb_log_model:
70
71hub_model_id: Weyaxi/Weyaxi-test
72
73gradient_accumulation_steps: 4 # change
74micro_batch_size: 2 # change
75num_epochs: 3
76optimizer: adamw_bnb_8bit
77lr_scheduler: cosine
78learning_rate: 0.0002
79
80train_on_inputs: false
81group_by_length: false
82bf16: true
83fp16: false
84tf32: false
85
86gradient_checkpointing: true
87early_stopping_patience:
88resume_from_checkpoint:
89local_rank:
90logging_steps: 1
91xformers_attention:
92flash_attention: true
93
94warmup_steps: 10
95
96save_steps: 20
97save_total_limit: 5
98
99debug:
100#deepspeed: deepspeed/zero3_bf16.json
101weight_decay: 0.1
102fsdp:
103fsdp_config:
104special_tokens:
105 eos_token: "<|im_end|>"
106tokens:
107 - "<|im_start|>"bitsandbytes quantization config was used during training: