brittlewis12
commited on
Commit
•
0b3dd0f
1
Parent(s):
7999b89
Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,10 @@ quantized_by: brittlewis12
|
|
26 |
|
27 |
**Model creator**: [Meta](https://huggingface.co/meta-llama)
|
28 |
|
|
|
|
|
|
|
|
|
29 |
This repo contains GGUF format model files for Meta’s Llama-3-8B-Instruct,
|
30 |
**updated as of 2024-04-20** to handle the `<|eot_id|>` special token as EOS token.
|
31 |
|
|
|
26 |
|
27 |
**Model creator**: [Meta](https://huggingface.co/meta-llama)
|
28 |
|
29 |
+
> Meta developed and released the Meta Llama 3 family of large language models (LLMs), a collection of pretrained and instruction tuned generative text models in 8 and 70B sizes. The Llama 3 instruction tuned models are optimized for dialogue use cases and outperform many of the available open source chat models on common industry benchmarks. Further, in developing these models, we took great care to optimize helpfulness and safety.
|
30 |
+
|
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-20** to handle the `<|eot_id|>` special token as EOS token.
|
35 |
|