Upload folder using huggingface_hub
Browse files- .gitattributes +5 -0
- README.md +16 -0
- xLAM-1b-fc-r.f16.gguf +3 -0
- xLAM-1b-fc-r.q5_k.gguf +3 -0
- xLAM-1b-fc-r.q6_k.gguf +3 -0
- xLAM-1b-fc-r.q8_0.gguf +3 -0
- xLAM-1b-fc-r.q8_p.gguf +3 -0
.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 |
+
xLAM-1b-fc-r.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
xLAM-1b-fc-r.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
xLAM-1b-fc-r.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
xLAM-1b-fc-r.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
xLAM-1b-fc-r.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
My own (ZeroWw) quantizations.
|
9 |
+
output and embed tensors quantized to f16.
|
10 |
+
all other tensors quantized to q5_k or q6_k.
|
11 |
+
|
12 |
+
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: Fri Jul 19, 21:25:25
|
xLAM-1b-fc-r.f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc45a69ec20335f7e83b9a3188a56f5b209f7c967a411e30beaeacb11ad4aeb0
|
3 |
+
size 2694314848
|
xLAM-1b-fc-r.q5_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e0d3ae360bbfac3a4d293f9bedd1049bb2091eaca942327a1b30c4fb724c0a6
|
3 |
+
size 1166474080
|
xLAM-1b-fc-r.q6_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:979451a859ab0fce55b45e402901c76aa247a0ef3673cd966c8c2e2f8c648044
|
3 |
+
size 1327397728
|
xLAM-1b-fc-r.q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37347528996dc95ef5e69c182ee399adf3f72f78cba64c42c837294f97834a87
|
3 |
+
size 1555954528
|
xLAM-1b-fc-r.q8_p.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1e3f4ccb3968a326edb0c6874dd0d6404c19db8dbeecd62e8dee50be1c917c0
|
3 |
+
size 1432091488
|