初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/Typst-Coder-9B-GGUF Source: Original Platform
This commit is contained in:
48
.gitattributes
vendored
Normal file
48
.gitattributes
vendored
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
*.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
|
||||||
|
Typst-Coder-9B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Typst-Coder-9B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
67
README.md
Normal file
67
README.md
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
---
|
||||||
|
base_model: TechxGenus/Typst-Coder-9B
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
license: apache-2.0
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- code
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/TechxGenus/Typst-Coder-9B
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
weighted/imatrix quants are available at https://huggingface.co/mradermacher/Typst-Coder-9B-i1-GGUF
|
||||||
|
## 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/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q2_K.gguf) | Q2_K | 3.5 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q3_K_S.gguf) | Q3_K_S | 4.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q3_K_M.gguf) | Q3_K_M | 4.4 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q3_K_L.gguf) | Q3_K_L | 4.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.IQ4_XS.gguf) | IQ4_XS | 4.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q4_0_4_4.gguf) | Q4_0_4_4 | 5.1 | fast on arm, low quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q4_K_S.gguf) | Q4_K_S | 5.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q4_K_M.gguf) | Q4_K_M | 5.4 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q5_K_S.gguf) | Q5_K_S | 6.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q5_K_M.gguf) | Q5_K_M | 6.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q6_K.gguf) | Q6_K | 7.3 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.Q8_0.gguf) | Q8_0 | 9.5 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Typst-Coder-9B-GGUF/resolve/main/Typst-Coder-9B.f16.gguf) | f16 | 17.8 | 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
Typst-Coder-9B.IQ4_XS.gguf
Normal file
3
Typst-Coder-9B.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18e62b4f58fe3c0f1afdbdaf3d050633b5bf9c9716044cbec9a9b15f1127b522
|
||||||
|
size 4827280576
|
||||||
3
Typst-Coder-9B.Q2_K.gguf
Normal file
3
Typst-Coder-9B.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:378ea7209e1d95652434dba159b001eb11d3fa35e171f20ee149647c66d688d0
|
||||||
|
size 3354326208
|
||||||
3
Typst-Coder-9B.Q3_K_L.gguf
Normal file
3
Typst-Coder-9B.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9686f70b48bc63246747467e4f93d0eb2820179ffa34afe171412e3964941c20
|
||||||
|
size 4690752704
|
||||||
3
Typst-Coder-9B.Q3_K_M.gguf
Normal file
3
Typst-Coder-9B.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:16e47bbc46ad277acb6108b52cc361a4526194d93ff834b6bba7846162179360
|
||||||
|
size 4324406464
|
||||||
3
Typst-Coder-9B.Q3_K_S.gguf
Normal file
3
Typst-Coder-9B.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6bafc769a5bf17e9644a6601f44d9e7f94e77acaeff32e5f0c593c11272726c6
|
||||||
|
size 3899208896
|
||||||
3
Typst-Coder-9B.Q4_0_4_4.gguf
Normal file
3
Typst-Coder-9B.Q4_0_4_4.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f7df4b225902a4b49d095746036c6951fc47e36664759db5683f2383e92d49d
|
||||||
|
size 5036995776
|
||||||
3
Typst-Coder-9B.Q4_K_M.gguf
Normal file
3
Typst-Coder-9B.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8dd6ebe4e761ae6d4d299ad4addade672b39958e85d18481787a46ad921a744c
|
||||||
|
size 5328958656
|
||||||
3
Typst-Coder-9B.Q4_K_S.gguf
Normal file
3
Typst-Coder-9B.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:89e1f34d1165b163383c7df3f3111940bba624cd988629b5dbffb206e9ec4b19
|
||||||
|
size 5071860928
|
||||||
3
Typst-Coder-9B.Q5_K_M.gguf
Normal file
3
Typst-Coder-9B.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19570da630a005916456bfe0dfc34ed33c75a9378354fad9e0dfca86d7e956a8
|
||||||
|
size 6258259136
|
||||||
3
Typst-Coder-9B.Q5_K_S.gguf
Normal file
3
Typst-Coder-9B.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:39c0fc979fb2932da12556934ca1fb661f09543e5353487d4a9decd6b5fd0626
|
||||||
|
size 6107854016
|
||||||
3
Typst-Coder-9B.Q6_K.gguf
Normal file
3
Typst-Coder-9B.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf67b0a265d09b0a20dba4b7f020efbcd9dec87876ce27e8dbe96255fa57d49f
|
||||||
|
size 7245640896
|
||||||
3
Typst-Coder-9B.Q8_0.gguf
Normal file
3
Typst-Coder-9B.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9434bb9389f20bc2b98ad1d28b40ac79c2142abc88c9d132f783fa46f4aa9273
|
||||||
|
size 9383916736
|
||||||
3
Typst-Coder-9B.f16.gguf
Normal file
3
Typst-Coder-9B.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2148ef479304dab9dc89a358ab786adb0ff28ade15db85c9ce1fc71c1f7ccc21
|
||||||
|
size 17661113536
|
||||||
Reference in New Issue
Block a user