Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- pankajmathur/WizardLM_Orca
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
---
|
8 |
+
Some GGUF v2 quantizations of the model [harborwater/wizard-orca-3b](https://huggingface.co/harborwater/wizard-orca-3b)
|
9 |
+
|
10 |
+
It was trained on 2 epoch of pankajmathur's WizardLM_orca dataset.
|
11 |
+
|
12 |
+
Prompt template:
|
13 |
+
```
|
14 |
+
### HUMAN:
|
15 |
+
{prompt}
|
16 |
+
|
17 |
+
### RESPONSE:
|
18 |
+
<leave a newline for the model to answer>
|
19 |
+
```
|