Update README.md
Browse files
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 |
-
<|
|
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:
|