Views
No views yet
0.8.0.dev01base_model: google/gemma-3-27b-it
2# optionally might have model_type or tokenizer_type
3model_type: AutoModelForCausalLM
4tokenizer_type: AutoTokenizer
5# Automatically upload checkpoint and final model to HF
6# hub_model_id: username/custom_model_name
7
8load_in_8bit: false
9load_in_4bit: false
10strict: false
11
12# huggingface repo
13chat_template: gemma3
14datasets:
15 - path: shisa-ai/paradox_test_set_200k_sharegpt
16 type: chat_template
17 field_messages: conversations
18 message_property_mappings:
19 role: role
20 content: content
21
22val_set_size: 0.0
23output_dir: ./outputs/ablation-102-gemma3.paradox-shisa-v2
24
25
26sequence_len: 8196
27sample_packing: true
28eval_sample_packing: false
29pad_to_sequence_len: true
30
31wandb_project:
32wandb_entity:
33wandb_watch:
34wandb_name:
35wandb_log_model:
36
37
38gradient_accumulation_steps: 1
39micro_batch_size: 1
40num_epochs: 2
41optimizer: adamw_bnb_8bit
42lr_scheduler: cosine
43learning_rate: 8e-6
44
45train_on_inputs: false
46group_by_length: false
47bf16: auto
48fp16:
49tf32: true
50
51gradient_checkpointing: true
52early_stopping_patience:
53resume_from_checkpoint:
54local_rank:
55logging_steps: 1
56xformers_attention:
57flash_attention: true
58
59warmup_ratio: 0.1
60evals_per_epoch:
61eval_table_size:
62eval_max_new_tokens: 128
63saves_per_epoch: 1
64debug:
65deepspeed: zero3_bf16.json
66weight_decay: 0.0
67fsdp:
68fsdp_config:
69special_tokens:
70