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-v2
16 type: chat_template
17 field_messages: conversations
18 message_property_mappings:
19 role: role
20 content: content
21 split: train[:25%]
22
23val_set_size: 0.0
24output_dir: ./outputs/ablation-121-gemma3.paradox.v2
25
26
27sequence_len: 8196
28sample_packing: true
29eval_sample_packing: false
30pad_to_sequence_len: true
31
32wandb_project:
33wandb_entity:
34wandb_watch:
35wandb_name:
36wandb_log_model:
37
38
39gradient_accumulation_steps: 2
40micro_batch_size: 1
41num_epochs: 1
42optimizer: adamw_bnb_8bit
43lr_scheduler: cosine
44learning_rate: 6.53e-6
45
46train_on_inputs: false
47group_by_length: false
48bf16: auto
49fp16:
50tf32: true
51
52gradient_checkpointing: true
53early_stopping_patience:
54resume_from_checkpoint:
55local_rank:
56logging_steps: 1
57xformers_attention:
58flash_attention: false
59eager_attention: true
60
61warmup_ratio: 0.1
62evals_per_epoch:
63eval_table_size:
64eval_max_new_tokens: 128
65saves_per_epoch: 1
66debug:
67deepspeed: zero3_bf16.json
68weight_decay: 0.05
69fsdp:
70fsdp_config:
71special_tokens:
72saves_per_epoch: 0
73save_total_limit: 1 # Only store a single checkpoint
74