Files
llama-3-8b-256k-PoSE/adapters/adapter_config.json
ModelHub XC 35eb2d04c1 初始化项目,由ModelHub XC社区提供模型
Model: winglian/llama-3-8b-256k-PoSE
Source: Original Platform
2026-06-18 03:20:18 +08:00

31 lines
683 B
JSON

{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "winglian/Llama-3-8b-64k-PoSE",
"bias": "none",
"fan_in_fan_out": null,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 1024,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 1024,
"rank_pattern": {},
"revision": null,
"target_modules": [
"k_proj",
"v_proj",
"o_proj",
"q_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": true
}