Upload folder using huggingface_hub
Browse files- .gitattributes +5 -0
- NuExtract-tiny.IQ4_XS.gguf +3 -0
- NuExtract-tiny.Q5_K.gguf +3 -0
- NuExtract-tiny.Q6_K.gguf +3 -0
- NuExtract-tiny.Q8_0.gguf +3 -0
- NuExtract-tiny.gguf +3 -0
- README.md +5 -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 |
+
NuExtract-tiny.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
NuExtract-tiny.Q5_K.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
NuExtract-tiny.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
NuExtract-tiny.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
NuExtract-tiny.gguf filter=lfs diff=lfs merge=lfs -text
|
NuExtract-tiny.IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77973772fede6498b28b982d4cc3165890d62b0460297155d62f99b3e5a866c7
|
3 |
+
size 336873632
|
NuExtract-tiny.Q5_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15fc0a79a8b7662454ce54b0d437d9295194ab2fecbab4be9d445568103ef95f
|
3 |
+
size 389957792
|
NuExtract-tiny.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94a0923ae1c2cf503dab78f2f14dece2ee7b2d50bc0fe47c093bb2e8d5af3886
|
3 |
+
size 424634528
|
NuExtract-tiny.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6154ecf42fa3e40741f595305af1be48624c21d3b2fb68a726d2b77988174348
|
3 |
+
size 499296416
|
NuExtract-tiny.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5ab61b0868039419c452ca56012172396d0a93844045f23bd3309a61cf65951
|
3 |
+
size 934168736
|
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: numind/NuExtract-tiny
|
3 |
+
---
|
4 |
+
|
5 |
+
GGUF version of [numind/NuExtract-tiny](https://huggingface.co/numind/NuExtract-tiny).
|