Transformers
GGUF
TensorBlock
GGUF
Eval Results
Inference Endpoints
conversational
morriszms commited on
Commit
cd84e25
1 Parent(s): 79b83b4

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,18 @@ 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
+ Smaug-Llama-3-70B-Instruct-32K-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Smaug-Llama-3-70B-Instruct-32K-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Smaug-Llama-3-70B-Instruct-32K-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Smaug-Llama-3-70B-Instruct-32K-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Smaug-Llama-3-70B-Instruct-32K-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Smaug-Llama-3-70B-Instruct-32K-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Smaug-Llama-3-70B-Instruct-32K-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Smaug-Llama-3-70B-Instruct-32K-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Smaug-Llama-3-70B-Instruct-32K-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Smaug-Llama-3-70B-Instruct-32K-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Smaug-Llama-3-70B-Instruct-32K-Q6_K/Smaug-Llama-3-70B-Instruct-32K-Q6_K-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Smaug-Llama-3-70B-Instruct-32K-Q6_K/Smaug-Llama-3-70B-Instruct-32K-Q6_K-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
48
+ Smaug-Llama-3-70B-Instruct-32K-Q8_0/Smaug-Llama-3-70B-Instruct-32K-Q8_0-00001-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
49
+ Smaug-Llama-3-70B-Instruct-32K-Q8_0/Smaug-Llama-3-70B-Instruct-32K-Q8_0-00002-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
50
+ Smaug-Llama-3-70B-Instruct-32K-Q8_0/Smaug-Llama-3-70B-Instruct-32K-Q8_0-00003-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ library_name: transformers
4
+ datasets:
5
+ - aqua_rat
6
+ - microsoft/orca-math-word-problems-200k
7
+ - m-a-p/CodeFeedback-Filtered-Instruction
8
+ base_model: abacusai/Smaug-Llama-3-70B-Instruct-32K
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ model-index:
13
+ - name: Smaug-Llama-3-70B-Instruct-32K
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ name: Text Generation
18
+ dataset:
19
+ name: IFEval (0-Shot)
20
+ type: HuggingFaceH4/ifeval
21
+ args:
22
+ num_few_shot: 0
23
+ metrics:
24
+ - type: inst_level_strict_acc and prompt_level_strict_acc
25
+ value: 77.61
26
+ name: strict accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abacusai/Smaug-Llama-3-70B-Instruct-32K
29
+ name: Open LLM Leaderboard
30
+ - task:
31
+ type: text-generation
32
+ name: Text Generation
33
+ dataset:
34
+ name: BBH (3-Shot)
35
+ type: BBH
36
+ args:
37
+ num_few_shot: 3
38
+ metrics:
39
+ - type: acc_norm
40
+ value: 49.07
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abacusai/Smaug-Llama-3-70B-Instruct-32K
44
+ name: Open LLM Leaderboard
45
+ - task:
46
+ type: text-generation
47
+ name: Text Generation
48
+ dataset:
49
+ name: MATH Lvl 5 (4-Shot)
50
+ type: hendrycks/competition_math
51
+ args:
52
+ num_few_shot: 4
53
+ metrics:
54
+ - type: exact_match
55
+ value: 21.22
56
+ name: exact match
57
+ source:
58
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abacusai/Smaug-Llama-3-70B-Instruct-32K
59
+ name: Open LLM Leaderboard
60
+ - task:
61
+ type: text-generation
62
+ name: Text Generation
63
+ dataset:
64
+ name: GPQA (0-shot)
65
+ type: Idavidrein/gpqa
66
+ args:
67
+ num_few_shot: 0
68
+ metrics:
69
+ - type: acc_norm
70
+ value: 6.15
71
+ name: acc_norm
72
+ source:
73
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abacusai/Smaug-Llama-3-70B-Instruct-32K
74
+ name: Open LLM Leaderboard
75
+ - task:
76
+ type: text-generation
77
+ name: Text Generation
78
+ dataset:
79
+ name: MuSR (0-shot)
80
+ type: TAUR-Lab/MuSR
81
+ args:
82
+ num_few_shot: 0
83
+ metrics:
84
+ - type: acc_norm
85
+ value: 12.43
86
+ name: acc_norm
87
+ source:
88
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abacusai/Smaug-Llama-3-70B-Instruct-32K
89
+ name: Open LLM Leaderboard
90
+ - task:
91
+ type: text-generation
92
+ name: Text Generation
93
+ dataset:
94
+ name: MMLU-PRO (5-shot)
95
+ type: TIGER-Lab/MMLU-Pro
96
+ config: main
97
+ split: test
98
+ args:
99
+ num_few_shot: 5
100
+ metrics:
101
+ - type: acc
102
+ value: 41.83
103
+ name: accuracy
104
+ source:
105
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abacusai/Smaug-Llama-3-70B-Instruct-32K
106
+ name: Open LLM Leaderboard
107
+ ---
108
+
109
+ <div style="width: auto; margin-left: auto; margin-right: auto">
110
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
111
+ </div>
112
+ <div style="display: flex; justify-content: space-between; width: 100%;">
113
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
114
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
115
+ 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>
116
+ </p>
117
+ </div>
118
+ </div>
119
+
120
+ ## abacusai/Smaug-Llama-3-70B-Instruct-32K - GGUF
121
+
122
+ This repo contains GGUF format model files for [abacusai/Smaug-Llama-3-70B-Instruct-32K](https://huggingface.co/abacusai/Smaug-Llama-3-70B-Instruct-32K).
123
+
124
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
125
+
126
+ <div style="text-align: left; margin: 20px 0;">
127
+ <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;">
128
+ Run them on the TensorBlock client using your local machine ↗
129
+ </a>
130
+ </div>
131
+
132
+ ## Prompt template
133
+
134
+ ```
135
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
136
+
137
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
138
+
139
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
140
+ ```
141
+
142
+ ## Model file specification
143
+
144
+ | Filename | Quant type | File Size | Description |
145
+ | -------- | ---------- | --------- | ----------- |
146
+ | [Smaug-Llama-3-70B-Instruct-32K-Q2_K.gguf](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q2_K.gguf) | Q2_K | 26.375 GB | smallest, significant quality loss - not recommended for most purposes |
147
+ | [Smaug-Llama-3-70B-Instruct-32K-Q3_K_S.gguf](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q3_K_S.gguf) | Q3_K_S | 30.912 GB | very small, high quality loss |
148
+ | [Smaug-Llama-3-70B-Instruct-32K-Q3_K_M.gguf](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q3_K_M.gguf) | Q3_K_M | 34.267 GB | very small, high quality loss |
149
+ | [Smaug-Llama-3-70B-Instruct-32K-Q3_K_L.gguf](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q3_K_L.gguf) | Q3_K_L | 37.141 GB | small, substantial quality loss |
150
+ | [Smaug-Llama-3-70B-Instruct-32K-Q4_0.gguf](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q4_0.gguf) | Q4_0 | 39.970 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
151
+ | [Smaug-Llama-3-70B-Instruct-32K-Q4_K_S.gguf](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q4_K_S.gguf) | Q4_K_S | 40.347 GB | small, greater quality loss |
152
+ | [Smaug-Llama-3-70B-Instruct-32K-Q4_K_M.gguf](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q4_K_M.gguf) | Q4_K_M | 42.520 GB | medium, balanced quality - recommended |
153
+ | [Smaug-Llama-3-70B-Instruct-32K-Q5_0.gguf](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q5_0.gguf) | Q5_0 | 48.657 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
154
+ | [Smaug-Llama-3-70B-Instruct-32K-Q5_K_S.gguf](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q5_K_S.gguf) | Q5_K_S | 48.657 GB | large, low quality loss - recommended |
155
+ | [Smaug-Llama-3-70B-Instruct-32K-Q5_K_M.gguf](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q5_K_M.gguf) | Q5_K_M | 49.950 GB | large, very low quality loss - recommended |
156
+ | [Smaug-Llama-3-70B-Instruct-32K-Q8_0](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q8_0) | Q6_K | 74.975 GB | very large, extremely low quality loss |
157
+ | [Smaug-Llama-3-70B-Instruct-32K-Q6_K](https://huggingface.co/tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF/blob/main/Smaug-Llama-3-70B-Instruct-32K-Q6_K) | Q8_0 | 57.888 GB | very large, extremely low quality loss - not recommended |
158
+
159
+
160
+ ## Downloading instruction
161
+
162
+ ### Command line
163
+
164
+ Firstly, install Huggingface Client
165
+
166
+ ```shell
167
+ pip install -U "huggingface_hub[cli]"
168
+ ```
169
+
170
+ Then, downoad the individual model file the a local directory
171
+
172
+ ```shell
173
+ huggingface-cli download tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF --include "Smaug-Llama-3-70B-Instruct-32K-Q2_K.gguf" --local-dir MY_LOCAL_DIR
174
+ ```
175
+
176
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
177
+
178
+ ```shell
179
+ huggingface-cli download tensorblock/Smaug-Llama-3-70B-Instruct-32K-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
180
+ ```
Smaug-Llama-3-70B-Instruct-32K-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7ce9c7e490c20b11e4ac50827fb6009b0cb53f91cda4244dda719cd41291e40
3
+ size 26375108928
Smaug-Llama-3-70B-Instruct-32K-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baec4b89e3cde03e63e8384e46742e7de4058408978f06a2cdb64ba8dc3baca4
3
+ size 37140592960
Smaug-Llama-3-70B-Instruct-32K-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d2986af7c47caa46b9a4b6b16722a76e345741ba513bc928ddaa0288d3ae74
3
+ size 34267494720
Smaug-Llama-3-70B-Instruct-32K-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba874ee6ae790b9c2986d8e07f05808a3fccade492dd45f159b076aaf3056fb4
3
+ size 30912051520
Smaug-Llama-3-70B-Instruct-32K-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a03821628d6f728ca0488855462ff2af5c92df5219bd2cf9f115fc42f837de3d
3
+ size 39969732928
Smaug-Llama-3-70B-Instruct-32K-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97dd729c89877a0c0b8849718768bac89c3a9fca1abc822883a8188b174d029d
3
+ size 42520394048
Smaug-Llama-3-70B-Instruct-32K-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4d18a7afaa0daa80cc42aab81887630600cc74fe9333a8a7e370834e947a33
3
+ size 40347220288
Smaug-Llama-3-70B-Instruct-32K-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb3f022e5dc82d9681f05ecb0ff648a6e6f08237dd92b8f65988fb60b5022427
3
+ size 48657447232
Smaug-Llama-3-70B-Instruct-32K-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f822e63a0b63592071487298959b3387a7b7d513a9afe0f0eacdd6c3fcbdaa
3
+ size 49949817152
Smaug-Llama-3-70B-Instruct-32K-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad62143d7b80ebccd5e8017349e573ef04be50130912aea8bf0045450bce2b28
3
+ size 48657447232
Smaug-Llama-3-70B-Instruct-32K-Q6_K/Smaug-Llama-3-70B-Instruct-32K-Q6_K-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:033e8d7621302513e0fccef915e2a6a35258853676148d0c4ec655ad9c36b636
3
+ size 34847470976
Smaug-Llama-3-70B-Instruct-32K-Q6_K/Smaug-Llama-3-70B-Instruct-32K-Q6_K-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073149daead167b4501e0937b16bbd848fd7064b128792ac7bca5550a79d5f0d
3
+ size 23040672928
Smaug-Llama-3-70B-Instruct-32K-Q8_0/Smaug-Llama-3-70B-Instruct-32K-Q8_0-00001-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc5dc480f5272a04a4a15604a90704a40dcc633bcccde90adac139634d79e171
3
+ size 34980011424
Smaug-Llama-3-70B-Instruct-32K-Q8_0/Smaug-Llama-3-70B-Instruct-32K-Q8_0-00002-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81b415dde2f0dfaa7d4a856daf301ee8b156a975f03ddf92d1f25a35777d8536
3
+ size 34949976384
Smaug-Llama-3-70B-Instruct-32K-Q8_0/Smaug-Llama-3-70B-Instruct-32K-Q8_0-00003-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab67a1b497daf1dff5db165a77b0f89c7e40f59bbe100c609590532423a2d119
3
+ size 5045062560