初始化项目,由ModelHub XC社区提供模型
Model: jordiclive/Llama-2-70b-oasst-1-200 Source: Original Platform
This commit is contained in:
9
adapter/README.md
Normal file
9
adapter/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
library_name: peft
|
||||
---
|
||||
## Training procedure
|
||||
|
||||
### Framework versions
|
||||
|
||||
|
||||
- PEFT 0.4.0
|
||||
26
adapter/adapter_config.json
Normal file
26
adapter/adapter_config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"auto_mapping": null,
|
||||
"base_model_name_or_path": "/mnt/data/llama2/Llama-2-70b-hf-sp",
|
||||
"bias": "none",
|
||||
"fan_in_fan_out": false,
|
||||
"inference_mode": true,
|
||||
"init_lora_weights": true,
|
||||
"layers_pattern": null,
|
||||
"layers_to_transform": null,
|
||||
"lora_alpha": 16,
|
||||
"lora_dropout": 0.05,
|
||||
"modules_to_save": null,
|
||||
"peft_type": "LORA",
|
||||
"r": 32,
|
||||
"revision": null,
|
||||
"target_modules": [
|
||||
"down_proj",
|
||||
"k_proj",
|
||||
"q_proj",
|
||||
"gate_proj",
|
||||
"o_proj",
|
||||
"up_proj",
|
||||
"v_proj"
|
||||
],
|
||||
"task_type": "CAUSAL_LM"
|
||||
}
|
||||
3
adapter/adapter_model.bin
Normal file
3
adapter/adapter_model.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b1c2f82651bcdc9248612ba1fce7ab1159b0a27d9855ca95eaf19f8a15cc4aa
|
||||
size 1657139077
|
||||
Reference in New Issue
Block a user