bartowski rombodawg commited on
Commit
fd0e0ec
1 Parent(s): ee4b39e

Update prompt template (#1)

Browse files

- Update prompt template (95762517722b0f9755b378e2f079e82a8cc1a453)


Co-authored-by: rombo dawg <rombodawg@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -5,6 +5,7 @@ license_link: https://llama.meta.com/llama3/license/
5
  tags:
6
  - text-generation-inference
7
  - transformers
 
8
  - unsloth
9
  - llama
10
  datasets:
@@ -167,15 +168,15 @@ All quants made using imatrix option with dataset from [here](https://gist.githu
167
 
168
  ## Prompt format
169
 
170
- No chat template specified so default is used. This may be incorrect, check original model card for details.
171
-
172
  ```
173
- <|im_start|>system
174
- {system_prompt}<|im_end|>
175
- <|im_start|>user
176
- {prompt}<|im_end|>
177
- <|im_start|>assistant
178
 
 
 
179
  ```
180
 
181
  ## Download a file (not the whole branch) from below:
 
5
  tags:
6
  - text-generation-inference
7
  - transformers
8
+
9
  - unsloth
10
  - llama
11
  datasets:
 
168
 
169
  ## Prompt format
170
 
 
 
171
  ```
172
+ ### System:
173
+ {}
174
+
175
+ ### Instruction:
176
+ {}
177
 
178
+ ### Response:
179
+ {}
180
  ```
181
 
182
  ## Download a file (not the whole branch) from below: