Views
No views yet
0.4.01base_model: Qwen/Qwen1.5-7B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: /data/data/final_set_cleaned/train/
11 type: sharegpt
12 conversation: chatml
13 - path: /data/data/map_coig_cqia.jsonl
14 type: sharegpt
15 conversation: chatml
16 - path: /data/data/ruozhiba.jsonl
17 type: sharegpt
18 conversation: chatml
19 - path: /data/data/sharegpt4.jsonl
20 type: sharegpt
21 conversation: chatml
22 - path: /data/data/OpenHermes-Zh.jsonl
23 type: sharegpt
24 conversation: chatml
25dataset_prepared_path: last_run_prepared
26val_set_size: 0
27output_dir: ./out
28
29sequence_len: 8192
30sample_packing: true
31pad_to_sequence_len: true
32
33wandb_project: FFT
34wandb_entity:
35wandb_watch:
36wandb_name:
37wandb_log_model:
38
39gradient_accumulation_steps: 8
40micro_batch_size: 1
41num_epochs: 2
42optimizer: paged_adamw_32bit
43lr_scheduler: cosine
44learning_rate: 2e-5
45
46train_on_inputs: false
47group_by_length: false
48bf16: auto
49fp16:
50tf32: false
51
52gradient_checkpointing: true
53gradient_checkpointing_kwargs:
54 use_reentrant: false
55early_stopping_patience:
56resume_from_checkpoint:
57logging_steps: 1
58xformers_attention:
59flash_attention: true
60
61warmup_ratio: 0.05
62evals_per_epoch: 0
63eval_table_size:
64saves_per_epoch: 4
65save_total_limit: 8
66debug:
67deepspeed: deepspeed/zero2.json
68weight_decay: 0.0
69fsdp:
70fsdp_config:
71default_system_message: "You are a helpful assistant."
72special_tokens:
73 eos_token: "<|im_end|>"
74 pad_token: "<|end_of_text|>"
75