writeamp-models / mini /README.md
amitashwini's picture
Add mini/midi Q4_K_M mirrors (mradermacher sources, byte-identical, ADR-245)
ad4d1dc verified
|
Raw
History Blame Contribute Delete
2 kB
---
license: apache-2.0
tags:
- text-generation
- smollm2
- gguf
- mirror
base_model: HuggingFaceTB/SmolLM2-135M
---
# SmolLM2-135M (mirror, Q4_K_M)
Mirror of [`mradermacher/SmolLM2-135M-GGUF`](https://huggingface.co/mradermacher/SmolLM2-135M-GGUF)'s
`SmolLM2-135M.Q4_K_M.gguf`, hosted in WriteAmp's
[`datadab/writeamp-models`](https://huggingface.co/datadab/writeamp-models) repo as a cold-start
fallback for the `mini` catalog tier.
> **Primary source of truth:** mradermacher's repo (linked above). We do **not** claim authorship of
> the Q4_K_M quantization; this mirror is byte-identical and exists only so the `mini` tier keeps
> working if mradermacher's URL becomes unreachable. The catalog's primary `downloadURL` continues
> to point at mradermacher; this mirror is reached only after both `huggingface.co` and the
> `hf-mirror.com` retry path fail (see ADR-245).
| Field | Value |
| --- | --- |
| Filename | `SmolLM2-135M.Q4_K_M.gguf` |
| Size | 105,454,016 bytes |
| SHA-256 | `127c52bae983b2d0de09c60d6292743e3239e44239bbe8ccb8cf3241513ff5a0` |
| Mirror URL | `https://huggingface.co/datadab/writeamp-models/resolve/main/SmolLM2-135M.Q4_K_M.gguf?download=true` |
## Provenance
- **Base model:** [`HuggingFaceTB/SmolLM2-135M`](https://huggingface.co/HuggingFaceTB/SmolLM2-135M) (Apache 2.0, © Hugging Face).
- **Q4_K_M quantization:** [`mradermacher/SmolLM2-135M-GGUF`](https://huggingface.co/mradermacher/SmolLM2-135M-GGUF). All credit for the GGUF goes to mradermacher; this mirror is a byte-identical copy made for reliability.
## License
Apache License 2.0. The mirror inherits the license of both the base model and mradermacher's
Q4_K_M quantization (both Apache 2.0). Full license text lives at the base model repo.
## Refresh policy
This mirror is refreshed manually whenever mradermacher bumps a SHA-256. The catalog's
`expectedSizeBytes` and `sha256` are the source of truth; an out-of-sync mirror fails the same
size/SHA gate that already gates fresh downloads.