Green-Sky's picture
Update README.md
fbf35f6 verified
|
raw
history blame contribute delete
No virus
829 Bytes
---
license: cc-by-4.0
library_name: transformers
tags:
- supertrainer2000
- not-for-all-audiences
- writing
- roleplay
- gguf
- stablelm_epoch
- gguf-imatrix
base_model:
- euclaise/Memphis-scribe-3B
model_type: stablelm_epoch
quantized_by: Green-Sky
language:
- en
---
llama.cpp conversion of https://huggingface.co/euclaise/Memphis-scribe-3B
except for f16 and q8_0, every quant is using the imatrix from wiki-train
### ppl (512 wiki.test)
| quant | ppl (lower is better) |
|---------------|-----|
| f16(baseline) | 9.9437 +/- 0.07019 |
| q8_0 | 9.9474 +/- 0.07022 |
| q5_k_m | 10.0347 +/- 0.07091 |
| q4_k_m | 10.1192 +/- 0.07152 |
| iq3_xxs | 11.5266 +/- 0.08157 |
| q2_k | 13.0623 +/- 0.09548 |
| iq2_xs | 16.6174 +/- 0.11807 |
| iq2_xxs | 22.6462 +/- 0.16226 |