How to use slone/nllb-pruned-6L-512d with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("slone/nllb-pruned-6L-512d") model = AutoModelForSeq2SeqLM.from_pretrained("slone/nllb-pruned-6L-512d")
No model card