Views
No views yet
zay25/MNLP_M3_quantized_modelhssawhney/Best-Performing-Model (Qwen3-0.6B-Base)awq libraryhssawhney/Best-Performing-Model, fine-tuned on MCQA-style reasoning tasksw_bit = 4)hssawhney/Reasoning-Dataset1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("zay25/MNLP_M3_quantized_model", trust_remote_code=True)
4tokenizer = AutoTokenizer.from_pretrained("zay25/MNLP_M3_quantized_model")