Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,8 @@ pipeline_tag: text-generation
|
|
5 |
---
|
6 |
This repo is a GGUF version of [Misted-7B](https://huggingface.co/Walmart-the-bag/Misted-7B) by [Walmart-the-bag](https://huggingface.co/Walmart-the-bag)
|
7 |
|
8 |
-
#
|
9 |
-
```
|
10 |
-
USER:
|
11 |
-
|
12 |
-
ASSISTANT:
|
13 |
-
```
|
14 |
|
15 |
-
## Misted-7B merge yaml
|
16 |
```
|
17 |
base_model: teknium/OpenHermes-2-Mistral-7B
|
18 |
models:
|
@@ -23,4 +17,13 @@ parameters:
|
|
23 |
t:
|
24 |
- value: 0.32
|
25 |
dtype: float16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
```
|
|
|
5 |
---
|
6 |
This repo is a GGUF version of [Misted-7B](https://huggingface.co/Walmart-the-bag/Misted-7B) by [Walmart-the-bag](https://huggingface.co/Walmart-the-bag)
|
7 |
|
8 |
+
# Model Yaml
|
|
|
|
|
|
|
|
|
|
|
9 |
|
|
|
10 |
```
|
11 |
base_model: teknium/OpenHermes-2-Mistral-7B
|
12 |
models:
|
|
|
17 |
t:
|
18 |
- value: 0.32
|
19 |
dtype: float16
|
20 |
+
```
|
21 |
+
|
22 |
+
|
23 |
+
# Prompt Format
|
24 |
+
###### Alpaca
|
25 |
+
```
|
26 |
+
### Instruction:
|
27 |
+
|
28 |
+
### Response:
|
29 |
```
|