Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: llama3.2
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3.2
|
3 |
+
---
|
4 |
+
GGUF [llama.cpp](https://github.com/ggerganov/llama.cpp) quantized version of:
|
5 |
+
- Original model: [Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct)
|
6 |
+
- Model creator: [Meta](https://huggingface.co/meta-llama)
|
7 |
+
- [License](https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/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: [b3902](https://github.com/ggerganov/llama.cpp/releases/tag/b3902)
|