GGUF
English
Aryanne commited on
Commit
7572520
1 Parent(s): ade45a9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
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
+ ```