Transformers
English
TheBloke commited on
Commit
8e32b70
1 Parent(s): 36028c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -1,6 +1,13 @@
1
  ---
2
  inference: false
3
- license: other
 
 
 
 
 
 
 
4
  ---
5
 
6
  <!-- header start -->
@@ -34,6 +41,32 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
34
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/orca_mini_7B-GGML)
35
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/psmathur/orca_mini_7b)
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  <!-- compatibility_ggml start -->
38
  ## Compatibility
39
 
 
1
  ---
2
  inference: false
3
+ license: mit
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ datasets:
8
+ - psmathur/alpaca_orca
9
+ - psmathur/dolly-v2_orca
10
+ - psmathur/WizardLM_Orca
11
  ---
12
 
13
  <!-- header start -->
 
41
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/orca_mini_7B-GGML)
42
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/psmathur/orca_mini_7b)
43
 
44
+ ## Prompt template: Alpaca with system message
45
+
46
+
47
+ ```
48
+ ### System:
49
+ You are an AI assistant that follows instruction extremely well. Help as much as you can.
50
+
51
+ ### User:
52
+ prompt
53
+
54
+ ### Response
55
+ ```
56
+ or
57
+ ```
58
+ ### System:
59
+ You are an AI assistant that follows instruction extremely well. Help as much as you can.
60
+
61
+ ### User:
62
+ prompt
63
+
64
+ ### Input
65
+ input
66
+
67
+ ### Response
68
+ ```
69
+
70
  <!-- compatibility_ggml start -->
71
  ## Compatibility
72