初始化项目,由ModelHub XC社区提供模型
Model: winglian/Llama-3-8b-64k-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": "meta-llama/Meta-Llama-3-8B",
|
||||
"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": 256,
|
||||
"lora_dropout": 0.1,
|
||||
"megatron_config": null,
|
||||
"megatron_core": "megatron.core",
|
||||
"modules_to_save": null,
|
||||
"peft_type": "LORA",
|
||||
"r": 256,
|
||||
"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:90a73943a1a12065eca3ee0503cf44ec3b9ff14ad68c95df89d95f78a6d18d96
|
||||
size 872450448
|
||||
Reference in New Issue
Block a user