johnrachwanpruna commited on
Commit
ef7ef3a
1 Parent(s): aeeaf34

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: llama3
4
+ license_link: LICENSE
5
+ library_name: transformers
6
+ tags:
7
+ - 4-bit
8
+ - AWQ
9
+ - text-generation
10
+ - autotrain_compatible
11
+ - endpoints_compatible
12
+ - facebook
13
+ - meta
14
+ - pytorch
15
+ - llama
16
+ - llama-3
17
+ pipeline_tag: text-generation
18
+ inference: false
19
+ quantized_by: Suparious
20
+ ---
21
+ # Undi95/Meta-Llama-3-8B-hf AWQ
22
+
23
+ - Original model: [Meta-Llama-3-8B-instruct-hf](Undi95/Meta-Llama-3-8B-instruct-hf)
24
+
25
+ ## Model Summary
26
+
27
+ 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.
28
+
29
+ **Model developers** Meta
30
+
31
+ **Variations** Llama 3 comes in two sizes — 8B and 70B parameters — in pre-trained and instruction tuned variants.
32
+
33
+ **Input** Models input text only.
34
+
35
+ **Output** Models generate text and code only.
36
+
37
+ **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.