Views
No views yet
0.3.01base_model: manishiitg/open-aditi-hi-v1
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4is_mistral_derived_model: true
5
6load_in_8bit: false
7load_in_4bit: true
8strict: false
9
10rl: true
11datasets:
12 - path: manishiitg/argilla-ultrafeedback-binarized-preferences-cleaned
13 split: train
14 type: ultra_apply_chatml
15 - path: manishiitg/unalignment-toxic-dpo-v0.1
16 split: train
17 type: apply_chatml
18
19dataset_prepared_path: last_run_prepared
20val_set_size: 0.0
21output_dir: /sky-notebook/manishiitg/open-aditi-hi-v1-dpo
22
23hub_model_id: manishiitg/open-aditi-hi-v1-dpo
24hf_use_auth_token: true
25
26wandb_project: open-aditi-hi-v1-dpo
27
28save_safetensors: true
29
30
31adapter: qlora
32lora_model_dir:
33
34sequence_len: 4096
35sample_packing: true
36pad_to_sequence_len: false
37
38lora_r: 16
39lora_alpha: 32
40lora_dropout: 0.05
41lora_target_linear: true
42lora_fan_in_fan_out:
43lora_target_modules:
44 - gate_proj
45 - down_proj
46 - up_proj
47 - q_proj
48 - v_proj
49 - k_proj
50 - o_proj
51
52lora_modules_to_save:
53 - embed_tokens
54 - lm_head
55
56wandb_entity:
57wandb_watch:
58wandb_run_id:
59wandb_log_model:
60
61gradient_accumulation_steps: 4
62micro_batch_size: 3
63num_epochs: 4
64optimizer: adamw_bnb_8bit
65lr_scheduler: cosine
66learning_rate: 0.0002
67
68adam_beta2: 0.95
69adam_epsilon: 0.00001
70max_grad_norm: 1.0
71
72train_on_inputs: false
73group_by_length: false
74bf16: true
75fp16: false
76tf32: false
77
78
79gradient_checkpointing: true
80early_stopping_patience:
81resume_from_checkpoint:
82auto_resume_from_checkpoints: true ## manage check point resume from here
83local_rank:
84logging_steps: 1
85xformers_attention:
86flash_attention: true
87
88loss_watchdog_threshold: 5.0
89loss_watchdog_patience: 3
90
91warmup_steps: 10
92eval_steps: 0
93evals_per_epoch: 0
94eval_table_size:
95eval_table_max_new_tokens: 128
96save_steps: 100 ## increase based on your dataset
97save_strategy: steps
98debug:
99deepspeed:
100weight_decay: 0.0
101fsdp:
102fsdp_config:
103special_tokens:
104 bos_token: "<s>"
105 eos_token: "</s>"
106 unk_token: "<unk>"
107tokens: # these are delimiters
108 - "<|im_start|>"
109 - "<|im_end|>"bitsandbytes quantization config was used during training: