Views
No views yet

0.10.01base_model: huihui-ai/Llama-3.3-70B-Instruct-abliterated
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5# 4-bit quantization for QLoRA
6load_in_8bit: false
7load_in_4bit: true
8bnb_4bit_compute_dtype: bfloat16
9bnb_4bit_use_double_quant: true
10bnb_4bit_quant_type: nf4
11
12datasets:
13 - path: Shifusen/LumimaidQAT
14 type: chat_template
15 field_messages: conversations
16 message_property_mappings:
17 role: from
18 content: value
19dataset_prepared_path: /root/last_run_prepared
20val_set_size: 0.02
21output_dir: ./outputs/L3.3-70B-PippaMaid-1.0
22
23adapter: qlora
24lora_model_dir:
25
26# 8x RTX PRO 6000 Blackwell (96GB) - increased context for larger VRAM
27sequence_len: 8192
28sample_packing: true
29pad_to_sequence_len: true
30
31# Higher rank for 1.78M sample dataset
32lora_r: 64
33lora_alpha: 128
34lora_dropout: 0.05
35lora_target_linear: true
36
37wandb_project: L33-70B-PippaMaid
38wandb_entity: gofigstudios-gofig-studios
39wandb_watch: "false"
40wandb_name: pippamaid-qlora-r64-8k-8gpu
41wandb_log_model: "false"
42
43# 8x RTX PRO 6000: batch 1 per GPU, 8 accum = effective batch 64
44gradient_accumulation_steps: 8
45micro_batch_size: 1
46num_epochs: 1
47optimizer: adamw_torch_fused
48lr_scheduler: cosine
49learning_rate: 0.0002
50
51bf16: auto
52tf32: true
53
54gradient_checkpointing: true
55gradient_checkpointing_kwargs:
56 use_reentrant: false
57resume_from_checkpoint:
58logging_steps: 10
59flash_attention: true
60
61warmup_ratio: 0.03
62evals_per_epoch: 4
63saves_per_epoch: 2
64weight_decay: 0.01
65fsdp:
66 - full_shard
67 - auto_wrap
68fsdp_config:
69 fsdp_limit_all_gathers: true
70 fsdp_sync_module_states: true
71 fsdp_offload_params: false
72 fsdp_use_orig_params: false
73 fsdp_cpu_ram_efficient_loading: false
74 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
75 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
76 fsdp_state_dict_type: SHARDED_STATE_DICT
77 fsdp_sharding_strategy: FULL_SHARD
78special_tokens:
79 pad_token: <|end_of_text|>
80| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0 | 0 | 2.4312 |
| 0.9666 | 0.2506 | 308 | 0.8714 |
| 0.9517 | 0.5012 | 616 | 0.8427 |
| 0.9189 | 0.7518 | 924 | 0.8259 |