mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-31 07:54:59 +00:00
fix(gallery): move metadata where it belongs
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
8b169f1dac
commit
55778b35ff
15 changed files with 310 additions and 251 deletions
|
@ -1,26 +1,5 @@
|
|||
name: "llama3-instruct"
|
||||
license: llama3
|
||||
|
||||
description: |
|
||||
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.
|
||||
|
||||
Model developers Meta
|
||||
|
||||
Variations Llama 3 comes in two sizes — 8B and 70B parameters — in pre-trained and instruction tuned variants.
|
||||
|
||||
Input Models input text only.
|
||||
|
||||
Output Models generate text and code only.
|
||||
|
||||
Model Architecture 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.
|
||||
urls:
|
||||
- https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
|
||||
|
||||
tags:
|
||||
- llm
|
||||
- gguf
|
||||
- gpu
|
||||
- cpu
|
||||
|
||||
config_file: |
|
||||
mmap: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue