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

Model: mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-05 07:29:40 +08:00
commit 5e74d48a60
14 changed files with 158 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-ja-wikipedia-qa-1.5T-v0.1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
tinyllama-ja-wikipedia-qa-1.5T-v0.1.f16.gguf filter=lfs diff=lfs merge=lfs -text

75
README.md Normal file
View File

@@ -0,0 +1,75 @@
---
base_model: yuiseki/tinyllama-ja-wikipedia-qa-1.5T-v0.1
datasets:
- izumi-lab/wikipedia-ja-20230720
- alfredplpl/wikipedia-qa-ja-1m
language:
- ja
library_name: transformers
license: apache-2.0
mradermacher:
readme_rev: 1
quantized_by: mradermacher
tags:
- local-ai-hackathon
- local-ai-hackathon-2024-03
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: -->
static quants of https://huggingface.co/yuiseki/tinyllama-ja-wikipedia-qa-1.5T-v0.1
<!-- provided-files -->
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#tinyllama-ja-wikipedia-qa-1.5T-v0.1-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/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q2_K.gguf) | Q2_K | 0.5 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q3_K_S.gguf) | Q3_K_S | 0.6 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q3_K_M.gguf) | Q3_K_M | 0.6 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q3_K_L.gguf) | Q3_K_L | 0.7 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.IQ4_XS.gguf) | IQ4_XS | 0.7 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q4_K_S.gguf) | Q4_K_S | 0.7 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q4_K_M.gguf) | Q4_K_M | 0.8 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q5_K_S.gguf) | Q5_K_S | 0.9 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q5_K_M.gguf) | Q5_K_M | 0.9 | |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q6_K.gguf) | Q6_K | 1.0 | very good quality |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.Q8_0.gguf) | Q8_0 | 1.3 | fast, best quality |
| [GGUF](https://huggingface.co/mradermacher/tinyllama-ja-wikipedia-qa-1.5T-v0.1-GGUF/resolve/main/tinyllama-ja-wikipedia-qa-1.5T-v0.1.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:15a2cf7b9b9b3352791a7665baf697ade5bf9fae0e0d4d88ffa7e39730416ed3
size 609808512

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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