grimjim commited on
Commit
8824b86
1 Parent(s): 30bf65a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -27
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
- # Llama-3-8B-Instruct-Nephilim-v3-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
- Built with Meta Llama 3.
16
-
17
- ## LoRA Details
18
-
19
- 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.
20
-
21
- ### Parameters
22
-
23
- The following command was used to extract this LoRA adapter:
24
-
25
- ```sh
26
- 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
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
+ ```