morriszms commited on
Commit
e33d978
·
verified ·
1 Parent(s): bd548bc

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ 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
+ tabula-8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tabula-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tabula-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tabula-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tabula-8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tabula-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tabula-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tabula-8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tabula-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tabula-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tabula-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tabula-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ datasets:
4
+ - jpgard/t4-full
5
+ language:
6
+ - en
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: mlfoundations/tabula-8b
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## mlfoundations/tabula-8b - GGUF
25
+
26
+ This repo contains GGUF format model files for [mlfoundations/tabula-8b](https://huggingface.co/mlfoundations/tabula-8b).
27
+
28
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [tabula-8b-Q2_K.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [tabula-8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
48
+ | [tabula-8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
49
+ | [tabula-8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
50
+ | [tabula-8b-Q4_0.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [tabula-8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
52
+ | [tabula-8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
53
+ | [tabula-8b-Q5_0.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [tabula-8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
55
+ | [tabula-8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
56
+ | [tabula-8b-Q6_K.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
57
+ | [tabula-8b-Q8_0.gguf](https://huggingface.co/tensorblock/tabula-8b-GGUF/blob/main/tabula-8b-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/tabula-8b-GGUF --include "tabula-8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/tabula-8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
tabula-8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4078b57ef37dc0bbc56c5179987a42b28084d5c2403a2abd094eb4d1aafa380
3
+ size 3179140576
tabula-8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3232af451f9aa0019ffb2fa7b1598329a309b18abdcb53b93d183af7c9148d3
3
+ size 4321966368
tabula-8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:711d8fb3869455b808632ab45527e5b7e6ac113e7c8c5502ece5f91f340e44ee
3
+ size 4018927904
tabula-8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bc0da2708508f289aa230b0ac5936952e40be325c8f9be460b8f9d0f99386fa
3
+ size 3664509216
tabula-8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4538c465316bd8db9790e1e8572124c215363b8e6754750652882f73dc2003b
3
+ size 4661222752
tabula-8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16491333b06819b021c1adde5684294ac80ec9cb4b64ac6fb5abe52b84ad3e4
3
+ size 4920745312
tabula-8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8367aff80df5126657f6b359a0db08b7a34e79de506242fd763470b9eb1c2fdf
3
+ size 4692680032
tabula-8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea8f7606d87739727f5f34d017a7020b401458011159b2d104b6f74c859d6996
3
+ size 5599306080
tabula-8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0588867ad7ade75ecaddcb9c9d5fcced0b79f727708d851de95d47743e5eb7ba
3
+ size 5732999520
tabula-8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae7093a0c9b8f6530d5e27aa35ad2e5f129e6005187214321bb9752aa6cc6d6a
3
+ size 5599306080
tabula-8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4ef78a5f2641bc80db1132d293f084ead8bd8a62138e83719e520dfa7c664fd
3
+ size 6596019616
tabula-8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27041fea194b3a18221366b1206d238d5a76e4f78fc8176aee06c423fb3de9b8
3
+ size 8540788000