初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/gemma-2-9b-it-mathinstruct-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
|
||||
gemma-2-9b-it-mathinstruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gemma-2-9b-it-mathinstruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
66
README.md
Normal file
66
README.md
Normal file
@@ -0,0 +1,66 @@
|
||||
---
|
||||
base_model: kyungeun/gemma-2-9b-it-mathinstruct
|
||||
datasets:
|
||||
- TIGER-Lab/MathInstruct
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
quantized_by: mradermacher
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/kyungeun/gemma-2-9b-it-mathinstruct
|
||||
|
||||
<!-- provided-files -->
|
||||
weighted/imatrix quants are available at https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-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/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.Q2_K.gguf) | Q2_K | 3.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.Q3_K_S.gguf) | Q3_K_S | 4.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.Q3_K_M.gguf) | Q3_K_M | 4.9 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.Q3_K_L.gguf) | Q3_K_L | 5.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.IQ4_XS.gguf) | IQ4_XS | 5.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.Q4_K_S.gguf) | Q4_K_S | 5.6 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.Q4_K_M.gguf) | Q4_K_M | 5.9 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.Q5_K_S.gguf) | Q5_K_S | 6.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.Q5_K_M.gguf) | Q5_K_M | 6.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.Q6_K.gguf) | Q6_K | 7.7 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.Q8_0.gguf) | Q8_0 | 9.9 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gemma-2-9b-it-mathinstruct-GGUF/resolve/main/gemma-2-9b-it-mathinstruct.f16.gguf) | f16 | 18.6 | 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
gemma-2-9b-it-mathinstruct.IQ4_XS.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60220b62325b6737c7eaf26ec7073a7043ac29b48b8bf6381773d4fbda4c0c3a
|
||||
size 5223171648
|
||||
3
gemma-2-9b-it-mathinstruct.Q2_K.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72edc7fc292467c0182ab1d37c809b33dc3e85786b17feac88bec19543471e95
|
||||
size 3805398592
|
||||
3
gemma-2-9b-it-mathinstruct.Q3_K_L.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f981101235e34872477cb4b53d06aa35a783eac166eb1b86aca52a4fa9260e85
|
||||
size 5132453440
|
||||
3
gemma-2-9b-it-mathinstruct.Q3_K_M.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81d1bd98e7887db3aac26ea76ec836bcc7a0249f723e0229df5838bb52123fe9
|
||||
size 4761781824
|
||||
3
gemma-2-9b-it-mathinstruct.Q3_K_S.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:847031837e2ee7cc078db58af4073f7e4b50db0e6731302768f48700f87db43a
|
||||
size 4337665600
|
||||
3
gemma-2-9b-it-mathinstruct.Q4_K_M.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73aa0c8b77f78823a98f2aba5ecfbc3b29afb2f73448320b09645031756ae97e
|
||||
size 5761058368
|
||||
3
gemma-2-9b-it-mathinstruct.Q4_K_S.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02925b309848a1ab1a42a354bcc57d67f04357b4d64fe976926518834a72bcb2
|
||||
size 5478925888
|
||||
3
gemma-2-9b-it-mathinstruct.Q5_K_M.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b1b402930bc7f003b73ce0a8c03b994156ad3b1894ab25e45a1bd52377cfdb4
|
||||
size 6647367232
|
||||
3
gemma-2-9b-it-mathinstruct.Q5_K_S.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d08602f3a987bd980143b5374b2d544027c778f427b61ac1b3aaf843f548899
|
||||
size 6483592768
|
||||
3
gemma-2-9b-it-mathinstruct.Q6_K.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d018f24fb23e30f27637831a5b60808b1e0b5fcdb383a12dea70800d175b9c94
|
||||
size 7589070400
|
||||
3
gemma-2-9b-it-mathinstruct.Q8_0.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c065607ac1088910cc0a7e9fd42d0a69986ec02700fdebcaaf458a1b8ff849f
|
||||
size 9827149376
|
||||
3
gemma-2-9b-it-mathinstruct.f16.gguf
Normal file
3
gemma-2-9b-it-mathinstruct.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:578b71c9ca4652a8c11df420abb07b66b395b69b9e5329a27c414f1c1265cd44
|
||||
size 18490680896
|
||||
Reference in New Issue
Block a user