初始化项目,由ModelHub XC社区提供模型

Model: Kukedlc/NeuralMaxime-7B-slerp
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-12 20:45:31 +08:00
commit ae0a9f83d8
58 changed files with 114718 additions and 0 deletions

32
adapter_config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "Kukedlc/NeuralMaxime-7B-slerp",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"model.layers.31.mlp.gate_proj",
"model.layers.31.self_attn.o_proj",
"model.layers.31.mlp.up_proj",
"model.layers.31.self_attn.k_proj",
"model.layers.31.self_attn.q_proj",
"model.layers.31.self_attn.v_proj",
"model.layers.31.mlp.down_proj"
],
"task_type": "CAUSAL_LM",
"use_rslora": false
}