初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/YuLan-Mini-Instruct-V1-GGUF Source: Original Platform
This commit is contained in:
47
.gitattributes
vendored
Normal file
47
.gitattributes
vendored
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
*.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
|
||||||
|
YuLan-Mini-Instruct-V1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
YuLan-Mini-Instruct-V1.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
68
README.md
Normal file
68
README.md
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
base_model: yulan-team/YuLan-Mini-Instruct-V1
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
- zh
|
||||||
|
library_name: transformers
|
||||||
|
license: mit
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- code
|
||||||
|
- math
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/yulan-team/YuLan-Mini-Instruct-V1
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
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/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.Q3_K_S.gguf) | Q3_K_S | 1.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.Q2_K.gguf) | Q2_K | 1.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.IQ4_XS.gguf) | IQ4_XS | 1.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.Q3_K_M.gguf) | Q3_K_M | 1.7 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.Q3_K_L.gguf) | Q3_K_L | 1.7 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.Q4_K_S.gguf) | Q4_K_S | 1.8 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.Q4_K_M.gguf) | Q4_K_M | 1.9 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.Q5_K_S.gguf) | Q5_K_S | 2.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.Q5_K_M.gguf) | Q5_K_M | 2.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.Q6_K.gguf) | Q6_K | 2.7 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.Q8_0.gguf) | Q8_0 | 2.7 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/YuLan-Mini-Instruct-V1-GGUF/resolve/main/YuLan-Mini-Instruct-V1.f16.gguf) | f16 | 5.0 | 16 bpw, overkill |
|
||||||
|
|
||||||
|
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
||||||
|
types (lower is better):
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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 -->
|
||||||
3
YuLan-Mini-Instruct-V1.IQ4_XS.gguf
Normal file
3
YuLan-Mini-Instruct-V1.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b689c0b8655deca328f94ef0fb2f8a11c0d9b64d9a9a8c0a37f5fed19509900a
|
||||||
|
size 1482518080
|
||||||
3
YuLan-Mini-Instruct-V1.Q2_K.gguf
Normal file
3
YuLan-Mini-Instruct-V1.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a4fd7228026df5247b2c4069023b3ff6ef7eb15fa2a2d65e7ea623c28e94fe4
|
||||||
|
size 1467841600
|
||||||
3
YuLan-Mini-Instruct-V1.Q3_K_L.gguf
Normal file
3
YuLan-Mini-Instruct-V1.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a9beb67c691ac476b5c0a7c7015aa921fc52632689c3f54892f745bb1606390
|
||||||
|
size 1605897280
|
||||||
3
YuLan-Mini-Instruct-V1.Q3_K_M.gguf
Normal file
3
YuLan-Mini-Instruct-V1.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1352d33b045f7841da490eca00bf3dc97e90ae3bcd9e07e28d7181e9713e865
|
||||||
|
size 1559978560
|
||||||
3
YuLan-Mini-Instruct-V1.Q3_K_S.gguf
Normal file
3
YuLan-Mini-Instruct-V1.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af373f736359adaedf244fc0ccf3d8079dfff5138785aa32d33193f9c49253d1
|
||||||
|
size 1462680640
|
||||||
3
YuLan-Mini-Instruct-V1.Q4_K_M.gguf
Normal file
3
YuLan-Mini-Instruct-V1.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c7f359895296ec1de5167d0eb8e5d329b38c3ff89bfcc0dbd771ac4416e36e1
|
||||||
|
size 1846417600
|
||||||
3
YuLan-Mini-Instruct-V1.Q4_K_S.gguf
Normal file
3
YuLan-Mini-Instruct-V1.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa5a6bdc36a025f232f54a667cfa9273d3c2302ec94f5c4c8356fc18379f66e2
|
||||||
|
size 1746124480
|
||||||
3
YuLan-Mini-Instruct-V1.Q5_K_M.gguf
Normal file
3
YuLan-Mini-Instruct-V1.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c94cc8b67d162a6ea94658da054a3598f47464ae168dbddffb0ed4774358a15
|
||||||
|
size 1968613120
|
||||||
3
YuLan-Mini-Instruct-V1.Q5_K_S.gguf
Normal file
3
YuLan-Mini-Instruct-V1.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7afe3af62ccb31c7d15ba57c777b0765b08f901bc57f740c4b8f6a7a4818d0a
|
||||||
|
size 1881521920
|
||||||
3
YuLan-Mini-Instruct-V1.Q6_K.gguf
Normal file
3
YuLan-Mini-Instruct-V1.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3f749c823cec7322534fd2a2fb6e98577895c5fa3015bffd4511a7fdab9ad248
|
||||||
|
size 2579590720
|
||||||
3
YuLan-Mini-Instruct-V1.Q8_0.gguf
Normal file
3
YuLan-Mini-Instruct-V1.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5bdd9420e61e2191c2842dbd9b2a98f8f9847b8e232fbf2770bb5b6a6289d7fc
|
||||||
|
size 2579590720
|
||||||
3
YuLan-Mini-Instruct-V1.f16.gguf
Normal file
3
YuLan-Mini-Instruct-V1.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b55c8bb56b58aaacfa22a7d881fe133c414b3b968334925e0370c8511448d400
|
||||||
|
size 4851997120
|
||||||
Reference in New Issue
Block a user