初始化项目,由ModelHub XC社区提供模型
Model: winglian/llama-3-8b-256k-PoSE Source: Original Platform
This commit is contained in:
31
adapters/adapter_config.json
Normal file
31
adapters/adapter_config.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
3
adapters/adapter_model.safetensors
Normal file
3
adapters/adapter_model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75b44ec9a1c9d53b1a3a3f6a00d98929c1bbe25ab063ded8f3d84841c4ff8274
|
||||
size 3489696824
|
||||
Reference in New Issue
Block a user