1base_model: tomaszki/nous-twelve
2tokenizer_type: AutoTokenizer
3
4hub_model_id: superfriends/titos
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9chat_template: inst
10datasets:
11 - path: winglian/charley
12 type: sharegpt
13 conversation: mistral
14 split: train
15_test_datasets:
16 - path: winglian/latest-barley
17 type: sharegpt
18 conversation: mistral
19 split: test
20dataset_prepared_path: last_run_prepared
21val_set_size: 0.0
22output_dir: ./out
23
24sequence_len: 4096
25sample_packing: true
26pad_to_sequence_len: true
27
28wandb_project: relora-instruct-nous
29wandb_entity: oaaic
30wandb_watch:
31wandb_name: fft
32wandb_log_model:
33
34gradient_accumulation_steps: 1
35micro_batch_size: 4
36num_epochs: 2
37optimizer: adamw_bnb_8bit
38adam_beta1: 0.95
39adam_beta2: 0.9
40adam_epsilon: 0.0001
41max_grad_norm: 1.0
42lr_scheduler: cosine
43learning_rate: 0.000009
44neftune_noise_alpha: 5
45
46train_on_inputs: false
47group_by_length: false
48bf16: auto
49fp16:
50tf32: false
51
52gradient_checkpointing: true
53gradient_checkpointing_kwargs:
54 use_reentrant: True
55early_stopping_patience:
56resume_from_checkpoint:
57local_rank:
58logging_steps: 1
59xformers_attention:
60flash_attention: true
61
62warmup_steps: 20
63evals_per_epoch: 4
64eval_table_size:
65saves_per_epoch: 2
66debug:
67deepspeed: deepspeed_configs/zero1.json # multi-gpu only
68weight_decay: 0.1
69fsdp:
70fsdp_config:
71special_tokens:
72