Text Generation
GGUF
code
TensorBlock
GGUF
conversational
morriszms commited on
Commit
9323f3f
·
verified ·
1 Parent(s): b25b9f8

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
+ SWE-Fixer-Retriever-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SWE-Fixer-Retriever-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SWE-Fixer-Retriever-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SWE-Fixer-Retriever-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SWE-Fixer-Retriever-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SWE-Fixer-Retriever-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SWE-Fixer-Retriever-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SWE-Fixer-Retriever-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SWE-Fixer-Retriever-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SWE-Fixer-Retriever-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SWE-Fixer-Retriever-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SWE-Fixer-Retriever-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - internlm/SWE-Fixer-Eval
5
+ - internlm/SWE-Fixer-Train-110K
6
+ base_model: internlm/SWE-Fixer-Retriever-7B
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - code
10
+ - TensorBlock
11
+ - GGUF
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
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## internlm/SWE-Fixer-Retriever-7B - GGUF
26
+
27
+ This repo contains GGUF format model files for [internlm/SWE-Fixer-Retriever-7B](https://huggingface.co/internlm/SWE-Fixer-Retriever-7B).
28
+
29
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4882](https://github.com/ggml-org/llama.cpp/commit/be7c3034108473beda214fd1d7c98fd6a7a3bdf5).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+ <|im_start|>system
41
+ {system_prompt}<|im_end|>
42
+ <|im_start|>user
43
+ {prompt}<|im_end|>
44
+ <|im_start|>assistant
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [SWE-Fixer-Retriever-7B-Q2_K.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [SWE-Fixer-Retriever-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
53
+ | [SWE-Fixer-Retriever-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
54
+ | [SWE-Fixer-Retriever-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
55
+ | [SWE-Fixer-Retriever-7B-Q4_0.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [SWE-Fixer-Retriever-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
57
+ | [SWE-Fixer-Retriever-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
58
+ | [SWE-Fixer-Retriever-7B-Q5_0.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [SWE-Fixer-Retriever-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
60
+ | [SWE-Fixer-Retriever-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
61
+ | [SWE-Fixer-Retriever-7B-Q6_K.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
62
+ | [SWE-Fixer-Retriever-7B-Q8_0.gguf](https://huggingface.co/tensorblock/SWE-Fixer-Retriever-7B-GGUF/blob/main/SWE-Fixer-Retriever-7B-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/SWE-Fixer-Retriever-7B-GGUF --include "SWE-Fixer-Retriever-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/SWE-Fixer-Retriever-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
SWE-Fixer-Retriever-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:147b1374aee1d2e27f23d5317a1ccc9a0bc39f048ba4db28b3a020b732ea77fa
3
+ size 3015940800
SWE-Fixer-Retriever-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:522e28ac5808292e7e593e56aa30b58b692c5e528602b36ae06aa8d6d2522a09
3
+ size 4088459968
SWE-Fixer-Retriever-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1366c216066b8dc74b0c2722dcbc1cb0f862204d861d7490b6d8ae35cb59908
3
+ size 3808391872
SWE-Fixer-Retriever-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c2afa6e60c8a6b294370c8684599b9f93b0a5f42a6d1a7fa3db113c05a8898f
3
+ size 3492369088
SWE-Fixer-Retriever-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0acabdcb957c17fb96f78f88d0554ca3ab8913ce0ff0dfbdda0b73cadba18bd8
3
+ size 4431391424
SWE-Fixer-Retriever-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce00109b0598fb1fd699e668c1a687be1ee41d6e4d5b94087c01bd5ba15877ca
3
+ size 4683074240
SWE-Fixer-Retriever-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:657c134ae180768e5588492df7c6c778626c82aa4bf4544168ab329134eef3e1
3
+ size 4457769664
SWE-Fixer-Retriever-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b575863aa5350363fa5d844420af68015fc9bf2a3778fb8c4331735c3a8cc2b
3
+ size 5315177152
SWE-Fixer-Retriever-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00fad8c650dbef4bdf61dc1473773a562fd7527f5ca5ec6bca33e8c4441b0048
3
+ size 5444831936
SWE-Fixer-Retriever-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7aba620971541fb82ec7df1b4a0e8332557f768c56cf03f6190872a609e2d2cf
3
+ size 5315177152
SWE-Fixer-Retriever-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ddc16228b1d4816884c1793515248a42c2e88bead634c69058f96d231c527a6
3
+ size 6254199488
SWE-Fixer-Retriever-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a914923a8f5385fac0c468b7c7c2470628eafc9ef1427c2cadd9bdef525fe41
3
+ size 8098525888