pbatra commited on
Commit
b83d2b1
·
verified ·
1 Parent(s): eeedd80

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: "meta-llama/Llama-3.1-8B-Instruct"
3
+ language:
4
+ - en
5
+ - de
6
+ - fr
7
+ - it
8
+ - pt
9
+ - hi
10
+ - es
11
+ - th
12
+ tags:
13
+ - transformers
14
+ - safetensors
15
+ - llama
16
+ - text-generation
17
+ - facebook
18
+ - meta
19
+ - pytorch
20
+ - llama-3
21
+ - conversational
22
+ - en
23
+ - de
24
+ - fr
25
+ - it
26
+ - pt
27
+ - hi
28
+ - es
29
+ - th
30
+ - arxiv:2204.05149
31
+ - base_model:meta-llama/Llama-3.1-8B
32
+ - base_model:finetune:meta-llama/Llama-3.1-8B
33
+ - license:llama3.1
34
+ - autotrain_compatible
35
+ - text-generation-inference
36
+ - endpoints_compatible
37
+ - region:us
38
+ license: "llama3.1"
39
+ inference: false
40
+ quantized_by: pbatra
41
+ ---
42
+
43
+ # Llama-3.1-8B-Instruct
44
+
45
+ This repository contains quantized versions of the model from the original repository: [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct).
46
+
47
+ | Name | Quantization Method | Size (GB) |
48
+ |------|---------------------|-----------|
49
+ | llama-3.1-8b-instruct.Q8_0.gguf | q8_0 | 7.95 |
50
+ | llama-3.1-8b-instruct.Q4_0.gguf | q4_0 | 4.34 |