TheBloke commited on
Commit
1e424f3
1 Parent(s): 2cf60a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -34,6 +34,24 @@ 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/airoboros-13B-1.1-GGML)
35
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/airoboros-13B-1.1-fp16)
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  <!-- compatibility_ggml start -->
38
  ## Compatibility
39
 
 
34
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML)
35
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/airoboros-13B-1.1-fp16)
36
 
37
+ ## Prompt example
38
+
39
+ Please see the base Airoboros model README below, or by [going to the original model](https://huggingface.co/jondurbin/airoboros-13b-gpt4-1.1), for more details.
40
+ ```
41
+ BEGININPUT
42
+ BEGINCONTEXT
43
+ url: https://some.web.site/123
44
+ date: 2023-06-01
45
+ ... other metdata ...
46
+ ENDCONTEXT
47
+ [insert your text blocks here]
48
+ ENDINPUT
49
+ [add as many other blocks, in the exact same format]
50
+ BEGININSTRUCTION
51
+ [insert your instruction(s). The model was tuned with single questions, paragraph format, lists, etc.]
52
+ ENDINSTRUCTION
53
+ ```
54
+
55
  <!-- compatibility_ggml start -->
56
  ## Compatibility
57