Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
language:
|
@@ -9,7 +10,7 @@ base_model:
|
|
9 |
|
10 |
# SmartMaid-123b
|
11 |
|
12 |
-
This
|
13 |
|
14 |
## Model Details
|
15 |
|
@@ -33,5 +34,6 @@ The aim of this model is to incorporate the enhanced prose qualities of Lumimaid
|
|
33 |
By applying the LoRA to the `mlp.down_proj` module, we sought to influence the model's language generation style without significantly altering its underlying knowledge and reasoning abilities.
|
34 |
|
35 |
## Prompt Template
|
36 |
-
|
37 |
<s>[INST] {input} [/INST] {output}</s>
|
|
|
|
1 |
+
|
2 |
---
|
3 |
license: other
|
4 |
language:
|
|
|
10 |
|
11 |
# SmartMaid-123b
|
12 |
|
13 |
+
This **experimental model** is a hybrid creation combining aspects of [Mistral-Large-Instruct-2407](https://huggingface.co/mistralai/Mistral-Large-Instruct-2407) and [Lumimaid-v0.2-123B](https://huggingface.co/NeverSleep/Lumimaid-v0.2-123B) using LoRA (Low-Rank Adaptation) on the `mlp.down_proj` module.
|
14 |
|
15 |
## Model Details
|
16 |
|
|
|
34 |
By applying the LoRA to the `mlp.down_proj` module, we sought to influence the model's language generation style without significantly altering its underlying knowledge and reasoning abilities.
|
35 |
|
36 |
## Prompt Template
|
37 |
+
```
|
38 |
<s>[INST] {input} [/INST] {output}</s>
|
39 |
+
```
|