-
Notifications
You must be signed in to change notification settings - Fork 76
/
llama-3.1-orm.yaml
95 lines (73 loc) · 1.64 KB
/
llama-3.1-orm.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
base_model: meta-llama/Llama-3.1-8B-Instruct
model_type: AutoModelForCausalLM
tokenizer_type: AutoTokenizer
load_in_8bit: false
load_in_4bit: false
strict: false
datasets:
- path: RLHFlow/Mistral-ORM-Data
conversation: llama3
type: sharegpt
split: "train"
train_on_split: "train"
warmup_ratio: 0.05
val_set_size: 0.0
output_dir: ./orm
#wandb_project: preference-models
#wandb_entity: domain-generalization
wandb_watch:
wandb_name: "llama-31-8b-bs32_lr2e-6_orm"
wandb_log_model:
train_on_inputs: false
save_safetensors: true
#noisy_embedding_alpha: 10.0 # default for sharegpt type
dataset_prepared_path: ~/data/preference-models/last_run_prepared
dataset_processes: 48
#torch_compile: true
sequence_len: 8192
sample_packing: true
pad_to_sequence_len: true
trust_remote_code: True
adapter:
lora_model_dir:
#lora_r: 32
#lora_alpha: 16
#lora_dropout: 0.05
#lora_target_linear: true
#lora_fan_in_fan_out:
gradient_checkpointing: True
#warmup_ratio: 0.1
gradient_accumulation_steps: 4
micro_batch_size: 1
num_epochs: 1
#max_steps: 10
#optimizer: adamw_torch_fused
optimizer: paged_adamw_32bit
#lr_scheduler: constant_with_warmup
lr_scheduler: cosine
learning_rate: 2.0e-6
weight_decay: 0.0
max_grad_norm: 1.0
group_by_length: false
bf16: auto
fp16: false
tf32: true
early_stopping_patience:
local_rank:
logging_steps: 2
xformers_attention:
flash_attention: true
eval_steps:
eval_table_size:
eval_table_max_new_tokens:
#save_steps: 100
save_strategy: "epoch"
save_total_limit: 4
#save_safetensors: false
debug:
ddp: #true
deepspeed: #deepspeed/zero1.json # multi-gpu only
fsdp:
fsdp_config:
special_tokens:
pad_token: <|end_of_text|>