Views
No views yet
0.4.01base_model: WizardLM/WizardCoder-3B-V1.0
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4trust_remote_code: true
5
6hub_model_id: AlekseyKorshuk/WizardCoder-3B-V1.0-dpo-beta-0.01
7hub_strategy: every_save
8
9load_in_8bit: false
10load_in_4bit: false
11strict: false
12
13rl: dpo
14datasets:
15 - path: AlekseyKorshuk/evol-codealpaca-v1-dpo
16 split: train
17 type: wizardcoder.intel
18dataset_prepared_path: last_run_prepared
19
20#val_set_size: 0.001
21output_dir: ./output
22
23sequence_len: 2048
24#sample_packing: false # currently unsupported
25pad_to_sequence_len:
26
27lora_r:
28lora_alpha:
29lora_dropout:
30lora_target_modules:
31lora_target_linear:
32lora_fan_in_fan_out:
33
34wandb_project: ui-thesis
35wandb_entity:
36wandb_watch:
37wandb_name: WizardCoder-3B-V1.0-dpo-beta-0.01
38wandb_log_model:
39
40gradient_accumulation_steps: 4
41micro_batch_size: 8
42num_epochs: 1
43optimizer: paged_adamw_8bit
44adam_beta1: 0.9
45adam_beta2: 0.95
46max_grad_norm: 1.0
47adam_epsilon: 0.00001
48lr_scheduler: cosine
49cosine_min_lr_ratio: 0.1
50learning_rate: 8.0e-7
51warmup_steps: 32
52#warmup_ratio: 0.1
53weight_decay: 0.01
54dpo_beta: 0.01
55
56train_on_inputs: false
57group_by_length: false
58bf16: true
59fp16: false
60tf32: true
61#float16: false
62#bfloat16: false
63
64gradient_checkpointing: true
65early_stopping_patience:
66resume_from_checkpoint:
67local_rank:
68logging_steps: 1
69xformers_attention:
70flash_attention: false
71
72
73#evals_per_epoch: 5
74#eval_table_size: 8 # Approximate number of predictions sent to wandb depending on batch size. Enabled above 0. Default is 0
75#eval_table_max_new_tokens: 768 # Total number of tokens generated for predictions sent to wandb. Default is 128
76
77#chat_template: chatml
78#saves_per_epoch: 1
79save_steps: 500
80save_total_limit: 1
81seed: 42
82debug:
83deepspeed:
84
85
86fsdp:
87fsdp_config:
88resize_token_embeddings_to_32x: true
89