Ansemia commited on
Commit
af5bdde
·
verified ·
1 Parent(s): 480cab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # MN2407INST
5
+
6
+ This is a LoRA extracted from a language model. It was extracted using [mergekit](https://github.com/arcee-ai/mergekit).
7
+
8
+ ## LoRA Details
9
+
10
+ This LoRA adapter was extracted from ..\Mistral-Nemo-Instruct-2407\ and uses ..\Mistral-Nemo-Base-2407\ as a base.
11
+
12
+ ### Parameters
13
+
14
+ The following command was used to extract this LoRA adapter:
15
+
16
+ ```sh
17
+ mergekit-extract-lora --model ..\Mistral-Nemo-Instruct-2407\ --base-model ..\Mistral-Nemo-Base-2407\ --out-path ../MN2407INST --max-rank=64
18
+ ```