AI-Engine commited on
Commit
13cae41
·
verified ·
1 Parent(s): 47f091e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -4,4 +4,16 @@ license: llama3.1
4
  GGUF [llama.cpp](https://github.com/ggerganov/llama.cpp) quantized version of:
5
  - Original model: [Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct)
6
  - Model creator: [Meta](https://huggingface.co/meta-llama)
7
- - [License](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE)
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  GGUF [llama.cpp](https://github.com/ggerganov/llama.cpp) quantized version of:
5
  - Original model: [Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct)
6
  - Model creator: [Meta](https://huggingface.co/meta-llama)
7
+ - [License](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE)
8
+
9
+ ## Recommended Prompt Format (Llama3)
10
+ ```
11
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
12
+
13
+ Provide some context and/or instructions to the model.<|eot_id|><|start_header_id|>user<|end_header_id|>
14
+
15
+ The user’s message goes here<|eot_id|><|start_header_id|>assistant<|end_header_id|>
16
+
17
+ AI message goes here<|eot_id|>
18
+ ```
19
+ Quant Version: [b3445](https://github.com/ggerganov/llama.cpp/releases/tag/b3445)