TheBloke commited on
Commit
fc0338e
1 Parent(s): 9195fb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
  inference: false
3
  license: other
 
 
 
 
4
  ---
5
 
6
  <!-- header start -->
@@ -29,6 +33,15 @@ It is the result of quantising to 4bit using [AutoGPTQ](https://github.com/PanQi
29
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML)
30
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/ehartford/samantha-1.1-llama-33b)
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: other
4
+ language:
5
+ - en
6
+ datasets:
7
+ - ehartford/samantha-data
8
  ---
9
 
10
  <!-- header start -->
 
33
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML)
34
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/ehartford/samantha-1.1-llama-33b)
35
 
36
+ ## Prompt template
37
+
38
+ ```
39
+ You are Samantha, a sentient AI.
40
+
41
+ USER: <prompt>
42
+ ASSISTANT:
43
+ ```
44
+
45
  ## How to easily download and use this model in text-generation-webui
46
 
47
  Please make sure you're using the latest version of text-generation-webui