backtesting-v6 / adapter_config.json
zeronamoni's picture
Initial upload: v5_baseline full weightsver: baseline_v6 | Loss: 2.1891 | PPL: 8.93 | BPC: 3.16 (Trained with Unsloth)
3f9bf1a verified
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "unsloth/Llama-3.2-1B-unsloth-bnb-4bit",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_dropout": 0,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"lm_head",
"embed_tokens"
],
"peft_type": "LORA",
"r": 128,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q_proj",
"gate_proj",
"v_proj",
"k_proj",
"down_proj",
"o_proj",
"up_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": true
}