1base_model: Alignment-Lab-AI/Alignment-Lab-AIlonger
2load_in_8bit: false
3load_in_4bit: false
4strict: false
5tokenizer_type: LlamaTokenizer
6
7datasets:
8 - path: PygmalionAI/spice
9 type: sharegpt
10 conversation: chatml
11
12 - path: PygmalionAI/NYROS
13 type: sharegpt
14 conversation: chatml
15
16chat_template: chatml
17
18dataset_prepared_path: /workspace/disk2/2prepath2
19val_set_size: 0.05
20output_dir: /workspace/disk2/Eros2
21eval_sample_packing: true
22sequence_len: 16384
23sample_packing: true
24pad_to_sequence_len: true
25torch_compile: true
26hf_use_auth_token: true
27hub_strategy: all_checkpoints
28hub_model_id: PygmalionAI/Eros-ALPHA
29hub_private_repo: true
30push_to_hub: true
31wandb_project: Erosium
32wandb_entity:
33wandb_watch: all
34overwrite_output_dir: false
35wandb_name:
36wandb_log_model:
37save_safetensors: true
38gradient_accumulation_steps: 6
39micro_batch_size: 1
40num_epochs: 3
41optimizer: adamw_bnb_8bit
42amsgrad: true
43max_grad_norm: 0.3
44lr_scheduler: 'cosine'
45lr_scheduler_kwargs:
46 num_cycles: 3
47learning_rate: 0.000005
48gradient_checkpointing: true
49gradient_checkpointing_kwargs:
50 use_reentrant: false
51train_on_inputs: false
52group_by_length: true
53neftune_noise_alpha: 5
54bf16: auto
55fp16:
56tf32: false
57seed: 314159
58early_stopping_patience:
59local_rank:
60logging_steps: 1
61log_level: debug
62xformers_attention:
63flash_attention: true
64warmup_steps:
65eval_per_epoch: 0.05
66save_steps: 0.10
67debug:
68deepspeed: ./deepspeed_configs/zero2.json
69weight_decay: 0.0020
70fsdp:
71fsdp_config:
72special_tokens:
73 bos_token: "<s>"
74 eos_token: "</s>"
75 unk_token: "<unk>"
76tokens:
77 - "<|im_start|>"
78 - "<|im_end|>"
79