macmacmacmac's picture
Upload adapters/adapter_config.json with huggingface_hub
a0139a9 verified
Raw
History Blame Contribute Delete
1.19 kB
{
"adapter_path": "adapters",
"batch_size": 8,
"clear_cache_threshold": 0,
"config": "lora_config.yaml",
"data": "data/sft",
"fine_tune_type": "lora",
"grad_accumulation_steps": 1,
"grad_checkpoint": true,
"iters": 2000,
"learning_rate": 0.0001,
"lora_parameters": {
"keys": [
"self_attn.q_proj",
"self_attn.k_proj",
"self_attn.v_proj",
"self_attn.o_proj",
"mlp.gate_proj",
"mlp.up_proj",
"mlp.down_proj"
],
"rank": 16,
"scale": 20.0,
"dropout": 0.0
},
"lr_schedule": null,
"mask_prompt": true,
"max_seq_length": 2048,
"model": "WeiboAI/VibeThinker-3B",
"num_layers": 36,
"optimizer": "adamw",
"optimizer_config": {
"adam": {},
"adamw": {},
"muon": {},
"sgd": {},
"adafactor": {}
},
"project_name": null,
"report_to": null,
"resume_adapter_file": null,
"save_every": 200,
"seed": 13,
"steps_per_eval": 200,
"steps_per_report": 10,
"test": false,
"test_batches": 500,
"train": true,
"val_batches": 25
}