From 7362a1a49f038dab1b9d176a5ef8f997a04fd159 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 7 Jul 2026 14:54:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: Flexan/adityasoni17-CodeScout-4B-GGUF Source: Original Platform --- .gitattributes | 49 ++++++++ CodeScout-4B.IQ3_M.gguf | 3 + CodeScout-4B.IQ3_S.gguf | 3 + CodeScout-4B.IQ4_XS.gguf | 3 + CodeScout-4B.Q2_K.gguf | 3 + CodeScout-4B.Q3_K_L.gguf | 3 + CodeScout-4B.Q3_K_M.gguf | 3 + CodeScout-4B.Q3_K_S.gguf | 3 + CodeScout-4B.Q4_K_M.gguf | 3 + CodeScout-4B.Q4_K_S.gguf | 3 + CodeScout-4B.Q5_K_M.gguf | 3 + CodeScout-4B.Q5_K_S.gguf | 3 + CodeScout-4B.Q6_K.gguf | 3 + CodeScout-4B.Q8_0.gguf | 3 + CodeScout-4B.f16.gguf | 3 + README.md | 234 +++++++++++++++++++++++++++++++++++++++ 16 files changed, 325 insertions(+) create mode 100644 .gitattributes create mode 100644 CodeScout-4B.IQ3_M.gguf create mode 100644 CodeScout-4B.IQ3_S.gguf create mode 100644 CodeScout-4B.IQ4_XS.gguf create mode 100644 CodeScout-4B.Q2_K.gguf create mode 100644 CodeScout-4B.Q3_K_L.gguf create mode 100644 CodeScout-4B.Q3_K_M.gguf create mode 100644 CodeScout-4B.Q3_K_S.gguf create mode 100644 CodeScout-4B.Q4_K_M.gguf create mode 100644 CodeScout-4B.Q4_K_S.gguf create mode 100644 CodeScout-4B.Q5_K_M.gguf create mode 100644 CodeScout-4B.Q5_K_S.gguf create mode 100644 CodeScout-4B.Q6_K.gguf create mode 100644 CodeScout-4B.Q8_0.gguf create mode 100644 CodeScout-4B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6a5dd1d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt 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 +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz 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 +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl 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 +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* 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 +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.f16.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +CodeScout-4B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/CodeScout-4B.IQ3_M.gguf b/CodeScout-4B.IQ3_M.gguf new file mode 100644 index 0000000..6e47599 --- /dev/null +++ b/CodeScout-4B.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f63ffa3930507b859026f1b8b58868805f20a42d22d7e03896c7c9af8c07f8 +size 1962894208 diff --git a/CodeScout-4B.IQ3_S.gguf b/CodeScout-4B.IQ3_S.gguf new file mode 100644 index 0000000..6b69b9b --- /dev/null +++ b/CodeScout-4B.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b27ca361cff9e31bf8038dc8b6338e8bf2432cdf5305dfbf1e62d666f7a3bd +size 1899529088 diff --git a/CodeScout-4B.IQ4_XS.gguf b/CodeScout-4B.IQ4_XS.gguf new file mode 100644 index 0000000..390bd3b --- /dev/null +++ b/CodeScout-4B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa37e90b3ce329fa4a33f469df832c71a7cdf97d532014244620333dffc42052 +size 2286314368 diff --git a/CodeScout-4B.Q2_K.gguf b/CodeScout-4B.Q2_K.gguf new file mode 100644 index 0000000..510a4ef --- /dev/null +++ b/CodeScout-4B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbae5a38261e87b23d38e4f6b75cc6cb3547e8d21d894e0ed08c9e90c3a737fb +size 1669497728 diff --git a/CodeScout-4B.Q3_K_L.gguf b/CodeScout-4B.Q3_K_L.gguf new file mode 100644 index 0000000..763e9aa --- /dev/null +++ b/CodeScout-4B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae83496ed7b27db405eff237e29e96207d9b0c0c6fb12b1e2da683fb29d73194 +size 2239783808 diff --git a/CodeScout-4B.Q3_K_M.gguf b/CodeScout-4B.Q3_K_M.gguf new file mode 100644 index 0000000..1272e0f --- /dev/null +++ b/CodeScout-4B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6551def1dd164823caf1f95faca8e7394a99acbee1c2d571ba80e7f233a5102 +size 2075616128 diff --git a/CodeScout-4B.Q3_K_S.gguf b/CodeScout-4B.Q3_K_S.gguf new file mode 100644 index 0000000..1d62145 --- /dev/null +++ b/CodeScout-4B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd971d468a57fac9619e34b26769b3416db9b1609c65f1edd69e3d2c788ba14 +size 1886995328 diff --git a/CodeScout-4B.Q4_K_M.gguf b/CodeScout-4B.Q4_K_M.gguf new file mode 100644 index 0000000..2ba366c --- /dev/null +++ b/CodeScout-4B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb2ecd1281dafc241175227f4762908358cdb5af5c4c06385d513cb4494e5f3 +size 2497278848 diff --git a/CodeScout-4B.Q4_K_S.gguf b/CodeScout-4B.Q4_K_S.gguf new file mode 100644 index 0000000..24961d8 --- /dev/null +++ b/CodeScout-4B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987e87b94586dda321373998008f1456e416bad9d98c1e40871345ba1d11c20e +size 2383307648 diff --git a/CodeScout-4B.Q5_K_M.gguf b/CodeScout-4B.Q5_K_M.gguf new file mode 100644 index 0000000..4d00911 --- /dev/null +++ b/CodeScout-4B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0000d5df39bc76ccb87975339830755b737fa5b5cf84335655b440c63803bd75 +size 2889511808 diff --git a/CodeScout-4B.Q5_K_S.gguf b/CodeScout-4B.Q5_K_S.gguf new file mode 100644 index 0000000..9c18c05 --- /dev/null +++ b/CodeScout-4B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc01ca92d67d406a16b458e86642428be2c935db84aa87a5d8f579fabbc7c3a +size 2823709568 diff --git a/CodeScout-4B.Q6_K.gguf b/CodeScout-4B.Q6_K.gguf new file mode 100644 index 0000000..7e95c9e --- /dev/null +++ b/CodeScout-4B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace256d291fcf25d478a259e1a83cf4dad7d5e2e35811e8914f6bb5d92c91f0e +size 3306259328 diff --git a/CodeScout-4B.Q8_0.gguf b/CodeScout-4B.Q8_0.gguf new file mode 100644 index 0000000..5ebeb84 --- /dev/null +++ b/CodeScout-4B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e46243585cea9c6b4b7b9beae2dafaf09c7fe3d882f9244b9281726eea37092 +size 4280403328 diff --git a/CodeScout-4B.f16.gguf b/CodeScout-4B.f16.gguf new file mode 100644 index 0000000..ab0481d --- /dev/null +++ b/CodeScout-4B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527085d5f121dd70452cb1d426520e80ca07d2258abbf614d16883f82aa62912 +size 8051283328 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d1328b6 --- /dev/null +++ b/README.md @@ -0,0 +1,234 @@ +--- +base_model: adityasoni17/CodeScout-4B +library_name: transformers +tags: [] +--- + +# GGUF Files for CodeScout-4B + +These are the GGUF files for [adityasoni17/CodeScout-4B](https://huggingface.co/adityasoni17/CodeScout-4B). + +## Downloads + +| GGUF Link | Quantization | Description | +| ---- | ----- | ----------- | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.Q2_K.gguf) | Q2_K | Lowest quality | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.Q3_K_S.gguf) | Q3_K_S | | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.IQ3_S.gguf) | IQ3_S | Integer quant, preferable over Q3_K_S | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.IQ3_M.gguf) | IQ3_M | Integer quant | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.Q3_K_M.gguf) | Q3_K_M | | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.Q3_K_L.gguf) | Q3_K_L | | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.IQ4_XS.gguf) | IQ4_XS | Integer quant | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.Q4_K_S.gguf) | Q4_K_S | Fast with good performance | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.Q4_K_M.gguf) | Q4_K_M | **Recommended:** Perfect mix of speed and performance | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.Q5_K_S.gguf) | Q5_K_S | | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.Q5_K_M.gguf) | Q5_K_M | | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.Q6_K.gguf) | Q6_K | Very good quality | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.Q8_0.gguf) | Q8_0 | Best quality | +| [Download](https://huggingface.co/Flexan/adityasoni17-CodeScout-4B-GGUF/resolve/main/CodeScout-4B.f16.gguf) | f16 | Full precision, don't bother; use a quant | + +## Note from Flexan + +I provide GGUFs and quantizations of publicly available models that do not have a GGUF equivalent available yet, +usually for models **I deem interesting and wish to try out**. + +If there are some quants missing that you'd like me to add, you may request one in the community tab. +If you want to request a public model to be converted, you can also request that in the community tab. +If you have questions regarding this model, please refer to [the original model repo](https://huggingface.co/adityasoni17/CodeScout-4B). + +You can find more info about me and what I do [here](https://huggingface.co/Flexan/Flexan). + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + +This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated. + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] \ No newline at end of file