morriszms commited on
Commit
a3d2899
1 Parent(s): 90b783f

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
+ TowerBase-7B-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TowerBase-7B-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TowerBase-7B-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TowerBase-7B-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TowerBase-7B-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TowerBase-7B-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TowerBase-7B-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TowerBase-7B-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TowerBase-7B-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TowerBase-7B-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TowerBase-7B-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TowerBase-7B-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ - de
6
+ - fr
7
+ - zh
8
+ - pt
9
+ - nl
10
+ - ru
11
+ - ko
12
+ - it
13
+ - es
14
+ metrics:
15
+ - comet
16
+ pipeline_tag: translation
17
+ tags:
18
+ - TensorBlock
19
+ - GGUF
20
+ base_model: Unbabel/TowerBase-7B-v0.1
21
+ model-index:
22
+ - name: TowerBase-7B-v0.1
23
+ results:
24
+ - task:
25
+ type: text-generation
26
+ name: Text Generation
27
+ dataset:
28
+ name: AI2 Reasoning Challenge (25-Shot)
29
+ type: ai2_arc
30
+ config: ARC-Challenge
31
+ split: test
32
+ args:
33
+ num_few_shot: 25
34
+ metrics:
35
+ - type: acc_norm
36
+ value: 51.02
37
+ name: normalized accuracy
38
+ source:
39
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Unbabel/TowerBase-7B-v0.1
40
+ name: Open LLM Leaderboard
41
+ - task:
42
+ type: text-generation
43
+ name: Text Generation
44
+ dataset:
45
+ name: HellaSwag (10-Shot)
46
+ type: hellaswag
47
+ split: validation
48
+ args:
49
+ num_few_shot: 10
50
+ metrics:
51
+ - type: acc_norm
52
+ value: 77.68
53
+ name: normalized accuracy
54
+ source:
55
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Unbabel/TowerBase-7B-v0.1
56
+ name: Open LLM Leaderboard
57
+ - task:
58
+ type: text-generation
59
+ name: Text Generation
60
+ dataset:
61
+ name: MMLU (5-Shot)
62
+ type: cais/mmlu
63
+ config: all
64
+ split: test
65
+ args:
66
+ num_few_shot: 5
67
+ metrics:
68
+ - type: acc
69
+ value: 43.48
70
+ name: accuracy
71
+ source:
72
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Unbabel/TowerBase-7B-v0.1
73
+ name: Open LLM Leaderboard
74
+ - task:
75
+ type: text-generation
76
+ name: Text Generation
77
+ dataset:
78
+ name: TruthfulQA (0-shot)
79
+ type: truthful_qa
80
+ config: multiple_choice
81
+ split: validation
82
+ args:
83
+ num_few_shot: 0
84
+ metrics:
85
+ - type: mc2
86
+ value: 37.29
87
+ source:
88
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Unbabel/TowerBase-7B-v0.1
89
+ name: Open LLM Leaderboard
90
+ - task:
91
+ type: text-generation
92
+ name: Text Generation
93
+ dataset:
94
+ name: Winogrande (5-shot)
95
+ type: winogrande
96
+ config: winogrande_xl
97
+ split: validation
98
+ args:
99
+ num_few_shot: 5
100
+ metrics:
101
+ - type: acc
102
+ value: 72.06
103
+ name: accuracy
104
+ source:
105
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Unbabel/TowerBase-7B-v0.1
106
+ name: Open LLM Leaderboard
107
+ - task:
108
+ type: text-generation
109
+ name: Text Generation
110
+ dataset:
111
+ name: GSM8k (5-shot)
112
+ type: gsm8k
113
+ config: main
114
+ split: test
115
+ args:
116
+ num_few_shot: 5
117
+ metrics:
118
+ - type: acc
119
+ value: 13.12
120
+ name: accuracy
121
+ source:
122
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Unbabel/TowerBase-7B-v0.1
123
+ name: Open LLM Leaderboard
124
+ ---
125
+
126
+ <div style="width: auto; margin-left: auto; margin-right: auto">
127
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
128
+ </div>
129
+ <div style="display: flex; justify-content: space-between; width: 100%;">
130
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
131
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
132
+ 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>
133
+ </p>
134
+ </div>
135
+ </div>
136
+
137
+ ## Unbabel/TowerBase-7B-v0.1 - GGUF
138
+
139
+ This repo contains GGUF format model files for [Unbabel/TowerBase-7B-v0.1](https://huggingface.co/Unbabel/TowerBase-7B-v0.1).
140
+
141
+ 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).
142
+
143
+ ## Prompt template
144
+
145
+ ```
146
+
147
+ ```
148
+
149
+ ## Model file specification
150
+
151
+ | Filename | Quant type | File Size | Description |
152
+ | -------- | ---------- | --------- | ----------- |
153
+ | [TowerBase-7B-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
154
+ | [TowerBase-7B-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
155
+ | [TowerBase-7B-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
156
+ | [TowerBase-7B-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
157
+ | [TowerBase-7B-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
158
+ | [TowerBase-7B-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
159
+ | [TowerBase-7B-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
160
+ | [TowerBase-7B-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
161
+ | [TowerBase-7B-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
162
+ | [TowerBase-7B-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
163
+ | [TowerBase-7B-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
164
+ | [TowerBase-7B-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/TowerBase-7B-v0.1-GGUF/tree/main/TowerBase-7B-v0.1-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
165
+
166
+
167
+ ## Downloading instruction
168
+
169
+ ### Command line
170
+
171
+ Firstly, install Huggingface Client
172
+
173
+ ```shell
174
+ pip install -U "huggingface_hub[cli]"
175
+ ```
176
+
177
+ Then, downoad the individual model file the a local directory
178
+
179
+ ```shell
180
+ huggingface-cli download tensorblock/TowerBase-7B-v0.1-GGUF --include "TowerBase-7B-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
181
+ ```
182
+
183
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
184
+
185
+ ```shell
186
+ huggingface-cli download tensorblock/TowerBase-7B-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
187
+ ```
TowerBase-7B-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b70e52536ca4815657781ec931d32eed8a97d5f2223dbfee39983db5e0bf21
3
+ size 2532864224
TowerBase-7B-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3427787bbc9afda5abead7ea1ca58ef9ab1f4be6b89dda0cedd07b6f5cbf87
3
+ size 3597111520
TowerBase-7B-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8b0ecaabbef7f4d65aabf1249b0bd613db6cb33f1f6aab7d8cc07dec76137f9
3
+ size 3298005216
TowerBase-7B-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e899ba5392cd01808b8515b1c739e0607ced4c36025fc3ccf236ae59ed5e97d
3
+ size 2948305120
TowerBase-7B-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecdb7198d3a7c9a463f982b6b269a78d663dfd2c38cccf853246e20f36069bc0
3
+ size 3825807584
TowerBase-7B-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b7fc55c64da4cf08b75b93e10b05291bb2cda3e63aefa3a04eda7e1417f7a4
3
+ size 4081004768
TowerBase-7B-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:923f5ee0d1099f602a6eb3f1c0293be39506fc9a039e56ab275db7fc0674eca0
3
+ size 3856740576
TowerBase-7B-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c3bcea9fb76b359db753a7680a64ab81f49bb752c74e8e845868df865b7c3d0
3
+ size 4651692256
TowerBase-7B-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5b0c61081fc8e48a40a478d76392524024712bc76a3a89e32f710796070f7f0
3
+ size 4783157472
TowerBase-7B-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3907b2152d746377f8759a05c9ecb11d23f159c19c5777f6a88552a0fd5f91db
3
+ size 4651692256
TowerBase-7B-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c25248dba94692f6b00081775aee38aefd976bcb60ffc67b69da1362fe319d6
3
+ size 5529194720
TowerBase-7B-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f924a9fd91f5b5f0b4c02b9df5a09029f48493ae9b82d6bf989b28be5e5cfb8
3
+ size 7161090272