commit 5d68eb609e62e8066c280998583548b291bd135a Author: ModelHub XC Date: Tue Jul 21 17:43:07 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..53d7257 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bin.* filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zstandard filter=lfs diff=lfs merge=lfs -text +*.tfevents* filter=lfs diff=lfs merge=lfs -text +*.db* filter=lfs diff=lfs merge=lfs -text +*.ark* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.gguf* filter=lfs diff=lfs merge=lfs -text +*.ggml filter=lfs diff=lfs merge=lfs -text +*.llamafile* filter=lfs diff=lfs merge=lfs -text +*.pt2 filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..2217cba --- /dev/null +++ b/README.md @@ -0,0 +1,173 @@ +--- +quantized_by: bartowski +pipeline_tag: text-generation +language: +- en +datasets: +- PrimeIntellect/verifiable-coding-problems +- likaixin/TACO-verified +- livecodebench/code_generation_lite +base_model_relation: quantized +license: mit +base_model: agentica-org/DeepCoder-1.5B-Preview +--- + +## Llamacpp imatrix Quantizations of DeepCoder-1.5B-Preview by agentica-org + +Using llama.cpp release b5074 for quantization. + +Original model: https://huggingface.co/agentica-org/DeepCoder-1.5B-Preview + +All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) + +Run them in [LM Studio](https://lmstudio.ai/) + +Run them directly with [llama.cpp](https://github.com/ggerganov/llama.cpp), or any other llama.cpp based project + +## Prompt format + +``` +<|begin▁of▁sentence|>{system_prompt}<|User|>{prompt}<|Assistant|><|end▁of▁sentence|><|Assistant|> +``` + +## Download a file (not the whole branch) from below: + +| Filename | Quant type | File Size | Split | Description | +| -------- | ---------- | --------- | ----- | ----------- | +| [DeepCoder-1.5B-Preview-bf16.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-bf16.gguf) | bf16 | 3.56GB | false | Full BF16 weights. | +| [DeepCoder-1.5B-Preview-Q8_0.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q8_0.gguf) | Q8_0 | 1.89GB | false | Extremely high quality, generally unneeded but max available quant. | +| [DeepCoder-1.5B-Preview-Q6_K_L.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q6_K_L.gguf) | Q6_K_L | 1.58GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. | +| [DeepCoder-1.5B-Preview-Q6_K.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q6_K.gguf) | Q6_K | 1.46GB | false | Very high quality, near perfect, *recommended*. | +| [DeepCoder-1.5B-Preview-Q5_K_L.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q5_K_L.gguf) | Q5_K_L | 1.43GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. | +| [DeepCoder-1.5B-Preview-Q5_K_M.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q5_K_M.gguf) | Q5_K_M | 1.29GB | false | High quality, *recommended*. | +| [DeepCoder-1.5B-Preview-Q4_K_L.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q4_K_L.gguf) | Q4_K_L | 1.29GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. | +| [DeepCoder-1.5B-Preview-Q5_K_S.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q5_K_S.gguf) | Q5_K_S | 1.26GB | false | High quality, *recommended*. | +| [DeepCoder-1.5B-Preview-Q3_K_XL.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q3_K_XL.gguf) | Q3_K_XL | 1.18GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. | +| [DeepCoder-1.5B-Preview-Q4_1.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q4_1.gguf) | Q4_1 | 1.16GB | false | Legacy format, similar performance to Q4_K_S but with improved tokens/watt on Apple silicon. | +| [DeepCoder-1.5B-Preview-Q4_K_M.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q4_K_M.gguf) | Q4_K_M | 1.12GB | false | Good quality, default size for most use cases, *recommended*. | +| [DeepCoder-1.5B-Preview-Q4_K_S.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q4_K_S.gguf) | Q4_K_S | 1.07GB | false | Slightly lower quality with more space savings, *recommended*. | +| [DeepCoder-1.5B-Preview-Q4_0.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q4_0.gguf) | Q4_0 | 1.07GB | false | Legacy format, offers online repacking for ARM and AVX CPU inference. | +| [DeepCoder-1.5B-Preview-IQ4_NL.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-IQ4_NL.gguf) | IQ4_NL | 1.07GB | false | Similar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference. | +| [DeepCoder-1.5B-Preview-IQ4_XS.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-IQ4_XS.gguf) | IQ4_XS | 1.02GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. | +| [DeepCoder-1.5B-Preview-Q3_K_L.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q3_K_L.gguf) | Q3_K_L | 0.98GB | false | Lower quality but usable, good for low RAM availability. | +| [DeepCoder-1.5B-Preview-Q2_K_L.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q2_K_L.gguf) | Q2_K_L | 0.98GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. | +| [DeepCoder-1.5B-Preview-Q3_K_M.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q3_K_M.gguf) | Q3_K_M | 0.92GB | false | Low quality. | +| [DeepCoder-1.5B-Preview-IQ3_M.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-IQ3_M.gguf) | IQ3_M | 0.88GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. | +| [DeepCoder-1.5B-Preview-Q3_K_S.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q3_K_S.gguf) | Q3_K_S | 0.86GB | false | Low quality, not recommended. | +| [DeepCoder-1.5B-Preview-IQ3_XS.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-IQ3_XS.gguf) | IQ3_XS | 0.83GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. | +| [DeepCoder-1.5B-Preview-IQ3_XXS.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-IQ3_XXS.gguf) | IQ3_XXS | 0.77GB | false | Lower quality, new method with decent performance, comparable to Q3 quants. | +| [DeepCoder-1.5B-Preview-Q2_K.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-Q2_K.gguf) | Q2_K | 0.75GB | false | Very low quality but surprisingly usable. | +| [DeepCoder-1.5B-Preview-IQ2_M.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF/blob/main/agentica-org_DeepCoder-1.5B-Preview-IQ2_M.gguf) | IQ2_M | 0.70GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. | + +## Embed/output weights + +Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to. + +## Downloading using huggingface-cli + +
+ Click to view download instructions + +First, make sure you have hugginface-cli installed: + +``` +pip install -U "huggingface_hub[cli]" +``` + +Then, you can target the specific file you want: + +``` +huggingface-cli download bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF --include "agentica-org_DeepCoder-1.5B-Preview-Q4_K_M.gguf" --local-dir ./ +``` + +If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run: + +``` +huggingface-cli download bartowski/agentica-org_DeepCoder-1.5B-Preview-GGUF --include "agentica-org_DeepCoder-1.5B-Preview-Q8_0/*" --local-dir ./ +``` + +You can either specify a new local-dir (agentica-org_DeepCoder-1.5B-Preview-Q8_0) or download them all in place (./) + +
+ +## ARM/AVX information + +Previously, you would download Q4_0_4_4/4_8/8_8, and these would have their weights interleaved in memory in order to improve performance on ARM and AVX machines by loading up more data in one pass. + +Now, however, there is something called "online repacking" for weights. details in [this PR](https://github.com/ggerganov/llama.cpp/pull/9921). If you use Q4_0 and your hardware would benefit from repacking weights, it will do it automatically on the fly. + +As of llama.cpp build [b4282](https://github.com/ggerganov/llama.cpp/releases/tag/b4282) you will not be able to run the Q4_0_X_X files and will instead need to use Q4_0. + +Additionally, if you want to get slightly better quality for , you can use IQ4_NL thanks to [this PR](https://github.com/ggerganov/llama.cpp/pull/10541) which will also repack the weights for ARM, though only the 4_4 for now. The loading time may be slower but it will result in an overall speed incrase. + +
+ Click to view Q4_0_X_X information (deprecated + +I'm keeping this section to show the potential theoretical uplift in performance from using the Q4_0 with online repacking. + +
+ Click to view benchmarks on an AVX2 system (EPYC7702) + +| model | size | params | backend | threads | test | t/s | % (vs Q4_0) | +| ------------------------------ | ---------: | ---------: | ---------- | ------: | ------------: | -------------------: |-------------: | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp512 | 204.03 ± 1.03 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp1024 | 282.92 ± 0.19 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp2048 | 259.49 ± 0.44 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg128 | 39.12 ± 0.27 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg256 | 39.31 ± 0.69 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg512 | 40.52 ± 0.03 | 100% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp512 | 301.02 ± 1.74 | 147% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp1024 | 287.23 ± 0.20 | 101% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp2048 | 262.77 ± 1.81 | 101% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg128 | 18.80 ± 0.99 | 48% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg256 | 24.46 ± 3.04 | 83% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg512 | 36.32 ± 3.59 | 90% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp512 | 271.71 ± 3.53 | 133% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp1024 | 279.86 ± 45.63 | 100% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp2048 | 320.77 ± 5.00 | 124% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg128 | 43.51 ± 0.05 | 111% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg256 | 43.35 ± 0.09 | 110% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg512 | 42.60 ± 0.31 | 105% | + +Q4_0_8_8 offers a nice bump to prompt processing and a small bump to text generation + +
+ +
+ +## Which file should I choose? + +
+ Click here for details + +A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9) + +The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have. + +If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM. + +If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total. + +Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'. + +If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M. + +If you want to get more into the weeds, you can check out this extremely useful feature chart: + +[llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix) + +But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size. + +These I-quants can also be used on CPU, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide. + +
+ +## Credits + +Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset. + +Thank you ZeroWw for the inspiration to experiment with embed/output. + +Thank you to LM Studio for sponsoring my work. + +Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski diff --git a/agentica-org_DeepCoder-1.5B-Preview-IQ2_M.gguf b/agentica-org_DeepCoder-1.5B-Preview-IQ2_M.gguf new file mode 100644 index 0000000..95a82f8 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c392939017fc92c54cc5032e39a7b158e56b6cde0bf1c0545beb65dbec6fea +size 701333280 diff --git a/agentica-org_DeepCoder-1.5B-Preview-IQ3_M.gguf b/agentica-org_DeepCoder-1.5B-Preview-IQ3_M.gguf new file mode 100644 index 0000000..54d0de1 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27844f682e0212e6c80403aaf5e7504e7182f89f6b9d9423dfde4d43a9b7ce3f +size 876942624 diff --git a/agentica-org_DeepCoder-1.5B-Preview-IQ3_XS.gguf b/agentica-org_DeepCoder-1.5B-Preview-IQ3_XS.gguf new file mode 100644 index 0000000..262b440 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68f6e8595ad71972368eee67603e10145f00044702288a4d29f0f70bfaca9fd +size 831977760 diff --git a/agentica-org_DeepCoder-1.5B-Preview-IQ3_XXS.gguf b/agentica-org_DeepCoder-1.5B-Preview-IQ3_XXS.gguf new file mode 100644 index 0000000..a2437f3 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51de71537df538f2c6c6ac3dcf4ea076d4bff116fd7a2aeced48f63f9c57ca3a +size 769070880 diff --git a/agentica-org_DeepCoder-1.5B-Preview-IQ4_NL.gguf b/agentica-org_DeepCoder-1.5B-Preview-IQ4_NL.gguf new file mode 100644 index 0000000..cd591b7 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87bf9925ccf2be4a2f7d91ba7b7fbf4175424b50c7f12b90e14f4364ceb4694 +size 1067604768 diff --git a/agentica-org_DeepCoder-1.5B-Preview-IQ4_XS.gguf b/agentica-org_DeepCoder-1.5B-Preview-IQ4_XS.gguf new file mode 100644 index 0000000..57c4790 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f96e28d978d430dbac9dd0bc0a43b789f766b3e52f434927082467c1ccf79f +size 1019712288 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q2_K.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q2_K.gguf new file mode 100644 index 0000000..1a42cb5 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e8c9aa6091c00749530c21f7cae336f8ada85d0417529fdb515971b889c11a +size 752881440 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q2_K_L.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q2_K_L.gguf new file mode 100644 index 0000000..c8332bd --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q2_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821bc219d3b41488de7d0e60584961fb519f83450d2bff651c96caad327e38d2 +size 980785440 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q3_K_L.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q3_K_L.gguf new file mode 100644 index 0000000..f6d1e94 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6923fd4cd017028c0f338de737c82a16cbd9c1f419dc64c689dd27c9fab3fa5a +size 980441376 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q3_K_M.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q3_K_M.gguf new file mode 100644 index 0000000..0958153 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feabc18dab6ac71e1c72afcf4c0312f287162c24852faf5ef46436973aa57032 +size 924457248 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q3_K_S.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q3_K_S.gguf new file mode 100644 index 0000000..8178b9f --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9778a0d0782267cc6d4f0da70f2ee651a35dd743894531e642cfa4355e69a397 +size 861223200 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q3_K_XL.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q3_K_XL.gguf new file mode 100644 index 0000000..5178f23 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q3_K_XL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1c5cd7c8cb9a58b00508e888e773e02e9fea4d62d4e6800afac0fd6f4fec8e +size 1184643360 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q4_0.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q4_0.gguf new file mode 100644 index 0000000..a7eb1fe --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7da8cf23938c189849a20bdfa05a568c5bd93d1589bd0c7ca0543d8ec5d6d3 +size 1068808992 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q4_1.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q4_1.gguf new file mode 100644 index 0000000..071f394 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea36fe2a0402eac360f2ebdd69cdb4f38e51b8af978be17bd7eea61dc158be4c +size 1162701600 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q4_K_L.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q4_K_L.gguf new file mode 100644 index 0000000..e6991d4 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q4_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841831caa2253bef0189b076074de9d09ae34d95db583280a01735dd15c19f7b +size 1290529056 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q4_K_M.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q4_K_M.gguf new file mode 100644 index 0000000..2d4cafb --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddd89eddf8d56b1c16317932af56dc59b49ca2beec735d1332f5a3e0f225714 +size 1117322016 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q4_K_S.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q4_K_S.gguf new file mode 100644 index 0000000..01dfb2f --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593837ef0be11ba1ac00a600542b45e8c6a27482ae933f1ea8b22675fdd2a27e +size 1071586080 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q5_K_L.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q5_K_L.gguf new file mode 100644 index 0000000..fd06d6e --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q5_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccaec01fa087dae89fc4ec25c75644ff0a84a8900debc72e6eb412b652bbc59 +size 1429530912 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q5_K_M.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q5_K_M.gguf new file mode 100644 index 0000000..ea35345 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa439a75155ff4161f617bd69e88865a0d3e6cbf1bfe6a8b6d1fbd4872d86e5b +size 1285495584 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q5_K_S.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q5_K_S.gguf new file mode 100644 index 0000000..617fdb1 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18f412f3c36b2c28ab8f0044438055baa13369a16f78150fd5daea5d4fa7fdc +size 1259174688 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q6_K.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q6_K.gguf new file mode 100644 index 0000000..1334399 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1069494198746bed6d971b69ffa1924a8853b2708db26d4162177103510f990 +size 1464180000 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q6_K_L.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q6_K_L.gguf new file mode 100644 index 0000000..a48288b --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q6_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f2a9ba215569724620442acde3b1c48cda01efcc9c682e53f25ecb94399ed9 +size 1577220384 diff --git a/agentica-org_DeepCoder-1.5B-Preview-Q8_0.gguf b/agentica-org_DeepCoder-1.5B-Preview-Q8_0.gguf new file mode 100644 index 0000000..28542ef --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f263fbf12a02f8a43e7c2826be0276b9bf5b15e806d443711cc7ba15deb232d +size 1894533408 diff --git a/agentica-org_DeepCoder-1.5B-Preview-bf16.gguf b/agentica-org_DeepCoder-1.5B-Preview-bf16.gguf new file mode 100644 index 0000000..6a557d0 --- /dev/null +++ b/agentica-org_DeepCoder-1.5B-Preview-bf16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3419fa588f08ad37eda2f90d5051de1eac34dcb3373817398d95482ded48e5ec +size 3560417280 diff --git a/agentica-org_DeepCoder-1.5B-Preview.imatrix b/agentica-org_DeepCoder-1.5B-Preview.imatrix new file mode 100644 index 0000000..984c6f6 Binary files /dev/null and b/agentica-org_DeepCoder-1.5B-Preview.imatrix differ diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..bbeeda1 --- /dev/null +++ b/configuration.json @@ -0,0 +1 @@ +{"framework": "pytorch", "task": "text-generation", "allow_remote": true} \ No newline at end of file