Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ prepared with mergekit
|
|
| 9 |
|
| 10 |
quantized 4 bits with bitsandbytes
|
| 11 |
|
| 12 |
-
|
| 13 |
base_model: meta-llama/Llama-2-7b-chat-hf
|
| 14 |
gate_mode: cheap_embed
|
| 15 |
experts:
|
|
@@ -17,4 +17,4 @@ experts:
|
|
| 17 |
positive_prompts: ["You are an helpful assistant."]
|
| 18 |
- source_model: TheTravellingEngineer/llama2-7b-hf-guanaco
|
| 19 |
positive_prompts: ["You are an helpful general-pupose assistant"]
|
| 20 |
-
|
|
|
|
| 9 |
|
| 10 |
quantized 4 bits with bitsandbytes
|
| 11 |
|
| 12 |
+
```python
|
| 13 |
base_model: meta-llama/Llama-2-7b-chat-hf
|
| 14 |
gate_mode: cheap_embed
|
| 15 |
experts:
|
|
|
|
| 17 |
positive_prompts: ["You are an helpful assistant."]
|
| 18 |
- source_model: TheTravellingEngineer/llama2-7b-hf-guanaco
|
| 19 |
positive_prompts: ["You are an helpful general-pupose assistant"]
|
| 20 |
+
```
|