đ PocketDoc/Dans-PersonalityEngine-V1.3.0-12b - GGUF
This repository offers GGUF format model files for PocketDoc/Dans-PersonalityEngine-V1.3.0-12b, quantized by TensorBlock and compatible with llama.cpp.

đ Quick Start
This repo contains GGUF format model files for PocketDoc/Dans-PersonalityEngine-V1.3.0-12b. The files were quantized using machines provided by TensorBlock, and they are compatible with llama.cpp as of commit b5753.
⨠Features
Our projects
đ Documentation
Prompt template
[gMASK]<sop><|system|>{system_prompt}<|endoftext|><|user|>{prompt}<|endoftext|><|assistant|>
Model file specification
Property |
Details |
Model Type |
GGUF format model files for PocketDoc/Dans-PersonalityEngine-V1.3.0-12b |
Training Data |
- PocketDoc/Dans-Prosemaxx-RP - PocketDoc/Dans-Personamaxx-Logs-2 - ... (a long list of datasets) |
Supported Languages |
en, ar, de, fr, es, hi, pt, ja, ko |
Base Model |
PocketDoc/Dans-PersonalityEngine-V1.3.0-12b |
Pipeline Tag |
text-generation |
Library Name |
transformers |
Filename |
Quant type |
File Size |
Description |
Dans-PersonalityEngine-V1.3.0-12b-Q2_K.gguf |
Q2_K |
4.791 GB |
smallest, significant quality loss - not recommended for most purposes |
Dans-PersonalityEngine-V1.3.0-12b-Q3_K_S.gguf |
Q3_K_S |
5.534 GB |
very small, high quality loss |
Dans-PersonalityEngine-V1.3.0-12b-Q3_K_M.gguf |
Q3_K_M |
6.083 GB |
very small, high quality loss |
Dans-PersonalityEngine-V1.3.0-12b-Q3_K_L.gguf |
Q3_K_L |
6.562 GB |
small, substantial quality loss |
Dans-PersonalityEngine-V1.3.0-12b-Q4_0.gguf |
Q4_0 |
7.072 GB |
legacy; small, very high quality loss - prefer using Q3_K_M |
Dans-PersonalityEngine-V1.3.0-12b-Q4_K_S.gguf |
Q4_K_S |
7.120 GB |
small, greater quality loss |
Dans-PersonalityEngine-V1.3.0-12b-Q4_K_M.gguf |
Q4_K_M |
7.477 GB |
medium, balanced quality - recommended |
Dans-PersonalityEngine-V1.3.0-12b-Q5_0.gguf |
Q5_0 |
8.519 GB |
legacy; medium, balanced quality - prefer using Q4_K_M |
Dans-PersonalityEngine-V1.3.0-12b-Q5_K_S.gguf |
Q5_K_S |
8.519 GB |
large, low quality loss - recommended |
Dans-PersonalityEngine-V1.3.0-12b-Q5_K_M.gguf |
Q5_K_M |
8.728 GB |
large, very low quality loss - recommended |
Dans-PersonalityEngine-V1.3.0-12b-Q6_K.gguf |
Q6_K |
10.056 GB |
very large, extremely low quality loss |
Dans-PersonalityEngine-V1.3.0-12b-Q8_0.gguf |
Q8_0 |
13.022 GB |
very large, extremely low quality loss - not recommended |
Downloading instruction
Command line
â ī¸ Important Note
Firstly, you need to install Huggingface Client.
pip install -U "huggingface_hub[cli]"
đĄ Usage Tip
Then, you can download the individual model file to a local directory.
huggingface-cli download tensorblock/PocketDoc_Dans-PersonalityEngine-V1.3.0-12b-GGUF --include "Dans-PersonalityEngine-V1.3.0-12b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
If you wanna download multiple model files with a pattern (e.g., *Q4_K*gguf
), you can try:
huggingface-cli download tensorblock/PocketDoc_Dans-PersonalityEngine-V1.3.0-12b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
đ License
The project uses the apache-2.0 license.