Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: llama3.2
|
3 |
quantized_by: pipilok
|
4 |
pipeline_tag: text-generation
|
|
|
|
|
5 |
---
|
6 |
|
7 |
Original model: https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct
|
@@ -18,6 +20,4 @@ Before User: <|im_start|>user\n
|
|
18 |
After User: <|im_end|>\n
|
19 |
Before Assistant: <|im_start|>assistant\n
|
20 |
After Assistant: <|im_end|>\n
|
21 |
-
```
|
22 |
-
|
23 |
-
|
|
|
2 |
license: llama3.2
|
3 |
quantized_by: pipilok
|
4 |
pipeline_tag: text-generation
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
7 |
---
|
8 |
|
9 |
Original model: https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct
|
|
|
20 |
After User: <|im_end|>\n
|
21 |
Before Assistant: <|im_start|>assistant\n
|
22 |
After Assistant: <|im_end|>\n
|
23 |
+
```
|
|
|
|