Downloads · 30 days
2
7% of all-time downloads
medmekk/qsdf
qsdf 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 meta-llama/Meta-Llama-3-8B. It has been quantized using int8weightonly quantization with torchao.
Downloads · 30 days
2
7% of all-time downloads
All-time downloads
29
Public
Repo size
9.1 GB
Likes
0
Public
Click a slice to open those files.
.bin9.1 GB · 100%
From the Hugging Face model README
This model is a quantized version of the original model meta-llama/Meta-Llama-3-8B. It has been quantized using int8_weight_only quantization with torchao.
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("meta-llama/Meta-Llama-3-8B")