From b026f1742ced16815238a7452800cb55ac2e2ec4 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 11 May 2026 00:35:56 +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: DevQuasar/FluxiIA.Tucaninho-GGUF Source: Original Platform --- .gitattributes | 46 +++++++++++++++++++++++++++++++++++ FluxiIA.Tucaninho.Q2_K.gguf | 3 +++ FluxiIA.Tucaninho.Q3_K_L.gguf | 3 +++ FluxiIA.Tucaninho.Q3_K_M.gguf | 3 +++ FluxiIA.Tucaninho.Q3_K_S.gguf | 3 +++ FluxiIA.Tucaninho.Q4_K_M.gguf | 3 +++ FluxiIA.Tucaninho.Q4_K_S.gguf | 3 +++ FluxiIA.Tucaninho.Q5_K_M.gguf | 3 +++ FluxiIA.Tucaninho.Q5_K_S.gguf | 3 +++ FluxiIA.Tucaninho.Q6_K.gguf | 3 +++ FluxiIA.Tucaninho.Q8_0.gguf | 3 +++ FluxiIA.Tucaninho.f16.gguf | 3 +++ README.md | 20 +++++++++++++++ configuration.json | 1 + 14 files changed, 100 insertions(+) create mode 100644 .gitattributes create mode 100644 FluxiIA.Tucaninho.Q2_K.gguf create mode 100644 FluxiIA.Tucaninho.Q3_K_L.gguf create mode 100644 FluxiIA.Tucaninho.Q3_K_M.gguf create mode 100644 FluxiIA.Tucaninho.Q3_K_S.gguf create mode 100644 FluxiIA.Tucaninho.Q4_K_M.gguf create mode 100644 FluxiIA.Tucaninho.Q4_K_S.gguf create mode 100644 FluxiIA.Tucaninho.Q5_K_M.gguf create mode 100644 FluxiIA.Tucaninho.Q5_K_S.gguf create mode 100644 FluxiIA.Tucaninho.Q6_K.gguf create mode 100644 FluxiIA.Tucaninho.Q8_0.gguf create mode 100644 FluxiIA.Tucaninho.f16.gguf create mode 100644 README.md create mode 100644 configuration.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a01fcf9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +FluxiIA.Tucaninho.f16.gguf filter=lfs diff=lfs merge=lfs -text +FluxiIA.Tucaninho.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +FluxiIA.Tucaninho.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +FluxiIA.Tucaninho.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +FluxiIA.Tucaninho.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +FluxiIA.Tucaninho.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +FluxiIA.Tucaninho.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +FluxiIA.Tucaninho.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +FluxiIA.Tucaninho.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +FluxiIA.Tucaninho.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +FluxiIA.Tucaninho.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/FluxiIA.Tucaninho.Q2_K.gguf b/FluxiIA.Tucaninho.Q2_K.gguf new file mode 100644 index 0000000..23c9752 --- /dev/null +++ b/FluxiIA.Tucaninho.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006c53b6e7a0f3dbea0d03ee657463fe72020cdbbc2822ae31e097bce8a39180 +size 932779680 diff --git a/FluxiIA.Tucaninho.Q3_K_L.gguf b/FluxiIA.Tucaninho.Q3_K_L.gguf new file mode 100644 index 0000000..8b45eb1 --- /dev/null +++ b/FluxiIA.Tucaninho.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9e86f81af7ca13016dff7e39b42af63341c724f357c80034fa183bbeb81dbe +size 1296530080 diff --git a/FluxiIA.Tucaninho.Q3_K_M.gguf b/FluxiIA.Tucaninho.Q3_K_M.gguf new file mode 100644 index 0000000..f275daf --- /dev/null +++ b/FluxiIA.Tucaninho.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c95cecde33f65a5f1bb417a02db9422d94d680f6d9141d718729e8a22a7a21 +size 1196997280 diff --git a/FluxiIA.Tucaninho.Q3_K_S.gguf b/FluxiIA.Tucaninho.Q3_K_S.gguf new file mode 100644 index 0000000..7df4735 --- /dev/null +++ b/FluxiIA.Tucaninho.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f3a3acab758cbe33e5a1c55b965ec2a166be8bea9e890c2ee3a92cbca86964 +size 1083640480 diff --git a/FluxiIA.Tucaninho.Q4_K_M.gguf b/FluxiIA.Tucaninho.Q4_K_M.gguf new file mode 100644 index 0000000..c6ed117 --- /dev/null +++ b/FluxiIA.Tucaninho.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6f1b1d2f1611e04950f0bf19c9c18fe05568d4694c7992c1df48c6f11cb2f3 +size 1483589280 diff --git a/FluxiIA.Tucaninho.Q4_K_S.gguf b/FluxiIA.Tucaninho.Q4_K_S.gguf new file mode 100644 index 0000000..38f09ed --- /dev/null +++ b/FluxiIA.Tucaninho.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af74d16f66fb7a13a3ece7942dc526bd6ad6f22ea405d422c60ccdbe0252625 +size 1408069280 diff --git a/FluxiIA.Tucaninho.Q5_K_M.gguf b/FluxiIA.Tucaninho.Q5_K_M.gguf new file mode 100644 index 0000000..114d1c3 --- /dev/null +++ b/FluxiIA.Tucaninho.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4706c8224d10a07e15a7f1ff97f3a8f7135a927579845a342d04fd9a973d1a25 +size 1737131680 diff --git a/FluxiIA.Tucaninho.Q5_K_S.gguf b/FluxiIA.Tucaninho.Q5_K_S.gguf new file mode 100644 index 0000000..2620b2e --- /dev/null +++ b/FluxiIA.Tucaninho.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a280dad2a581a09adfb32f422a554362a2141681e89da63dd2508458b39facae +size 1692741280 diff --git a/FluxiIA.Tucaninho.Q6_K.gguf b/FluxiIA.Tucaninho.Q6_K.gguf new file mode 100644 index 0000000..2757a12 --- /dev/null +++ b/FluxiIA.Tucaninho.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4c60bb0863d8edb1b4572588b1e015844bfdc89314f785c62baec084904539 +size 2006520480 diff --git a/FluxiIA.Tucaninho.Q8_0.gguf b/FluxiIA.Tucaninho.Q8_0.gguf new file mode 100644 index 0000000..bbe0ffa --- /dev/null +++ b/FluxiIA.Tucaninho.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a823a6e8cbb0c01f368b597aaf5da5748329820d04399c52de7e1216589693c +size 2598546080 diff --git a/FluxiIA.Tucaninho.f16.gguf b/FluxiIA.Tucaninho.f16.gguf new file mode 100644 index 0000000..154f133 --- /dev/null +++ b/FluxiIA.Tucaninho.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547bc007cc3214339411e78c6a6ac96ed3db0ae14eba93458745074ecdbb29f9 +size 4890258080 diff --git a/README.md b/README.md new file mode 100644 index 0000000..5339822 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +--- +base_model: +- FluxiIA/Tucaninho +pipeline_tag: text-generation +--- + +[](https://devquasar.com) + +Quantized version of: [FluxiIA/Tucaninho](https://huggingface.co/FluxiIA/Tucaninho) + +'Make knowledge free for everyone' + +

+ Made with
+ + + +

+ +Buy Me a Coffee at ko-fi.com 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