Views
No views yet
0.3.01base_model: HuggingFaceH4/mistral-7b-sft-beta
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4is_mistral_derived_model: true
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10rl: kto_pair
11datasets:
12 - path: winglian/deita-nectar
13 split: train_dpo
14 type: zephyr.nectar
15dataset_prepared_path: last_run_prepared
16val_set_size: 0.0
17output_dir: ./zephyr-deita-kto
18save_total_limit: 3
19hub_model_id: openaccess-ai-collective/kto-zephyr-deita-nectar
20
21adapter: lora
22lora_model_dir:
23
24sequence_len: 2048
25sample_packing: false
26pad_to_sequence_len: false
27
28lora_r: 128
29lora_alpha: 64
30lora_dropout: 0.05
31lora_target_linear: true
32lora_modules_to_save:
33lora_fan_in_fan_out:
34lora_target_modules:
35 - gate_proj
36 - down_proj
37 - up_proj
38 - q_proj
39 - v_proj
40 - k_proj
41 - o_proj
42
43wandb_project: dpo-zephyr-deita-nectar
44wandb_entity: oaaic
45wandb_watch:
46wandb_run_id: kto
47wandb_log_model:
48
49gradient_accumulation_steps: 4
50micro_batch_size: 4
51num_epochs: 1
52optimizer: paged_adamw_8bit
53adam_beta2: 0.95
54adam_epsilion: 0.00001
55lr_scheduler: cosine
56learning_rate: 1.0e-5
57
58train_on_inputs: false
59group_by_length: false
60bf16: true
61fp16: false
62tf32: true
63
64gradient_checkpointing: true
65early_stopping_patience:
66resume_from_checkpoint:
67local_rank:
68logging_steps: 1
69xformers_attention:
70flash_attention: true
71
72warmup_steps: 100
73eval_steps:
74eval_table_size:
75eval_table_max_new_tokens: 128
76save_steps: 45
77debug:
78deepspeed:
79weight_decay: 0.1
80fsdp:
81fsdp_config:
82special_tokens:
83save_safetensors: true
84
85dataloader_num_workers: 16
86dataloader_pin_memory: true
87