Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,9 @@ pipeline_tag: text-generation
|
|
7 |
|
8 |
## Llamacpp Quantizations of Llama-3-Smaug-8B
|
9 |
|
10 |
-
|
|
|
|
|
11 |
|
12 |
Original model: https://huggingface.co/abacusai/Llama-3-Smaug-8B
|
13 |
|
|
|
7 |
|
8 |
## Llamacpp Quantizations of Llama-3-Smaug-8B
|
9 |
|
10 |
+
This model has the <|eot_id|> token set to not-special, which seems to work better with current inference engines.
|
11 |
+
|
12 |
+
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> fork from pcuenca <a href="https://github.com/pcuenca/llama.cpp/tree/llama3-conversion">llama3-conversion</a> for quantization.
|
13 |
|
14 |
Original model: https://huggingface.co/abacusai/Llama-3-Smaug-8B
|
15 |
|