Views
No views yet
0.3.01base_model: qnguyen3/quan-1.8b-1e
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5trust_remote_code: false
6
7load_in_8bit: false
8load_in_4bit: false
9strict: false
10
11datasets:
12 - path: vilm/pretrained_baomoi_2023
13 type: completion
14 - path: vilm/pretrained_baomoi_2022_1
15 type: completion
16dataset_prepared_path: ./qwen_prepared
17val_set_size: 0.00
18output_dir: ./qwen-1.8b-vi
19
20sequence_len: 4096 # supports up to 8192
21sample_packing: true
22pad_to_sequence_len:
23wandb_project: qwen-vi-pt
24wandb_entity:
25wandb_watch:
26wandb_name:
27wandb_log_model:
28
29gradient_accumulation_steps: 4
30micro_batch_size: 2
31num_epochs: 1
32optimizer: adamw_bnb_8bit
33lr_scheduler: cosine
34learning_rate: 0.00003
35
36train_on_input: true
37group_by_length: false
38bf16: true
39fp16: false
40tf32: false
41
42gradient_checkpointing: true
43early_stopping_patience:
44resume_from_checkpoint:
45local_rank:
46logging_steps: 1
47xformers_attention:
48flash_attention: true
49
50warmup_steps: 100
51evals_per_epoch: 0
52eval_table_size:
53eval_table_max_new_tokens:
54saves_per_epoch: 4
55debug:
56deepspeed: deepspeed_configs/zero3_bf16.json
57weight_decay: 0.0
58fsdp:
59special_tokens:
60 eos_token: "<|im_end|>"
61 pad_token: "<|im_end|>"
62