dranger003 commited on
Commit
b3791e7
1 Parent(s): 39b13c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -21,3 +21,26 @@ Here's a setup that seems to work quite well to chat with the model. The Q4_K is
21
  | Layers | Context | [Template](https://huggingface.co/HuggingFaceH4/zephyr-7b-gemma-v0.1/blob/19186e70e5679c47aaef473ae2fd56e20765088d/tokenizer_config.json#L59) |
22
  | --- | --- | --- |
23
  | <pre>28</pre> | <pre>8192</pre> | <pre>\<\|im_start\|\>user<br>{prompt}\<\|im_end\|\><br>\<\|im_start\|\>assistant<br>{response}</pre> |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  | Layers | Context | [Template](https://huggingface.co/HuggingFaceH4/zephyr-7b-gemma-v0.1/blob/19186e70e5679c47aaef473ae2fd56e20765088d/tokenizer_config.json#L59) |
22
  | --- | --- | --- |
23
  | <pre>28</pre> | <pre>8192</pre> | <pre>\<\|im_start\|\>user<br>{prompt}\<\|im_end\|\><br>\<\|im_start\|\>assistant<br>{response}</pre> |
24
+
25
+ Sample run:
26
+ ```
27
+ == Running in interactive mode. ==
28
+ - Press Ctrl+C to interject at any time.
29
+ - Press Return to return control to LLaMa.
30
+ - To return control without starting a new line, end your input with '/'.
31
+ - If you want to submit another line, end your input with '\'.
32
+
33
+
34
+ > <start_of_turn>user
35
+ How many helicopters can a human eat in one sitting?
36
+ <end_of_turn>
37
+ <start_of_turn>assistant
38
+ Zero. It is not possible for a human to eat a helicopter in one sitting, as helicopters are large, complex machines made of metal and other materials, not food. Humans are not capable of consuming such large objects. It is important to focus on consuming nutritious and healthy foods that are appropriate for human consumption.<end_of_turn>
39
+ > <start_of_turn>user
40
+ Zero? Not even one?
41
+ <end_of_turn>
42
+ <start_of_turn>assistant
43
+ Correct, a human cannot eat a helicopter. The statement "zero" refers to the fact that it is not possible for a human to consume a helicopter.
44
+
45
+ It is important to remember that helicopters are not food and should not be consumed. Consuming inedible objects can be dangerous and may cause harm to your health. It is important to focus on consuming nutritious and healthy foods that are appropriate for human consumption.<end_of_turn>
46
+ ```