Downloads · 30 days
3
18% of all-time downloads
medmekk/qsrt
qsrt is a machine learning model from medmekk. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
This model is a quantized version of the original model medmekk/qsrt. It has been quantized using int4 quantization with bitsandbytes.
Downloads · 30 days
3
18% of all-time downloads
All-time downloads
17
Public
Parameters
505M
457 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors457 MB · 100%
How the weights are stored.
U8369M · 73%
From the Hugging Face model README
This model is a quantized version of the original model medmekk/qsrt. It has been quantized using int4 quantization with bitsandbytes.
You can use this model in your applications by loading it directly from the Hugging Face Hub:
from transformers import AutoModel
model = AutoModel.from_pretrained("medmekk/qsrt")