Nekuromento
commited on
Commit
•
5cd844c
1
Parent(s):
31b374c
Upload folder using huggingface_hub
Browse files- README.md +25 -0
- adapter_config.json +40 -0
- adapter_model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- google/gemma-2-9b-it
|
4 |
+
- KishoreK/ActionGemma-9B
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- peft
|
9 |
+
|
10 |
+
---
|
11 |
+
# Untitled LoRA Model (1)
|
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 [KishoreK/ActionGemma-9B](https://huggingface.co/KishoreK/ActionGemma-9B) and uses [google/gemma-2-9b-it](https://huggingface.co/google/gemma-2-9b-it) 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 KishoreK/ActionGemma-9B google/gemma-2-9b-it OUTPUT_PATH --rank=512
|
25 |
+
```
|
adapter_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/gemma-2-9b-it",
|
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": 512,
|
13 |
+
"lora_dropout": 0,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": [
|
17 |
+
"post_attention_layernorm",
|
18 |
+
"pre_feedforward_layernorm",
|
19 |
+
"post_feedforward_layernorm",
|
20 |
+
"input_layernorm",
|
21 |
+
"norm"
|
22 |
+
],
|
23 |
+
"peft_type": "LORA",
|
24 |
+
"r": 512,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"q_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"up_proj",
|
31 |
+
"down_proj",
|
32 |
+
"k_proj",
|
33 |
+
"lm_head",
|
34 |
+
"v_proj",
|
35 |
+
"embed_tokens",
|
36 |
+
"o_proj"
|
37 |
+
],
|
38 |
+
"task_type": "CAUSAL_LM",
|
39 |
+
"use_rslora": false
|
40 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e37df68f3bfb3fb23dcda84719fcfa193b2a7c386308bf64e341762ac702b06f
|
3 |
+
size 7448465336
|