Feedback and support: TensorBlock's Twitter/X, Telegram Group and Discord server
mlx-community/Josiefied-Qwen2.5-0.5B-Instruct-abliterated-v1-float32 - GGUF
This repo contains GGUF format model files for mlx-community/Josiefied-Qwen2.5-0.5B-Instruct-abliterated-v1-float32.
The files were quantized using machines provided by TensorBlock, and they are compatible with llama.cpp as of commit b4242.
Prompt template
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
Model file specification
Downloading instruction
Command line
Firstly, install Huggingface Client
pip install -U "huggingface_hub[cli]"
Then, downoad the individual model file the a local directory
huggingface-cli download tensorblock/Josiefied-Qwen2.5-0.5B-Instruct-abliterated-v1-float32-GGUF --include "Josiefied-Qwen2.5-0.5B-Instruct-abliterated-v1-float32-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/Josiefied-Qwen2.5-0.5B-Instruct-abliterated-v1-float32-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
- Downloads last month
- 205
Inference API (serverless) does not yet support mlx models for this pipeline type.
Model tree for tensorblock/Josiefied-Qwen2.5-0.5B-Instruct-abliterated-v1-float32-GGUF
Base model
Qwen/Qwen2.5-0.5B
Finetuned
Qwen/Qwen2.5-0.5B-Instruct