Upload folder using huggingface_hub
Browse files- README.md +25 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- unsloth/Meta-Llama-3.1-8B
|
4 |
+
- ChaoticNeutrals/Sekhmet_Gimmel-L3.1-8B-v0.3
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- peft
|
9 |
+
|
10 |
+
---
|
11 |
+
# Sekhmet-r128-LoRA
|
12 |
+
|
13 |
+
This is a LoRA extracted from a language model. It was extracted using [mergekit](https://github.com/arcee-ai/mergekit).
|
14 |
+
|
15 |
+
## LoRA Details
|
16 |
+
|
17 |
+
This LoRA adapter was extracted from [ChaoticNeutrals/Sekhmet_Gimmel-L3.1-8B-v0.3](https://huggingface.co/ChaoticNeutrals/Sekhmet_Gimmel-L3.1-8B-v0.3) and uses [unsloth/Meta-Llama-3.1-8B](https://huggingface.co/unsloth/Meta-Llama-3.1-8B) as a base.
|
18 |
+
|
19 |
+
### Parameters
|
20 |
+
|
21 |
+
The following command was used to extract this LoRA adapter:
|
22 |
+
|
23 |
+
```sh
|
24 |
+
mergekit-extract-lora ChaoticNeutrals/Sekhmet_Gimmel-L3.1-8B-v0.3 unsloth/Meta-Llama-3.1-8B OUTPUT_PATH --no-lazy-unpickle --skip-undecomposable --rank=128 --extend-vocab --model_name=Sekhmet-r128-LoRA --verbose
|
25 |
+
```
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 128,
|
13 |
+
"lora_dropout": 0,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": [],
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 128,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"down_proj",
|
23 |
+
"q_proj",
|
24 |
+
"up_proj",
|
25 |
+
"o_proj",
|
26 |
+
"lm_head",
|
27 |
+
"embed_tokens",
|
28 |
+
"k_proj",
|
29 |
+
"v_proj",
|
30 |
+
"gate_proj"
|
31 |
+
],
|
32 |
+
"task_type": "CAUSAL_LM",
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ce8ec99f1696f3aef03634eec4125410e25b010c04bc71bf96ca2698ff7e8d8
|
3 |
+
size 738914832
|