初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/chinese-text-correction-1.5b-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
|
||||||
|
chinese-text-correction-1.5b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
chinese-text-correction-1.5b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
68
README.md
Normal file
68
README.md
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
base_model: shibing624/chinese-text-correction-1.5b
|
||||||
|
datasets:
|
||||||
|
- shibing624/chinese_text_correction
|
||||||
|
language:
|
||||||
|
- zh
|
||||||
|
library_name: transformers
|
||||||
|
license: apache-2.0
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- text-generation-inference
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/shibing624/chinese-text-correction-1.5b
|
||||||
|
|
||||||
|
<!-- 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/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.Q2_K.gguf) | Q2_K | 0.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.Q3_K_S.gguf) | Q3_K_S | 0.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.Q3_K_M.gguf) | Q3_K_M | 0.9 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.Q3_K_L.gguf) | Q3_K_L | 1.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.IQ4_XS.gguf) | IQ4_XS | 1.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.Q4_K_S.gguf) | Q4_K_S | 1.0 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.Q4_K_M.gguf) | Q4_K_M | 1.1 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.Q5_K_S.gguf) | Q5_K_S | 1.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.Q5_K_M.gguf) | Q5_K_M | 1.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.Q6_K.gguf) | Q6_K | 1.4 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.Q8_0.gguf) | Q8_0 | 1.7 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/chinese-text-correction-1.5b-GGUF/resolve/main/chinese-text-correction-1.5b.f16.gguf) | f16 | 3.2 | 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
chinese-text-correction-1.5b.IQ4_XS.gguf
Normal file
3
chinese-text-correction-1.5b.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6bb4e28d4c62416dcea97d09d604b4bffe1d20481141c96832f0270667f7146
|
||||||
|
size 902183424
|
||||||
3
chinese-text-correction-1.5b.Q2_K.gguf
Normal file
3
chinese-text-correction-1.5b.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:46b30ad43c869350c320bf56bc96e792905bf4ed8ae436c77b4e611c2ab52a61
|
||||||
|
size 676305408
|
||||||
3
chinese-text-correction-1.5b.Q3_K_L.gguf
Normal file
3
chinese-text-correction-1.5b.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f06218dc02ddad43ebfe5ad616f4c61c95596c44f68ef95471635053574fa709
|
||||||
|
size 880163328
|
||||||
3
chinese-text-correction-1.5b.Q3_K_M.gguf
Normal file
3
chinese-text-correction-1.5b.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4041f7ba7b55712c62b8f3aff1c6af42585110b89d176aa9f5ef0e6b83463ffe
|
||||||
|
size 824179200
|
||||||
3
chinese-text-correction-1.5b.Q3_K_S.gguf
Normal file
3
chinese-text-correction-1.5b.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00fc594f627ef10da67b65eccb9446ec832b641be2a6fd68a09ac5f675071ffe
|
||||||
|
size 760945152
|
||||||
3
chinese-text-correction-1.5b.Q4_K_M.gguf
Normal file
3
chinese-text-correction-1.5b.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2793224da3d16302e53e5bdcb9a8ceb63b61d10fdf7fb1a136595f4732dcc2e
|
||||||
|
size 986049024
|
||||||
3
chinese-text-correction-1.5b.Q4_K_S.gguf
Normal file
3
chinese-text-correction-1.5b.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a839677cffcea214ce333347e79764641b0ed31732cf382963af2f467d247d5f
|
||||||
|
size 940313088
|
||||||
3
chinese-text-correction-1.5b.Q5_K_M.gguf
Normal file
3
chinese-text-correction-1.5b.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:592744e19bcd8a466228ffb82816ed1d5ab7b2c01663e10c0ae1176d670852a0
|
||||||
|
size 1125050880
|
||||||
3
chinese-text-correction-1.5b.Q5_K_S.gguf
Normal file
3
chinese-text-correction-1.5b.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b38779de15bb0f36976a4b64eec103875848dc2e317358c69da4f100f481c3b
|
||||||
|
size 1098729984
|
||||||
3
chinese-text-correction-1.5b.Q6_K.gguf
Normal file
3
chinese-text-correction-1.5b.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:12fcdb85b7272a32b7caf83dd4948a9200282ade65cd2064b59e8fadbbc2c965
|
||||||
|
size 1272740352
|
||||||
3
chinese-text-correction-1.5b.Q8_0.gguf
Normal file
3
chinese-text-correction-1.5b.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b765b383b628b6d03aa5ae4493126500bad921906dbf6947b45dc646f4fce520
|
||||||
|
size 1646573568
|
||||||
3
chinese-text-correction-1.5b.f16.gguf
Normal file
3
chinese-text-correction-1.5b.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8a54244f4e8028cc7887be21399d1bd160b98615b0e7a50cadcacc44ef7408d
|
||||||
|
size 3093669888
|
||||||
Reference in New Issue
Block a user