Update README.md
Browse files
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 |
+
```
|