liashchynskyi commited on
Commit
7ed7567
·
verified ·
1 Parent(s): a1cd529

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -18,13 +18,15 @@ This repository contains GGUF format model files for [Meta LLama 3 Instruct](htt
18
  ## Prompt template
19
 
20
  ```
21
- <|begin_of_text|><|start_header_id|>system<|end_header_id|>
22
 
23
  {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
24
 
25
  {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
26
  ```
27
 
 
 
28
  ## Downloading using huggingface-cli
29
 
30
  First, make sure you have hugginface-cli installed:
 
18
  ## Prompt template
19
 
20
  ```
21
+ <|start_header_id|>system<|end_header_id|>
22
 
23
  {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
24
 
25
  {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
26
  ```
27
 
28
+ Same as here: https://ollama.com/library/llama3:instruct/blobs/8ab4849b038c
29
+
30
  ## Downloading using huggingface-cli
31
 
32
  First, make sure you have hugginface-cli installed: