commit 11504aa2c9cdbcf58078cbca858b970fcf3e5f4e Author: ModelHub XC Date: Tue Jun 30 10:07:16 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: Flexan/NovaCorp-Shadowncensored-1B-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f893959 --- /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 +Shadowncensored-1B.f16.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Shadowncensored-1B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..6334abc --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ +--- +base_model: NovaCorp/Shadowncensored-1B +library_name: transformers +tags: +- mergekit +- merge + +--- + +# GGUF Files for Shadowncensored-1B + +These are the GGUF files for [NovaCorp/Shadowncensored-1B](https://huggingface.co/NovaCorp/Shadowncensored-1B). + +## Downloads + +| GGUF Link | Quantization | Description | +| ---- | ----- | ----------- | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.Q2_K.gguf) | Q2_K | Lowest quality | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.Q3_K_S.gguf) | Q3_K_S | | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.IQ3_S.gguf) | IQ3_S | Integer quant, preferable over Q3_K_S | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.IQ3_M.gguf) | IQ3_M | Integer quant | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.Q3_K_M.gguf) | Q3_K_M | | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.Q3_K_L.gguf) | Q3_K_L | | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.IQ4_XS.gguf) | IQ4_XS | Integer quant | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.Q4_K_S.gguf) | Q4_K_S | Fast with good performance | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.Q4_K_M.gguf) | Q4_K_M | **Recommended:** Perfect mix of speed and performance | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.Q5_K_S.gguf) | Q5_K_S | | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.Q5_K_M.gguf) | Q5_K_M | | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.Q6_K.gguf) | Q6_K | Very good quality | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.Q8_0.gguf) | Q8_0 | Best quality | +| [Download](https://huggingface.co/Flexan/NovaCorp-Shadowncensored-1B-GGUF/resolve/main/Shadowncensored-1B.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/NovaCorp/Shadowncensored-1B). + +You can find more info about me and what I do [here](https://huggingface.co/Flexan/Flexan). + +# Shadowncensored-1B + +This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). + +## Merge Details +### Merge Method + +This model was merged using the [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method. + +### Models Merged + +The following models were included in the merge: +* [lunahr/gemma-3-1b-it-abliterated](https://huggingface.co/lunahr/gemma-3-1b-it-abliterated) +* [Echo9Zulu/Shadows-Gemma-3-1B](https://huggingface.co/Echo9Zulu/Shadows-Gemma-3-1B) + +### Configuration + +The following YAML configuration was used to produce this model: + +```yaml + + +# Umbrella Corporation Official Merge Protocol v3.2 +# Author: Dr. Novaciano +# Objective: Test +# PROJECT: Shadowncensored-3.2-1B + +models: + - model: lunahr/gemma-3-1b-it-abliterated # Experimental viral strain neural imprint + - model: Echo9Zulu/Shadows-Gemma-3-1B # Baseline cognitive template, "safe mode" + +merge_method: slerp # Spherical Linear Interpolation to preserve extreme viral traits smoothly +base_model: lunahr/gemma-3-1b-it-abliterated # Anchor model for stable latent space + +dtype: bfloat16 # Memory-efficient precision, minimal loss in viral feature fidelity + +parameters: + t: 0.45 + normalize: false + rescale: true + rescale_factor: 1.12 + memory_efficient: true + low_cpu_mem_usage: true + +layer_range: + - value: [4, 22] + +tie_word_embeddings: true +tie_output_embeddings: true + + + +``` \ No newline at end of file diff --git a/Shadowncensored-1B.IQ3_M.gguf b/Shadowncensored-1B.IQ3_M.gguf new file mode 100644 index 0000000..8edcac1 --- /dev/null +++ b/Shadowncensored-1B.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d18fc72f9c6d9fef3a62720c1bff62b92f98f2229cadb936358a32d3a677e59 +size 697060896 diff --git a/Shadowncensored-1B.IQ3_S.gguf b/Shadowncensored-1B.IQ3_S.gguf new file mode 100644 index 0000000..a295249 --- /dev/null +++ b/Shadowncensored-1B.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0344f1ce3f577352034f4e9bb5be610ac24bf87460ddfb9434334f4fb3f7661f +size 689814816 diff --git a/Shadowncensored-1B.IQ4_XS.gguf b/Shadowncensored-1B.IQ4_XS.gguf new file mode 100644 index 0000000..015c03c --- /dev/null +++ b/Shadowncensored-1B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841cabed361559d2448c662dc872ea4e693ccf43a12b8af1f5ed95d90d43e380 +size 718167840 diff --git a/Shadowncensored-1B.Q2_K.gguf b/Shadowncensored-1B.Q2_K.gguf new file mode 100644 index 0000000..b3adc08 --- /dev/null +++ b/Shadowncensored-1B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23dc8602982bb86c990b4d81e0a6eb02f46a8dd99a6fbacad493830ee43f669 +size 689814816 diff --git a/Shadowncensored-1B.Q3_K_L.gguf b/Shadowncensored-1B.Q3_K_L.gguf new file mode 100644 index 0000000..c360fc8 --- /dev/null +++ b/Shadowncensored-1B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6caf3aba76866b5d5455c1b14faa0a9acb6dc0e110d8676993f30e27cda03c +size 751575840 diff --git a/Shadowncensored-1B.Q3_K_M.gguf b/Shadowncensored-1B.Q3_K_M.gguf new file mode 100644 index 0000000..8ddaaa8 --- /dev/null +++ b/Shadowncensored-1B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b75d2ff02d02d0cc7ff4e2bc2e9475e8a5574d014b4802a1a23bc4af582e78 +size 722416416 diff --git a/Shadowncensored-1B.Q3_K_S.gguf b/Shadowncensored-1B.Q3_K_S.gguf new file mode 100644 index 0000000..53c2ccf --- /dev/null +++ b/Shadowncensored-1B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc184e81eec402337606f65adf52af2dbbfe6cf987779555565c95c692d94b2 +size 688856352 diff --git a/Shadowncensored-1B.Q4_K_M.gguf b/Shadowncensored-1B.Q4_K_M.gguf new file mode 100644 index 0000000..7c5b0a0 --- /dev/null +++ b/Shadowncensored-1B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec6cfa1a3f95228ca0b83a4a3c5bbd5d54af0a5b620b10824c763a7d0a63ede +size 806058528 diff --git a/Shadowncensored-1B.Q4_K_S.gguf b/Shadowncensored-1B.Q4_K_S.gguf new file mode 100644 index 0000000..c451231 --- /dev/null +++ b/Shadowncensored-1B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777c4cce5f77c872a3ea0f49decb3177f28b19f3348b693057020ed8dce464b7 +size 780993312 diff --git a/Shadowncensored-1B.Q5_K_M.gguf b/Shadowncensored-1B.Q5_K_M.gguf new file mode 100644 index 0000000..fd6ad9a --- /dev/null +++ b/Shadowncensored-1B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f3fd5fbd02c03a15f7c7a302fa357c5f70370ca69257247471a26439466941 +size 851345952 diff --git a/Shadowncensored-1B.Q5_K_S.gguf b/Shadowncensored-1B.Q5_K_S.gguf new file mode 100644 index 0000000..9c1572c --- /dev/null +++ b/Shadowncensored-1B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6c3c5c4dc060b45d01502e0b1c4245f87e3d04bdc03cd14a1d7d04b84e671e +size 836399904 diff --git a/Shadowncensored-1B.Q6_K.gguf b/Shadowncensored-1B.Q6_K.gguf new file mode 100644 index 0000000..e6f52f9 --- /dev/null +++ b/Shadowncensored-1B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf4d02c7358e4ee9024448735629485a7fd21730fb18ef85825ee7f0c3263da +size 1011738912 diff --git a/Shadowncensored-1B.Q8_0.gguf b/Shadowncensored-1B.Q8_0.gguf new file mode 100644 index 0000000..ec14d98 --- /dev/null +++ b/Shadowncensored-1B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161729ac6d91ea275d53147fffb32a6194b9622a9ba959e04e7b51ef1132bceb +size 1069306656 diff --git a/Shadowncensored-1B.f16.gguf b/Shadowncensored-1B.f16.gguf new file mode 100644 index 0000000..a2a712b --- /dev/null +++ b/Shadowncensored-1B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4a167931d5edb158772bcbeca443c29eae0990d6be7f83ae69fcbb5dcdf0e6 +size 2006573856