Compare commits
10 Commits
86463e0e5f
...
eb7aaf7863
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb7aaf7863 | ||
|
|
8a9a5a8d5b | ||
|
|
149e8d0f44 | ||
|
|
c278f1b578 | ||
|
|
1d13903af0 | ||
|
|
a03b2df31c | ||
|
|
4353247437 | ||
|
|
b5e12ecfbf | ||
|
|
a306cc9ba8 | ||
|
|
f2bdcd504a |
8
.gitattributes
vendored
8
.gitattributes
vendored
@@ -37,3 +37,11 @@ SWE-agent-LM-7B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
SWE-agent-LM-7B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
69
README.md
69
README.md
@@ -1,6 +1,75 @@
|
||||
---
|
||||
base_model: SWE-bench/SWE-agent-LM-7B
|
||||
datasets:
|
||||
- SWE-bench/SWE-smith
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct/blob/main/LICENSE
|
||||
mradermacher:
|
||||
readme_rev: 1
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- agent
|
||||
- software engineering
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/SWE-bench/SWE-agent-LM-7B
|
||||
|
||||
<!-- provided-files -->
|
||||
|
||||
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#SWE-agent-LM-7B-GGUF).***
|
||||
|
||||
weighted/imatrix quants are available at https://huggingface.co/mradermacher/SWE-agent-LM-7B-i1-GGUF
|
||||
## Usage
|
||||
|
||||
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
||||
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
||||
more details, including on how to concatenate multi-part files.
|
||||
|
||||
## Provided Quants
|
||||
|
||||
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
||||
|
||||
| Link | Type | Size/GB | Notes |
|
||||
|:-----|:-----|--------:|:------|
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.Q2_K.gguf) | Q2_K | 3.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.Q3_K_S.gguf) | Q3_K_S | 3.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.Q3_K_L.gguf) | Q3_K_L | 4.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.IQ4_XS.gguf) | IQ4_XS | 4.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.Q5_K_S.gguf) | Q5_K_S | 5.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.Q5_K_M.gguf) | Q5_K_M | 5.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.Q6_K.gguf) | Q6_K | 6.4 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.Q8_0.gguf) | Q8_0 | 8.2 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/SWE-agent-LM-7B-GGUF/resolve/main/SWE-agent-LM-7B.f16.gguf) | f16 | 15.3 | 16 bpw, overkill |
|
||||
|
||||
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
||||
types (lower is better):
|
||||
|
||||

|
||||
|
||||
And here are Artefact2's thoughts on the matter:
|
||||
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
||||
|
||||
## FAQ / Model Request
|
||||
|
||||
See https://huggingface.co/mradermacher/model_requests for some answers to
|
||||
questions you might have and/or if you want some other model quantized.
|
||||
|
||||
## Thanks
|
||||
|
||||
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
||||
me use its servers and providing upgrades to my workstation to enable
|
||||
this work in my free time.
|
||||
|
||||
<!-- end -->
|
||||
|
||||
3
SWE-agent-LM-7B.IQ4_XS.gguf
Normal file
3
SWE-agent-LM-7B.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8869f74258eae2793054ee3d9bc1fc15b8df4b4316df6d26d2b8047b06ff2349
|
||||
size 4250299264
|
||||
3
SWE-agent-LM-7B.Q3_K_L.gguf
Normal file
3
SWE-agent-LM-7B.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:137b75755c6b8cbad62bff10d740f7437661d35b0de2ecd3145b5a05e87796c6
|
||||
size 4088460160
|
||||
3
SWE-agent-LM-7B.Q3_K_S.gguf
Normal file
3
SWE-agent-LM-7B.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53364acceefeae542f953f1acdbab20eaf249ad7603f33401fab02259f25334e
|
||||
size 3492369280
|
||||
3
SWE-agent-LM-7B.Q4_K_M.gguf
Normal file
3
SWE-agent-LM-7B.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b452cd43aba0a5c8b53da372bd959fa038a095417d50c14dc0812653412895a
|
||||
size 4683074432
|
||||
3
SWE-agent-LM-7B.Q5_K_M.gguf
Normal file
3
SWE-agent-LM-7B.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d447482252c7295e0a0418414b765d832c76c92627aed8a11003575cce81c552
|
||||
size 5444832128
|
||||
3
SWE-agent-LM-7B.Q5_K_S.gguf
Normal file
3
SWE-agent-LM-7B.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8b7a2aad52d1a6e30dbdabc0ba97339b4ddaa710a7b8098fb22d7df91eec235
|
||||
size 5315177344
|
||||
3
SWE-agent-LM-7B.Q8_0.gguf
Normal file
3
SWE-agent-LM-7B.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec696ed030321d6e79172535ee819962c1744c0b47099189a9f1433d7ebdb936
|
||||
size 8098526080
|
||||
3
SWE-agent-LM-7B.f16.gguf
Normal file
3
SWE-agent-LM-7B.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52a8393f9b016e610a0b84bc3361e03fa5aa5adbcd9c21b8a23f0defb2f17b13
|
||||
size 15237854080
|
||||
Reference in New Issue
Block a user