Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model: SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA
|
3 |
-
pipeline_tag: text-generation
|
4 |
quantized_by: bartowski
|
|
|
5 |
---
|
6 |
|
7 |
## Llamacpp imatrix Quantizations of LLAMA-3_8B_Unaligned_BETA
|
@@ -16,7 +15,17 @@ Run them in [LM Studio](https://lmstudio.ai/)
|
|
16 |
|
17 |
## Prompt format
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## Download a file (not the whole branch) from below:
|
22 |
|
|
|
1 |
---
|
|
|
|
|
2 |
quantized_by: bartowski
|
3 |
+
pipeline_tag: text-generation
|
4 |
---
|
5 |
|
6 |
## Llamacpp imatrix Quantizations of LLAMA-3_8B_Unaligned_BETA
|
|
|
15 |
|
16 |
## Prompt format
|
17 |
|
18 |
+
```
|
19 |
+
<|im_start|>system
|
20 |
+
{system_prompt}<|im_end|>
|
21 |
+
<|im_start|>user
|
22 |
+
{prompt}<|im_end|>
|
23 |
+
<|im_start|>assistant
|
24 |
+
```
|
25 |
+
|
26 |
+
## What's new:
|
27 |
+
|
28 |
+
Update tokenizer
|
29 |
|
30 |
## Download a file (not the whole branch) from below:
|
31 |
|