Update README.md
Browse files
README.md
CHANGED
@@ -1,27 +1,28 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- grimjim/llama-3-Nephilim-v3-8B
|
4 |
-
- meta-llama/Meta-Llama-3-8B-Instruct
|
5 |
-
library_name: transformers
|
6 |
-
tags:
|
7 |
-
- mergekit
|
8 |
-
- peft
|
9 |
-
license: llama3
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- grimjim/llama-3-Nephilim-v3-8B
|
4 |
+
- meta-llama/Meta-Llama-3-8B-Instruct
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- peft
|
9 |
+
license: llama3
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
---
|
12 |
+
# Llama-3-8B-Instruct-Nephilim-v3-LoRA
|
13 |
+
|
14 |
+
This is a LoRA extracted from a language model. It was extracted using [mergekit](https://github.com/arcee-ai/mergekit).
|
15 |
+
|
16 |
+
Built with Meta Llama 3.
|
17 |
+
|
18 |
+
## LoRA Details
|
19 |
+
|
20 |
+
This LoRA adapter was extracted from [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) and uses [grimjim/llama-3-Nephilim-v3-8B](https://huggingface.co/grimjim/llama-3-Nephilim-v3-8B) as a base.
|
21 |
+
|
22 |
+
### Parameters
|
23 |
+
|
24 |
+
The following command was used to extract this LoRA adapter:
|
25 |
+
|
26 |
+
```sh
|
27 |
+
mergekit-extract-lora grimjim/llama-3-Nephilim-v3-8B meta-llama/Meta-Llama-3-8B-Instruct OUTPUT_PATH --rank=32 --model_name=Llama-3-8B-Instruct-Nephilim-v3-LoRA
|
28 |
+
```
|