Quants
Collection
Miscellaneous quantifications, mostly GGUF • 17 items • Updated • 1
How to use cstr/wmt21-dense-24-wide-en-x-stq8 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("cstr/wmt21-dense-24-wide-en-x-stq8")
model = AutoModelForSeq2SeqLM.from_pretrained("cstr/wmt21-dense-24-wide-en-x-stq8", device_map="auto")No model card