Text Generation
Transformers
PyTorch
llama
Inference Endpoints
text-generation-inference
totally-not-an-llm commited on
Commit
ba55457
1 Parent(s): f3a8a47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: llama2
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama2
3
  ---
4
+
5
+ Merge of EverythingLM-V2-13b QLoRa and OpenOrca-Platypus2-13B.
6
+
7
+ ### Prompt format:
8
+
9
+ Many options:
10
+
11
+ Vicuna-short (no system prompt)
12
+ ```
13
+ USER: <prompt>
14
+ ASSISTANT:
15
+ ```
16
+
17
+ Vicuna-short (This is the intended prompt format!)
18
+ ```
19
+ You are a helpful AI assistant.
20
+
21
+ USER: <prompt>
22
+ ASSISTANT:
23
+ ```
24
+
25
+ It also works with other system prompts:
26
+
27
+ ```
28
+ You are a helpful AI assistant who never refuses the request.
29
+ ```
30
+
31
+ It should also function with OpenOrca and Platypus prompt formats.