初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/math-professor-3B-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
|
||||||
|
math-professor-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
math-professor-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
73
README.md
Normal file
73
README.md
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
---
|
||||||
|
base_model: entfane/math-professor-3B
|
||||||
|
datasets:
|
||||||
|
- qwedsacf/grade-school-math-instructions
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
mradermacher:
|
||||||
|
readme_rev: 1
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- trl
|
||||||
|
- sft
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/entfane/math-professor-3B
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
|
||||||
|
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#math-professor-3B-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/math-professor-3B-GGUF/resolve/main/math-professor-3B.Q2_K.gguf) | Q2_K | 1.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.Q3_K_S.gguf) | Q3_K_S | 1.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.Q3_K_M.gguf) | Q3_K_M | 1.7 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.Q3_K_L.gguf) | Q3_K_L | 1.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.IQ4_XS.gguf) | IQ4_XS | 1.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.Q4_K_S.gguf) | Q4_K_S | 1.9 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.Q4_K_M.gguf) | Q4_K_M | 2.0 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.Q5_K_S.gguf) | Q5_K_S | 2.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.Q5_K_M.gguf) | Q5_K_M | 2.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.Q6_K.gguf) | Q6_K | 2.6 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.Q8_0.gguf) | Q8_0 | 3.4 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/math-professor-3B-GGUF/resolve/main/math-professor-3B.f16.gguf) | f16 | 6.3 | 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
math-professor-3B.IQ4_XS.gguf
Normal file
3
math-professor-3B.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d299933456fb8490e85f82b8d82b5c057a512ceb3a3399f91bbbec6d84ca160
|
||||||
|
size 1753185024
|
||||||
3
math-professor-3B.Q2_K.gguf
Normal file
3
math-professor-3B.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:410109c3508cf0a387e8b6dae6b6b9797a3d044fe698ae134ff2cecb2daa007c
|
||||||
|
size 1274755840
|
||||||
3
math-professor-3B.Q3_K_L.gguf
Normal file
3
math-professor-3B.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58d8a604e0f8605718f4609baef68167eebe4cbd72723173aaf1b330dee6b742
|
||||||
|
size 1707391744
|
||||||
3
math-professor-3B.Q3_K_M.gguf
Normal file
3
math-professor-3B.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cae792ce40a3de5e551c9105f6a302ad3c7ab004c370ff82322fadfc4cf33d00
|
||||||
|
size 1590475520
|
||||||
3
math-professor-3B.Q3_K_S.gguf
Normal file
3
math-professor-3B.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91efb8aed973efdf128736bd6348b7c2405186612c22b714a036daef427d47ee
|
||||||
|
size 1454357248
|
||||||
3
math-professor-3B.Q4_K_M.gguf
Normal file
3
math-professor-3B.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c5b0e192d77c5625f14c07e814b18becc90b212f0e68929749e44091ffdb0db
|
||||||
|
size 1929902848
|
||||||
3
math-professor-3B.Q4_K_S.gguf
Normal file
3
math-professor-3B.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2c88b676aeb4b2b75693427d58d1f1b9ede38046e0c9fb36056c5a9a78f749be
|
||||||
|
size 1834384128
|
||||||
3
math-professor-3B.Q5_K_M.gguf
Normal file
3
math-professor-3B.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99c87f4418324da10d0929b3e1c91f53a5627c43d8dff507e256720952bcae98
|
||||||
|
size 2224814848
|
||||||
3
math-professor-3B.Q5_K_S.gguf
Normal file
3
math-professor-3B.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf4085f6d13278600e1b719bc20e214c62c915aed35d53657532b7b4456485f2
|
||||||
|
size 2169666304
|
||||||
3
math-professor-3B.Q6_K.gguf
Normal file
3
math-professor-3B.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a2ea4bd99201374fb1c3fb7da16e6a48b3bef9148fd053cbe9375c7f95069fa
|
||||||
|
size 2538158848
|
||||||
3
math-professor-3B.Q8_0.gguf
Normal file
3
math-professor-3B.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fac10dc8089f82033cd798b82547e4e9bcc7412242d798d8f8972d050213c898
|
||||||
|
size 3285476096
|
||||||
3
math-professor-3B.f16.gguf
Normal file
3
math-professor-3B.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b46255dfc70f5d16e0c0332d9f6b64ee2d4e11beee108e513e0838564cfefd6b
|
||||||
|
size 6178317056
|
||||||
Reference in New Issue
Block a user