brittlewis12
commited on
Commit
•
8aacc8b
1
Parent(s):
8d0e843
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ quantized_by: brittlewis12
|
|
31 |
> Llama 3 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align with human preferences for helpfulness and safety.
|
32 |
|
33 |
This repo contains GGUF format model files for Meta’s Llama-3-8B-Instruct,
|
34 |
-
**updated as of 2024-04-29** to incorporate tokenization improvements, as well as previous interventions to handle the `<|eot_id|>` special token as EOS token.
|
35 |
|
36 |
Learn more on Meta’s [Llama 3 page](https://llama.meta.com/llama3).
|
37 |
|
|
|
31 |
> Llama 3 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align with human preferences for helpfulness and safety.
|
32 |
|
33 |
This repo contains GGUF format model files for Meta’s Llama-3-8B-Instruct,
|
34 |
+
**updated as of 2024-04-29** to incorporate [tokenization improvements](https://github.com/ggerganov/llama.cpp/pull/6920), as well as previous interventions to handle the `<|eot_id|>` special token as EOS token.
|
35 |
|
36 |
Learn more on Meta’s [Llama 3 page](https://llama.meta.com/llama3).
|
37 |
|