Suparious commited on
Commit
1cb9f0d
1 Parent(s): 23a9437

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  library_name: transformers
3
  tags:
4
  - 4-bit
@@ -6,10 +9,30 @@ tags:
6
  - text-generation
7
  - autotrain_compatible
8
  - endpoints_compatible
 
 
 
 
 
9
  pipeline_tag: text-generation
10
  inference: false
11
  quantized_by: Suparious
12
  ---
13
- #
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- **UPLOAD IN PROGRESS**
 
1
  ---
2
+ license: other
3
+ license_name: llama3
4
+ license_link: LICENSE
5
  library_name: transformers
6
  tags:
7
  - 4-bit
 
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-hf](Undi95/Meta-Llama-3-8B-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.
38