Views
No views yet
0.4.01base_model: NobodyExistsOnTheInternet/3epoch-miqu-limarp
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: NobodyExistsOnTheInternet/Fixed-FilteredTruthyDPO
11 split: train
12 type: chatml.intel
13
14 - path: NobodyExistsOnTheInternet/ToxicDPOqa
15 split: train
16 type: chatml.intel
17
18 - path: NobodyExistsOnTheInternet/Fixed-Distilabel-intel-orca-dpo-pairs
19 split: train
20 type: chatml.intel
21
22 - path: NobodyExistsOnTheInternet/Fixed-gutenberg-dpo-v0.1
23 split: train
24 type: chatml.intel
25
26
27chat_template: chatml
28dataset_prepared_path: last_run_prepared
29val_set_size: 0
30output_dir: ./miqu-lora
31save_safetensors: true
32save_steps: 300
33
34
35rl: dpo
36chat_template: chatml
37
38
39adapter: qlora
40lora_model_dir:
41
42sequence_len: 768
43
44
45lora_r: 32
46lora_alpha: 64
47lora_dropout: 0.05
48lora_target_linear: true
49lora_fan_in_fan_out:
50lora_modules_to_save:
51 - embed_tokens
52 - lm_head
53
54wandb_project: miqu-lora
55wandb_entity:
56wandb_watch:
57wandb_run_id:
58wandb_log_model:
59
60gradient_accumulation_steps: 2
61micro_batch_size: 1
62num_epochs: 3
63optimizer: paged_lion_8bit
64lr_scheduler: cosine
65learning_rate: 0.0000014
66
67train_on_inputs: false
68group_by_length: false
69bf16: true
70fp16: false
71tf32: false
72
73gradient_checkpointing: true
74early_stopping_patience:
75resume_from_checkpoint:
76auto_resume_from_checkpoints: true
77local_rank:
78logging_steps: 1
79xformers_attention:
80flash_attention: true
81
82warmup_steps: 10
83eval_table_size:
84weight_decay: 0
85special_tokens:
86 bos_token: "<s>"
87 eos_token: "<|im_end|>"
88 unk_token: "</s>"
89
90
91tokens:
92 - "<|im_start|>"
93 - "<|im_end|>"
94
95neftune_noise_alpha: 5
96
97hub_model_id: NobodyExistsOnTheInternet/miqu-limarp-70b-dpo
98hub_strategy: all_checkpoints
99hf_use_auth_token: true
100push_to_hub: true
101rl_adapter_ref_model: false
102
103
104