From b047c941e4fb1ee86702dc71a89bc9582cc656df Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 7 Jun 2026 12:45:19 +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: ArnaudDev/symfony_ai_maker-V0.7-Qwen3-0.6B-GGUF Source: Original Platform --- .gitattributes | 37 +++++++++++ README.md | 20 ++++++ config.json | 65 +++++++++++++++++++ ...ny_ai_maker-V0.7-Qwen3-0.6B-16bit.F16.gguf | 3 + ...ai_maker-V0.7-Qwen3-0.6B-16bit.Q4_K_M.gguf | 3 + 5 files changed, 128 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 config.json create mode 100644 symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.F16.gguf create mode 100644 symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.Q4_K_M.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..054e0aa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,37 @@ +*.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 +symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.F16.gguf filter=lfs diff=lfs merge=lfs -text +symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe72b3e --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +--- +tags: +- gguf +- llama.cpp +- unsloth + +--- + +# symfony_ai_maker-V0.7-Qwen3-0.6B-GGUF : GGUF + +This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth). + +**Example usage**: +- For text only LLMs: `llama-cli -hf ArnaudDev/symfony_ai_maker-V0.7-Qwen3-0.6B-GGUF --jinja` +- For multimodal models: `llama-mtmd-cli -hf ArnaudDev/symfony_ai_maker-V0.7-Qwen3-0.6B-GGUF --jinja` + +## Available Model files: +- `symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.Q4_K_M.gguf` +This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) +[](https://github.com/unslothai/unsloth) diff --git a/config.json b/config.json new file mode 100644 index 0000000..8c56a85 --- /dev/null +++ b/config.json @@ -0,0 +1,65 @@ +{ + "architectures": [ + "Qwen3ForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": null, + "dtype": "float16", + "eos_token_id": 151645, + "head_dim": 128, + "hidden_act": "silu", + "hidden_size": 1024, + "initializer_range": 0.02, + "intermediate_size": 3072, + "layer_types": [ + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention" + ], + "max_position_embeddings": 40960, + "max_window_layers": 28, + "model_type": "qwen3", + "num_attention_heads": 16, + "num_hidden_layers": 28, + "num_key_value_heads": 8, + "pad_token_id": 151670, + "rms_norm_eps": 1e-06, + "rope_parameters": { + "rope_theta": 1000000, + "rope_type": "default" + }, + "sliding_window": null, + "tie_word_embeddings": true, + "transformers_version": "5.3.0", + "unsloth_fixed": true, + "unsloth_version": "2026.4.8", + "use_cache": false, + "use_sliding_window": false, + "vocab_size": 151936 +} diff --git a/symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.F16.gguf b/symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.F16.gguf new file mode 100644 index 0000000..4635396 --- /dev/null +++ b/symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.F16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadc6c4834eb8dc0da2faf843b503ed073b2dff30411b19df41682ca7ce2e4fc +size 1198182848 diff --git a/symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.Q4_K_M.gguf b/symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.Q4_K_M.gguf new file mode 100644 index 0000000..8914efb --- /dev/null +++ b/symfony_ai_maker-V0.7-Qwen3-0.6B-16bit.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09da6183dcede9d4dcadb6c44b2e55d85d3087f430a6c5631daf09984a208bd +size 396705216