Downloads · 30 days
4
15% of all-time downloads
medmekk/quantized_70B
quantized_70B 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-70B. It has been quantized using int4weightonly quantization with torchao.
Downloads · 30 days
4
15% of all-time downloads
All-time downloads
26
Public
Repo size
40.6 GB
Likes
0
Public
Click a slice to open those files.
.bin40.6 GB · 100%
From the Hugging Face model README
This model is a quantized version of the original model meta-llama/Meta-Llama-3-70B. It has been quantized using int4_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-70B")