初始化项目,由ModelHub XC社区提供模型

Model: mradermacher/ichiyanagi-qwen-14b-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-06 07:02:42 +08:00
commit 12dd280af1
13 changed files with 155 additions and 0 deletions

46
.gitattributes vendored Normal file
View File

@@ -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
ichiyanagi-qwen-14b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
ichiyanagi-qwen-14b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
ichiyanagi-qwen-14b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
ichiyanagi-qwen-14b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
ichiyanagi-qwen-14b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
ichiyanagi-qwen-14b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
ichiyanagi-qwen-14b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
ichiyanagi-qwen-14b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
ichiyanagi-qwen-14b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
ichiyanagi-qwen-14b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
ichiyanagi-qwen-14b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text

76
README.md Normal file
View File

@@ -0,0 +1,76 @@
---
base_model: Hiroshi19781111/ichiyanagi-qwen-14b
language:
- en
library_name: transformers
license: apache-2.0
mradermacher:
readme_rev: 1
quantized_by: mradermacher
tags:
- text-generation-inference
- transformers
- unsloth
- qwen2
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: -->
<!-- ### quants: x-f16 Q4_K_S Q2_K Q8_0 Q6_K Q3_K_M Q3_K_S Q3_K_L Q4_K_M Q5_K_S Q5_K_M IQ4_XS -->
<!-- ### quants_skip: -->
<!-- ### skip_mmproj: -->
static quants of https://huggingface.co/Hiroshi19781111/ichiyanagi-qwen-14b
<!-- provided-files -->
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#ichiyanagi-qwen-14b-GGUF).***
weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
## Usage
If you are unsure how to use GGUF files, refer to one of [TheBloke's
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
more details, including on how to concatenate multi-part files.
## Provided Quants
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
| Link | Type | Size/GB | Notes |
|:-----|:-----|--------:|:------|
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.Q2_K.gguf) | Q2_K | 5.9 | |
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.Q3_K_S.gguf) | Q3_K_S | 6.8 | |
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.Q3_K_M.gguf) | Q3_K_M | 7.4 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.Q3_K_L.gguf) | Q3_K_L | 8.0 | |
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.IQ4_XS.gguf) | IQ4_XS | 8.3 | |
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.Q4_K_M.gguf) | Q4_K_M | 9.1 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.Q5_K_S.gguf) | Q5_K_S | 10.4 | |
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.Q5_K_M.gguf) | Q5_K_M | 10.6 | |
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.Q6_K.gguf) | Q6_K | 12.2 | very good quality |
| [GGUF](https://huggingface.co/mradermacher/ichiyanagi-qwen-14b-GGUF/resolve/main/ichiyanagi-qwen-14b.Q8_0.gguf) | Q8_0 | 15.8 | fast, best quality |
Here is a handy graph by ikawrakow comparing some lower-quality quant
types (lower is better):
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
And here are Artefact2's thoughts on the matter:
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
## FAQ / Model Request
See https://huggingface.co/mradermacher/model_requests for some answers to
questions you might have and/or if you want some other model quantized.
## Thanks
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
me use its servers and providing upgrades to my workstation to enable
this work in my free time.
<!-- end -->

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d2ecfbf3aada667857febe1f732929d5f1a23deeab1cf1775acb9beee9c47ab
size 8186196064

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba17087f9bb93a1ba95baf278140d587b930657d3ffe6f15dbc8b6a946132674
size 5770498144

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6de6f414dc57fa8a0c8264712b8d9cf5e9fa5d18165cbcff858ac9a2e723c882
size 7924768864

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:517615174d06b5399425e8beda28b9b4abe582fb0c443b24129e6127f5bc7b7a
size 7339204704

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc781fafba660a3fe31fa21e7245f7a903574ccd1e4f28941e4eb8467547dc90
size 6659596384

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29a828869e615b8efaed5b3d19fc76f778c47c3233f407b410ab20e58d6f27d6
size 8988110944

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78b2755317f2ea3e47936b194e0fe0d2f3dd135e64e515a1d825aae879b4581a
size 8573431904

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a445acde3f43a78f5ffd905e2489d22acfea938789b2bd5b151033d1d2e14f9
size 10508873824

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d6067ae395de90a24d78dcfbbbf15f7c9cac55a2af5885cd99176568a9e04e6
size 10266554464

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a570ea831b12811c3cd8ec57fb2fd13aa4b5057c4350b137aad07aa8b8842f6
size 12124684384

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:963c228b2ae5e5ba0402e53d63ebd8c2ac045bbb802e665e3387aa60d56b815c
size 15701598304