How to use Hellina/eng_amh_unnormalized with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Hellina/eng_amh_unnormalized") model = AutoModelForSeq2SeqLM.from_pretrained("Hellina/eng_amh_unnormalized")
The community tab is the place to discuss and collaborate with the HF community!