Track tokenizer.json with Git LFS 80dbcc0
ch-epfl-347046 commited on
How to use clejordan/MNLP_M2_quantized_model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("clejordan/MNLP_M2_quantized_model", device_map="auto")