Upload folder using huggingface_hub
Browse files- .gitattributes +5 -0
- Meta-Llama-3-8B-Instruct.f16.gguf +3 -0
- Meta-Llama-3-8B-Instruct.q5_k.gguf +3 -0
- Meta-Llama-3-8B-Instruct.q6_k.gguf +3 -0
- Meta-Llama-3-8B-Instruct.q8_0.gguf +3 -0
- Meta-Llama-3-8B-Instruct.q8_p.gguf +3 -0
- README.md +1 -1
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
Meta-Llama-3-8B-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Meta-Llama-3-8B-Instruct.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Meta-Llama-3-8B-Instruct.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Meta-Llama-3-8B-Instruct.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Meta-Llama-3-8B-Instruct.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
|
Meta-Llama-3-8B-Instruct.f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c98805328479c5614dfcc2fdd69dbb5bc38aae89dd1d6dee61aa8bfd9449d80c
|
3 |
+
size 16068891296
|
Meta-Llama-3-8B-Instruct.q5_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d41790fd44dafbcaaeef5658700ceff24d328929db4c85d1910a29e9254fe95
|
3 |
+
size 7042224800
|
Meta-Llama-3-8B-Instruct.q6_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9227eec941aac4d729620fd315712315f6392d11366b87807d5a1198158f14cb
|
3 |
+
size 7835472544
|
Meta-Llama-3-8B-Instruct.q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7693a96e40c18be4fd465880ff85207f2661331d2750dc8a0b0ec8407421916d
|
3 |
+
size 9525777056
|
Meta-Llama-3-8B-Instruct.q8_p.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dcfab74b194c707fee865062164d81e089e44db0797af4920243235596ab41f
|
3 |
+
size 8540770976
|
README.md
CHANGED
@@ -13,4 +13,4 @@ Result:
|
|
13 |
both f16.q6 and f16.q5 are smaller than q8_0 standard quantization
|
14 |
and they perform as well as the pure f16.
|
15 |
|
16 |
-
Updated on: Mon Jul 22, 22:
|
|
|
13 |
both f16.q6 and f16.q5 are smaller than q8_0 standard quantization
|
14 |
and they perform as well as the pure f16.
|
15 |
|
16 |
+
Updated on: Mon Jul 22, 23:22:06
|