ThomasBaruzier
commited on
Commit
•
3479a71
1
Parent(s):
5c9ff58
Update README.md
Browse files
README.md
CHANGED
@@ -188,6 +188,14 @@ extra_gated_description: The information you provide will be collected, stored,
|
|
188 |
extra_gated_button_content: Submit
|
189 |
---
|
190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
## Model Information
|
192 |
|
193 |
The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction tuned generative models in 8B, 70B and 405B sizes (text in/text out). The Llama 3.1 instruction tuned text only models (8B, 70B, 405B) are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.
|
|
|
188 |
extra_gated_button_content: Submit
|
189 |
---
|
190 |
|
191 |
+
# Llama.cpp imatrix quantizations of meta-llama/Meta-Llama-3.1-8B-Instruct
|
192 |
+
|
193 |
+
Using llama.cpp commit [b5e9546](https://github.com/ggerganov/llama.cpp/commit/b5e95468b1676e1e5c9d80d1eeeb26f542a38f42) for quantization, featuring llama 3.1 rope scaling factors. This fixes low-quality issues when using 8-128k context lengths.
|
194 |
+
|
195 |
+
Original model: [https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct)
|
196 |
+
|
197 |
+
All quants were made using the imatrix option and Bartowski's [calibration file](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8).
|
198 |
+
|
199 |
## Model Information
|
200 |
|
201 |
The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction tuned generative models in 8B, 70B and 405B sizes (text in/text out). The Llama 3.1 instruction tuned text only models (8B, 70B, 405B) are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.
|