Add files using upload-large-folder tool
Browse files- README.md +25 -0
- adapter_config.json +29 -0
- adapter_model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- unsloth/Mistral-Nemo-Instruct-2407
|
4 |
+
- yamatazen/LorablatedStock-12B
|
5 |
+
library_name: peft
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- peft
|
9 |
+
|
10 |
+
---
|
11 |
+
# LorablatedStock-12B-LoRA-Rank128
|
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 [yamatazen/LorablatedStock-12B](https://huggingface.co/yamatazen/LorablatedStock-12B) and uses [unsloth/Mistral-Nemo-Instruct-2407](https://huggingface.co/unsloth/Mistral-Nemo-Instruct-2407) as a base.
|
18 |
+
|
19 |
+
### Parameters
|
20 |
+
|
21 |
+
The following command was used to extract this LoRA adapter:
|
22 |
+
|
23 |
+
```sh
|
24 |
+
C:\Users\yamat\AppData\Local\Programs\Python\Python312\Scripts\mergekit-extract-lora --model yamatazen/LorablatedStock-12B --base-model unsloth/Mistral-Nemo-Instruct-2407 --out-path LorablatedStock-12B-LoRA-Rank128 --max-rank 128
|
25 |
+
```
|
adapter_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "unsloth/Mistral-Nemo-Instruct-2407",
|
3 |
+
"peft_type": "LORA",
|
4 |
+
"use_rslora": false,
|
5 |
+
"target_modules": [
|
6 |
+
"o_proj",
|
7 |
+
"gate_proj",
|
8 |
+
"down_proj",
|
9 |
+
"up_proj",
|
10 |
+
"k_proj",
|
11 |
+
"q_proj",
|
12 |
+
"v_proj"
|
13 |
+
],
|
14 |
+
"modules_to_save": [
|
15 |
+
"embed_tokens",
|
16 |
+
"input_layernorm",
|
17 |
+
"post_attention_layernorm",
|
18 |
+
"norm",
|
19 |
+
"lm_head"
|
20 |
+
],
|
21 |
+
"task_type": "CAUSAL_LM",
|
22 |
+
"r": 128,
|
23 |
+
"lora_alpha": 128,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"alpha_pattern": {},
|
26 |
+
"lora_dropout": 0.0,
|
27 |
+
"fan_in_fan_out": false,
|
28 |
+
"inference_mode": true
|
29 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc17b2240b1b6a6eb873a222ab2792b63b57649774038aae4957c65aecb98dab
|
3 |
+
size 3597534216
|