Views
No views yet
abdou-u/MNLP_M3_w4a8_quantized_mcqa_modelmgatti/MNLP_M3_mcqa_model, obtained using Optimum-Quanto. It has been pushed to the Hugging Face Hub using the PyTorchModelHubMixin interface.mgatti/MNLP_M3_mcqa_model1from transformers import AutoTokenizer
2from optimum.quanto.models import QuantizedModelForCausalLM
3
4model = QuantizedModelForCausalLM.from_pretrained("abdou-u/MNLP_M3_w4a8_quantized_mcqa_model")
5tokenizer = AutoTokenizer.from_pretrained("abdou-u/MNLP_M3_w4a8_quantized_mcqa_model")@misc{abdelmalek2025mnlp,
title={MNLP M3 Quantized MCQA Model (W4A8)},
author={Ahmed Abdelmalek},
year={2025},
howpublished={\url{https://huggingface.co/abdou-u/MNLP_M3_w4a8_quantized_mcqa_model}},
note={CS-552 Project M3}
}