Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +153 -0
- Skywork-SWE-32B-Q2_K.gguf +3 -0
- Skywork-SWE-32B-Q3_K_L.gguf +3 -0
- Skywork-SWE-32B-Q3_K_M.gguf +3 -0
- Skywork-SWE-32B-Q3_K_S.gguf +3 -0
- Skywork-SWE-32B-Q4_0.gguf +3 -0
- Skywork-SWE-32B-Q4_K_M.gguf +3 -0
- Skywork-SWE-32B-Q4_K_S.gguf +3 -0
- Skywork-SWE-32B-Q5_0.gguf +3 -0
- Skywork-SWE-32B-Q5_K_M.gguf +3 -0
- Skywork-SWE-32B-Q5_K_S.gguf +3 -0
- Skywork-SWE-32B-Q6_K.gguf +3 -0
- Skywork-SWE-32B-Q8_0.gguf +3 -0
.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 |
+
Skywork-SWE-32B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Skywork-SWE-32B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Skywork-SWE-32B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Skywork-SWE-32B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Skywork-SWE-32B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Skywork-SWE-32B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Skywork-SWE-32B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Skywork-SWE-32B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Skywork-SWE-32B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Skywork-SWE-32B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Skywork-SWE-32B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Skywork-SWE-32B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- swe-bench
|
4 |
+
- TensorBlock
|
5 |
+
- GGUF
|
6 |
+
license: apache-2.0
|
7 |
+
metrics:
|
8 |
+
- pass@1
|
9 |
+
library_name: transformers
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
base_model: Skywork/Skywork-SWE-32B
|
12 |
+
---
|
13 |
+
|
14 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
15 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
16 |
+
</div>
|
17 |
+
|
18 |
+
[](https://tensorblock.co)
|
19 |
+
[](https://twitter.com/tensorblock_aoi)
|
20 |
+
[](https://discord.gg/Ej5NmeHFf2)
|
21 |
+
[](https://github.com/TensorBlock)
|
22 |
+
[](https://t.me/TensorBlock)
|
23 |
+
|
24 |
+
|
25 |
+
## Skywork/Skywork-SWE-32B - GGUF
|
26 |
+
|
27 |
+
<div style="text-align: left; margin: 20px 0;">
|
28 |
+
<a href="https://discord.com/invite/Ej5NmeHFf2" style="display: inline-block; padding: 10px 20px; background-color: #5865F2; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
29 |
+
Join our Discord to learn more about what we're building ↗
|
30 |
+
</a>
|
31 |
+
</div>
|
32 |
+
|
33 |
+
This repo contains GGUF format model files for [Skywork/Skywork-SWE-32B](https://huggingface.co/Skywork/Skywork-SWE-32B).
|
34 |
+
|
35 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5753](https://github.com/ggml-org/llama.cpp/commit/73e53dc834c0a2336cd104473af6897197b96277).
|
36 |
+
|
37 |
+
## Our projects
|
38 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
39 |
+
<tr>
|
40 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
41 |
+
</tr>
|
42 |
+
<tr>
|
43 |
+
<th colspan="2">
|
44 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
45 |
+
</th>
|
46 |
+
</tr>
|
47 |
+
<tr>
|
48 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
49 |
+
</tr>
|
50 |
+
<tr>
|
51 |
+
<th colspan="2">
|
52 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
53 |
+
display: inline-block;
|
54 |
+
padding: 8px 16px;
|
55 |
+
background-color: #FF7F50;
|
56 |
+
color: white;
|
57 |
+
text-decoration: none;
|
58 |
+
border-radius: 6px;
|
59 |
+
font-weight: bold;
|
60 |
+
font-family: sans-serif;
|
61 |
+
">🚀 Try it now! 🚀</a>
|
62 |
+
</th>
|
63 |
+
</tr>
|
64 |
+
|
65 |
+
<tr>
|
66 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
67 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
68 |
+
</tr>
|
69 |
+
<tr>
|
70 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
71 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
72 |
+
</tr>
|
73 |
+
<tr>
|
74 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
75 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
76 |
+
</tr>
|
77 |
+
<tr>
|
78 |
+
<th>
|
79 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
80 |
+
display: inline-block;
|
81 |
+
padding: 8px 16px;
|
82 |
+
background-color: #FF7F50;
|
83 |
+
color: white;
|
84 |
+
text-decoration: none;
|
85 |
+
border-radius: 6px;
|
86 |
+
font-weight: bold;
|
87 |
+
font-family: sans-serif;
|
88 |
+
">👀 See what we built 👀</a>
|
89 |
+
</th>
|
90 |
+
<th>
|
91 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
92 |
+
display: inline-block;
|
93 |
+
padding: 8px 16px;
|
94 |
+
background-color: #FF7F50;
|
95 |
+
color: white;
|
96 |
+
text-decoration: none;
|
97 |
+
border-radius: 6px;
|
98 |
+
font-weight: bold;
|
99 |
+
font-family: sans-serif;
|
100 |
+
">👀 See what we built 👀</a>
|
101 |
+
</th>
|
102 |
+
</tr>
|
103 |
+
</table>
|
104 |
+
|
105 |
+
## Prompt template
|
106 |
+
|
107 |
+
```
|
108 |
+
<|im_start|>system
|
109 |
+
{system_prompt}<|im_end|>
|
110 |
+
<|im_start|>user
|
111 |
+
{prompt}<|im_end|>
|
112 |
+
<|im_start|>assistant
|
113 |
+
```
|
114 |
+
|
115 |
+
## Model file specification
|
116 |
+
|
117 |
+
| Filename | Quant type | File Size | Description |
|
118 |
+
| -------- | ---------- | --------- | ----------- |
|
119 |
+
| [Skywork-SWE-32B-Q2_K.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q2_K.gguf) | Q2_K | 12.313 GB | smallest, significant quality loss - not recommended for most purposes |
|
120 |
+
| [Skywork-SWE-32B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q3_K_S.gguf) | Q3_K_S | 14.392 GB | very small, high quality loss |
|
121 |
+
| [Skywork-SWE-32B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q3_K_M.gguf) | Q3_K_M | 15.935 GB | very small, high quality loss |
|
122 |
+
| [Skywork-SWE-32B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q3_K_L.gguf) | Q3_K_L | 17.247 GB | small, substantial quality loss |
|
123 |
+
| [Skywork-SWE-32B-Q4_0.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q4_0.gguf) | Q4_0 | 18.640 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
124 |
+
| [Skywork-SWE-32B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q4_K_S.gguf) | Q4_K_S | 18.784 GB | small, greater quality loss |
|
125 |
+
| [Skywork-SWE-32B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q4_K_M.gguf) | Q4_K_M | 19.851 GB | medium, balanced quality - recommended |
|
126 |
+
| [Skywork-SWE-32B-Q5_0.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q5_0.gguf) | Q5_0 | 22.638 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
127 |
+
| [Skywork-SWE-32B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q5_K_S.gguf) | Q5_K_S | 22.638 GB | large, low quality loss - recommended |
|
128 |
+
| [Skywork-SWE-32B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q5_K_M.gguf) | Q5_K_M | 23.262 GB | large, very low quality loss - recommended |
|
129 |
+
| [Skywork-SWE-32B-Q6_K.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q6_K.gguf) | Q6_K | 26.886 GB | very large, extremely low quality loss |
|
130 |
+
| [Skywork-SWE-32B-Q8_0.gguf](https://huggingface.co/tensorblock/Skywork_Skywork-SWE-32B-GGUF/blob/main/Skywork-SWE-32B-Q8_0.gguf) | Q8_0 | 34.821 GB | very large, extremely low quality loss - not recommended |
|
131 |
+
|
132 |
+
|
133 |
+
## Downloading instruction
|
134 |
+
|
135 |
+
### Command line
|
136 |
+
|
137 |
+
Firstly, install Huggingface Client
|
138 |
+
|
139 |
+
```shell
|
140 |
+
pip install -U "huggingface_hub[cli]"
|
141 |
+
```
|
142 |
+
|
143 |
+
Then, downoad the individual model file the a local directory
|
144 |
+
|
145 |
+
```shell
|
146 |
+
huggingface-cli download tensorblock/Skywork_Skywork-SWE-32B-GGUF --include "Skywork-SWE-32B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
147 |
+
```
|
148 |
+
|
149 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
150 |
+
|
151 |
+
```shell
|
152 |
+
huggingface-cli download tensorblock/Skywork_Skywork-SWE-32B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
153 |
+
```
|
Skywork-SWE-32B-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77b59e5660072a6222200ca3a03d44282003a6bccc210456a8690176d6ba44bb
|
3 |
+
size 12313098688
|
Skywork-SWE-32B-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f7f156d2d97a3e33b4c0509f1c35cb102c2c135e563ea4b3674fd299946111c
|
3 |
+
size 17247078848
|
Skywork-SWE-32B-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64294a15871106eb61afc519ee0d0b5ac938bab8f56dda62cbf46e014f7f603f
|
3 |
+
size 15935048128
|
Skywork-SWE-32B-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77abca54e7796e6140e561a4cdb99b0f2080a3bfbe4053f57935ce9a6deea08b
|
3 |
+
size 14392330688
|
Skywork-SWE-32B-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f38816659261cd6c3eb9e21dd24ccbf808b7a8231dd2c8be8247381e9ca002b
|
3 |
+
size 18640230848
|
Skywork-SWE-32B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b727a4c69ec90582c7fd728e0d2a5e63e78922b87dc5e121d9794078e2043c0
|
3 |
+
size 19851336128
|
Skywork-SWE-32B-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:794e4590c0b8663a4f72df5da1d5dd9e9ee1b411b3db2a930429e120647a00c1
|
3 |
+
size 18784410048
|
Skywork-SWE-32B-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a17eb9ea9750eb3403a633e0bdd1ec5b8ef5abd08ce4317ee686fa988f8d7547
|
3 |
+
size 22638254528
|
Skywork-SWE-32B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcad04c98f268511e65032ea305206e76cc5573c7778b46e4c4dcb258b0a49c4
|
3 |
+
size 23262157248
|
Skywork-SWE-32B-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cadb964962cb7ba94f8917abf5ed5283b5b3498085fe4d3a7017c6bf85023784
|
3 |
+
size 22638254528
|
Skywork-SWE-32B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfe7eba572dec6083db8397b8ac3765a63b83109eef66efb465f6335c4302f2e
|
3 |
+
size 26886154688
|
Skywork-SWE-32B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2855cad830ebe8d6cef5784139c719c94d5fa4b0ab920ce264ee5adc3ce78f75
|
3 |
+
size 34820884928
|