Views
No views yet
0.4.11base_model: Heralax/etiquette-pretrain
2tokenizer_type: AutoTokenizer
3is_mistral_derived_model: true
4load_in_8bit: false
5load_in_4bit: false
6strict: false
7
8datasets:
9 - path: json
10 data_files: hidden_manners_openended_plain_qa_list.jsonl
11 ds_type: json
12 type: sharegpt
13 conversation: chatml
14 - path: json
15 data_files: hidden_manners_normal_plain_qa_list.jsonl
16 ds_type: json
17 type: sharegpt
18 conversation: chatml
19 - path: json
20 data_files: hidden_manners_negative_plain_qa_list.jsonl
21 ds_type: json
22 type: sharegpt
23 conversation: chatml
24
25dataset_prepared_path: last_run_prepared
26output_dir: ./manners-finetune-1
27
28sequence_len: 4096
29sample_packing: true
30pad_to_sequence_len: true
31shuffle_merged_datasets: true
32
33wandb_project: mannerstral
34wandb_entity:
35wandb_watch:
36wandb_run_id:
37wandb_log_model:
38
39gradient_accumulation_steps: 6
40micro_batch_size: 2
41eval_batch_size: 1
42num_epochs: 6
43optimizer: paged_adamw_8bit
44lr_scheduler: cosine
45learning_rate: 0.000020
46weight_decay: 0
47# Gradient clipping max norm
48max_grad_norm: 1.0
49noisy_embedding_alpha: 0
50train_on_inputs: false
51group_by_length: false
52bf16: true
53fp16: false
54tf32: false
55
56gradient_checkpointing: unsloth
57early_stopping_patience:
58resume_from_checkpoint:
59logging_steps: 1
60xformers_attention:
61flash_attention: true
62
63chat_template: chatml
64
65warmup_ratio: 0.5
66auto_resume_from_checkpoints: false
67#warmup_ratio: 0.5
68eval_steps: 10
69saves_per_epoch: 1
70eval_sample_packing: false
71save_total_limit: 3
72debug:
73deepspeed: deepspeed_configs/zero2.json
74special_tokens:
75 pad_token: "<|end_of_text|>"