first commit 70aa466
Anon commited on
How to use luonluonvn/small100_ct2_quant_int8 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("luonluonvn/small100_ct2_quant_int8", dtype="auto")