Views
No views yet
0.3.01base_model: 152334H/miqu-1-70b-sf
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: NobodyExistsOnTheInternet/LimaRP
11 type: sharegpt
12 conversation: chatml
13 - path: Doctor-Shotgun/no-robots-sharegpt
14 type: sharegpt
15 conversation: chatml
16
17chat_template: chatml
18dataset_prepared_path: last_run_prepared
19val_set_size: 0
20output_dir: ./miqu-lora
21save_safetensors: true
22
23adapter: qlora
24lora_model_dir:
25
26sequence_len: 8192
27sample_packing: true
28
29lora_r: 64
30lora_alpha: 128
31lora_dropout: 0.05
32lora_target_linear: true
33lora_fan_in_fan_out:
34lora_modules_to_save:
35 - embed_tokens
36 - lm_head
37
38wandb_project: miqu-lora
39wandb_entity:
40wandb_watch:
41wandb_run_id:
42wandb_log_model:
43
44gradient_accumulation_steps: 4
45micro_batch_size: 1
46num_epochs: 4
47optimizer: paged_lion_8bit
48lr_scheduler: cosine
49learning_rate: 0.00025
50
51train_on_inputs: false
52group_by_length: false
53bf16: true
54fp16: false
55tf32: false
56
57gradient_checkpointing: true
58early_stopping_patience:
59resume_from_checkpoint:
60auto_resume_from_checkpoints: true
61local_rank:
62logging_steps: 1
63xformers_attention:
64flash_attention: true
65save_total_limit: 2
66
67warmup_steps: 10
68eval_table_size:
69weight_decay: 0
70special_tokens:
71 bos_token: "<s>"
72 eos_token: "<|im_end|>"
73 unk_token: "</s>"
74
75
76tokens:
77 - "<|im_start|>"
78 - "<|im_end|>"
79
80neftune_noise_alpha: 5
81
82
83hub_model_id: NobodyExistsOnTheInternet/miqu-limarp-70b
84hub_strategy: all_checkpoints
85hf_use_auth_token: true
86bitsandbytes quantization config was used during training: