初始化项目,由ModelHub XC社区提供模型

Model: mradermacher/tinyllama-history-chat_v0.2ps-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-17 13:45:18 +08:00
commit 7663a42676
14 changed files with 146 additions and 0 deletions

47
.gitattributes vendored Normal file
View 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
tinyllama-history-chat_v0.2ps.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-history-chat_v0.2ps.f16.gguf filter=lfs diff=lfs merge=lfs -text

63
README.md Normal file
View File

@@ -0,0 +1,63 @@
---
base_model: ambrosfitz/tinyllama-history-chat_v0.2ps
language:
- en
library_name: transformers
quantized_by: mradermacher
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: -->
static quants of https://huggingface.co/ambrosfitz/tinyllama-history-chat_v0.2ps
<!-- 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/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.Q2_K.gguf) | Q2_K | 0.5 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.Q3_K_S.gguf) | Q3_K_S | 0.6 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.Q3_K_M.gguf) | Q3_K_M | 0.6 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.Q3_K_L.gguf) | Q3_K_L | 0.7 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.IQ4_XS.gguf) | IQ4_XS | 0.7 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.Q4_K_S.gguf) | Q4_K_S | 0.7 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.Q4_K_M.gguf) | Q4_K_M | 0.8 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.Q5_K_S.gguf) | Q5_K_S | 0.9 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.Q5_K_M.gguf) | Q5_K_M | 0.9 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.Q6_K.gguf) | Q6_K | 1.0 | very good quality |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.Q8_0.gguf) | Q8_0 | 1.3 | fast, best quality |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-history-chat_v0.2ps-GGUF/resolve/main/tinyllama-history-chat_v0.2ps.f16.gguf) | f16 | 2.3 | 16 bpw, overkill |
Here is a handy graph by ikawrakow comparing some lower-quality quant
types (lower is better):
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
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 -->

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c266282193ecd8d38833ca69ae977c10c220b61836405b5f39ec3a9de97f5d15
size 609808640

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae4e73101f4fa357d9782ff030d40ccd4ef87f24cbbc1cb46713a32a6355904d
size 432132352

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e704a5e7f0c2411529a4c8789fee4e1ed1a768341cca7ea89c77bf6371328e47
size 591528192

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28a3bbe4b47932968d3ef6df9bb42b8338c23cbe00f1c90df1087ebdcaf49747
size 548405504

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f57746a4efee00dcc64408043f7218fd00119036936ef214d9c4672e484a43e
size 499343616

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6db69ed4c7603df2c1e2f90f258ca0f589330fed356a2b1ef03b42da4f2141e7
size 667816192

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67fa44a6bf05a5ccd1d7234b5b5cac81bbc783ec4728b4fc4a31f5cb8e6403f4
size 639873280

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47f378b8f84604af6d9dc87c936de62c36004908354c3e7cb09175e5185abeb8
size 782045440

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df74e5a607f5c3f32287bf919f78dc434f685f0d60f7ced449abe959a2acf173
size 766030080

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:faf4f35baf346449c580ea9333166732653f72a0fd5b4852c230e0c29de14f9a
size 903414016

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b8096581ffd894f894dfde63b0bc0aedbf0b05e665ff6bf604fe3b14c37077c
size 1169809664

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:edd716d521dcab8889c6d337185788800525409d4a184f6d09a5d258854c4ce1
size 2201018624