Views
No views yet
medmekk/Qwen2.5-Coder-0.5B-Instruct-bnb-4bit-nf4. It has been quantized using int4 quantization with bitsandbytes.1from transformers import AutoModel
2
3model = AutoModel.from_pretrained("medmekk/Qwen2.5-Coder-0.5B-Instruct-bnb-4bit-nf4")