morriszms commited on
Commit
78d7246
·
verified ·
1 Parent(s): 7ae2994

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
+ openbuddy-llama3-70b-v21.2-32k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ openbuddy-llama3-70b-v21.2-32k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ openbuddy-llama3-70b-v21.2-32k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ openbuddy-llama3-70b-v21.2-32k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ openbuddy-llama3-70b-v21.2-32k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ openbuddy-llama3-70b-v21.2-32k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ openbuddy-llama3-70b-v21.2-32k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ openbuddy-llama3-70b-v21.2-32k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ openbuddy-llama3-70b-v21.2-32k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ openbuddy-llama3-70b-v21.2-32k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ openbuddy-llama3-70b-v21.2-32k-Q6_K/openbuddy-llama3-70b-v21.2-32k-Q6_K-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
47
+ openbuddy-llama3-70b-v21.2-32k-Q6_K/openbuddy-llama3-70b-v21.2-32k-Q6_K-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
48
+ openbuddy-llama3-70b-v21.2-32k-Q8_0/openbuddy-llama3-70b-v21.2-32k-Q8_0-00001-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
49
+ openbuddy-llama3-70b-v21.2-32k-Q8_0/openbuddy-llama3-70b-v21.2-32k-Q8_0-00002-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
50
+ openbuddy-llama3-70b-v21.2-32k-Q8_0/openbuddy-llama3-70b-v21.2-32k-Q8_0-00003-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ - en
5
+ - fr
6
+ - de
7
+ - ja
8
+ - ko
9
+ - it
10
+ - fi
11
+ license: other
12
+ tags:
13
+ - llama-3
14
+ - TensorBlock
15
+ - GGUF
16
+ pipeline_tag: text-generation
17
+ license_name: llama3
18
+ license_link: https://llama.meta.com/llama3/license/
19
+ base_model: OpenBuddy/openbuddy-llama3-70b-v21.2-32k
20
+ model-index:
21
+ - name: openbuddy-llama3-70b-v21.2-32k
22
+ results:
23
+ - task:
24
+ type: text-generation
25
+ name: Text Generation
26
+ dataset:
27
+ name: IFEval (0-Shot)
28
+ type: HuggingFaceH4/ifeval
29
+ args:
30
+ num_few_shot: 0
31
+ metrics:
32
+ - type: inst_level_strict_acc and prompt_level_strict_acc
33
+ value: 70.1
34
+ name: strict accuracy
35
+ source:
36
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=OpenBuddy/openbuddy-llama3-70b-v21.2-32k
37
+ name: Open LLM Leaderboard
38
+ - task:
39
+ type: text-generation
40
+ name: Text Generation
41
+ dataset:
42
+ name: BBH (3-Shot)
43
+ type: BBH
44
+ args:
45
+ num_few_shot: 3
46
+ metrics:
47
+ - type: acc_norm
48
+ value: 49.97
49
+ name: normalized accuracy
50
+ source:
51
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=OpenBuddy/openbuddy-llama3-70b-v21.2-32k
52
+ name: Open LLM Leaderboard
53
+ - task:
54
+ type: text-generation
55
+ name: Text Generation
56
+ dataset:
57
+ name: MATH Lvl 5 (4-Shot)
58
+ type: hendrycks/competition_math
59
+ args:
60
+ num_few_shot: 4
61
+ metrics:
62
+ - type: exact_match
63
+ value: 18.05
64
+ name: exact match
65
+ source:
66
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=OpenBuddy/openbuddy-llama3-70b-v21.2-32k
67
+ name: Open LLM Leaderboard
68
+ - task:
69
+ type: text-generation
70
+ name: Text Generation
71
+ dataset:
72
+ name: GPQA (0-shot)
73
+ type: Idavidrein/gpqa
74
+ args:
75
+ num_few_shot: 0
76
+ metrics:
77
+ - type: acc_norm
78
+ value: 12.3
79
+ name: acc_norm
80
+ source:
81
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=OpenBuddy/openbuddy-llama3-70b-v21.2-32k
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: MuSR (0-shot)
88
+ type: TAUR-Lab/MuSR
89
+ args:
90
+ num_few_shot: 0
91
+ metrics:
92
+ - type: acc_norm
93
+ value: 18.05
94
+ name: acc_norm
95
+ source:
96
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=OpenBuddy/openbuddy-llama3-70b-v21.2-32k
97
+ name: Open LLM Leaderboard
98
+ - task:
99
+ type: text-generation
100
+ name: Text Generation
101
+ dataset:
102
+ name: MMLU-PRO (5-shot)
103
+ type: TIGER-Lab/MMLU-Pro
104
+ config: main
105
+ split: test
106
+ args:
107
+ num_few_shot: 5
108
+ metrics:
109
+ - type: acc
110
+ value: 42.58
111
+ name: accuracy
112
+ source:
113
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=OpenBuddy/openbuddy-llama3-70b-v21.2-32k
114
+ name: Open LLM Leaderboard
115
+ ---
116
+
117
+ <div style="width: auto; margin-left: auto; margin-right: auto">
118
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
119
+ </div>
120
+ <div style="display: flex; justify-content: space-between; width: 100%;">
121
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
122
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
123
+ 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>
124
+ </p>
125
+ </div>
126
+ </div>
127
+
128
+ ## OpenBuddy/openbuddy-llama3-70b-v21.2-32k - GGUF
129
+
130
+ This repo contains GGUF format model files for [OpenBuddy/openbuddy-llama3-70b-v21.2-32k](https://huggingface.co/OpenBuddy/openbuddy-llama3-70b-v21.2-32k).
131
+
132
+ 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).
133
+
134
+ <div style="text-align: left; margin: 20px 0;">
135
+ <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;">
136
+ Run them on the TensorBlock client using your local machine ↗
137
+ </a>
138
+ </div>
139
+
140
+ ## Prompt template
141
+
142
+ ```
143
+ <|role|>system<|says|>{system_prompt}<|end|>
144
+ <|role|>user<|says|>{prompt}<|end|>
145
+ <|role|>assistant<|says|>
146
+ ```
147
+
148
+ ## Model file specification
149
+
150
+ | Filename | Quant type | File Size | Description |
151
+ | -------- | ---------- | --------- | ----------- |
152
+ | [openbuddy-llama3-70b-v21.2-32k-Q2_K.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q2_K.gguf) | Q2_K | 26.375 GB | smallest, significant quality loss - not recommended for most purposes |
153
+ | [openbuddy-llama3-70b-v21.2-32k-Q3_K_S.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q3_K_S.gguf) | Q3_K_S | 30.912 GB | very small, high quality loss |
154
+ | [openbuddy-llama3-70b-v21.2-32k-Q3_K_M.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q3_K_M.gguf) | Q3_K_M | 34.267 GB | very small, high quality loss |
155
+ | [openbuddy-llama3-70b-v21.2-32k-Q3_K_L.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q3_K_L.gguf) | Q3_K_L | 37.141 GB | small, substantial quality loss |
156
+ | [openbuddy-llama3-70b-v21.2-32k-Q4_0.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q4_0.gguf) | Q4_0 | 39.970 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
157
+ | [openbuddy-llama3-70b-v21.2-32k-Q4_K_S.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q4_K_S.gguf) | Q4_K_S | 40.347 GB | small, greater quality loss |
158
+ | [openbuddy-llama3-70b-v21.2-32k-Q4_K_M.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q4_K_M.gguf) | Q4_K_M | 42.520 GB | medium, balanced quality - recommended |
159
+ | [openbuddy-llama3-70b-v21.2-32k-Q5_0.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q5_0.gguf) | Q5_0 | 48.657 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
160
+ | [openbuddy-llama3-70b-v21.2-32k-Q5_K_S.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q5_K_S.gguf) | Q5_K_S | 48.657 GB | large, low quality loss - recommended |
161
+ | [openbuddy-llama3-70b-v21.2-32k-Q5_K_M.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q5_K_M.gguf) | Q5_K_M | 49.950 GB | large, very low quality loss - recommended |
162
+ | [openbuddy-llama3-70b-v21.2-32k-Q6_K](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q6_K) | Q6_K | 57.888 GB | very large, extremely low quality loss |
163
+ | [openbuddy-llama3-70b-v21.2-32k-Q8_0](https://huggingface.co/tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF/blob/main/openbuddy-llama3-70b-v21.2-32k-Q8_0) | Q8_0 | 74.975 GB | very large, extremely low quality loss - not recommended |
164
+
165
+
166
+ ## Downloading instruction
167
+
168
+ ### Command line
169
+
170
+ Firstly, install Huggingface Client
171
+
172
+ ```shell
173
+ pip install -U "huggingface_hub[cli]"
174
+ ```
175
+
176
+ Then, downoad the individual model file the a local directory
177
+
178
+ ```shell
179
+ huggingface-cli download tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF --include "openbuddy-llama3-70b-v21.2-32k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
180
+ ```
181
+
182
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
183
+
184
+ ```shell
185
+ huggingface-cli download tensorblock/openbuddy-llama3-70b-v21.2-32k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
186
+ ```
openbuddy-llama3-70b-v21.2-32k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19a5316f87c544cedf04b35688f78d2c22616cb37aa7739ecc823b8d8d2b09af
3
+ size 26375108352
openbuddy-llama3-70b-v21.2-32k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7578ea849e325333dbf08d9b62baf753a8d076a79da87b5d41c1bbbe2243dfc9
3
+ size 37140592384
openbuddy-llama3-70b-v21.2-32k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac4c8aa6fd8ae5324079e8f66e1c330b82792afad510a31b0881e9a1fe7222d0
3
+ size 34267494144
openbuddy-llama3-70b-v21.2-32k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:accf2401be413c85191ec470c91a92444126a04935a71344b2b8d73b6300d7d9
3
+ size 30912050944
openbuddy-llama3-70b-v21.2-32k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43ae2028a9941ce582cbfb1aa5737f5a4c47266d1fe83672303d49f5321e464a
3
+ size 39969732352
openbuddy-llama3-70b-v21.2-32k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2feb6ccf6f5c62e93d2e6bdd164a10eb5ca0f0da7ae714880cacaf927a628870
3
+ size 42520393472
openbuddy-llama3-70b-v21.2-32k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b965ddec58720e15682916de5af3fcfbf5feb01d23a8834520ebb04ddace41c5
3
+ size 40347219712
openbuddy-llama3-70b-v21.2-32k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abb827ea0f164d6caced81b656c9f11a479b00721ee34794211bed8ec00443c7
3
+ size 48657446656
openbuddy-llama3-70b-v21.2-32k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c92a2cca79f88477f8dff4e53a4827289e47ea12a0d765d70b6868f196954c
3
+ size 49949816576
openbuddy-llama3-70b-v21.2-32k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dc1438cef81fa4d938d6a9e6eab2f6c872df20acf910e0e1e68bad89c22e83b
3
+ size 48657446656
openbuddy-llama3-70b-v21.2-32k-Q6_K/openbuddy-llama3-70b-v21.2-32k-Q6_K-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76bf2462c02dbcb6b2031d48f9278c4ca6d320b5c228a060098b0e9bfe980229
3
+ size 34847470368
openbuddy-llama3-70b-v21.2-32k-Q6_K/openbuddy-llama3-70b-v21.2-32k-Q6_K-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:338a6bd0127119eb400228f8c7199f369318bf49dc473cb5ac8736f9d7f59107
3
+ size 23040672928
openbuddy-llama3-70b-v21.2-32k-Q8_0/openbuddy-llama3-70b-v21.2-32k-Q8_0-00001-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f346e82e60b4a941f236b2bcbee40e9aa07bf43742163ae5f056e8db37c20ae
3
+ size 34980010816
openbuddy-llama3-70b-v21.2-32k-Q8_0/openbuddy-llama3-70b-v21.2-32k-Q8_0-00002-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab7301d3de63578e2bd888b8c641d069fbdaa2bbab7085dd0102f890b15227ca
3
+ size 34949976384
openbuddy-llama3-70b-v21.2-32k-Q8_0/openbuddy-llama3-70b-v21.2-32k-Q8_0-00003-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ed134745622d15e3af780ce6003d3ed5e8e4f51aa5ac53599f541190fcdf96e
3
+ size 5045062560