TheBloke commited on
Commit
1189809
1 Parent(s): ffd7d8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1,6 +1,12 @@
1
  ---
2
  inference: false
3
- license: other
 
 
 
 
 
 
4
  ---
5
 
6
  <!-- header start -->
@@ -29,6 +35,19 @@ It is the result of quantising to 4bit using [GPTQ-for-LLaMa](https://github.com
29
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML)
30
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/psmathur/orca_mini_v2_7b)
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ## How to easily download and use this model in text-generation-webui
33
 
34
  Please make sure you're using the latest version of text-generation-webui
 
1
  ---
2
  inference: false
3
+ license: cc-by-nc-sa-4.0
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ pipeline_tag: text-generation
8
+ datasets:
9
+ - psmathur/orca_minis_uncensored_dataset
10
  ---
11
 
12
  <!-- header start -->
 
35
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML)
36
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/psmathur/orca_mini_v2_7b)
37
 
38
+ ## Prompt template
39
+ ```
40
+ ### System:
41
+ You are an AI assistant that follows instruction extremely well. Help as much as you can.
42
+
43
+ ### User:
44
+ prompt
45
+
46
+ ### Input:
47
+
48
+ ### Response:
49
+ ```
50
+
51
  ## How to easily download and use this model in text-generation-webui
52
 
53
  Please make sure you're using the latest version of text-generation-webui