Hi there,
I have been following the tensorflow track of the HF course and got an http 404 error when running the below:
from transformers import TFAutoModelForSeq2SeqLM
model = TFAutoModelForSeq2SeqLM.from_pretrained(model_checkpoint)
error message:
404 Client Error: Not Found for url: https://huggingface.co/Helsinki-NLP/opus-mt-en-fr/resolve/main/tf_model.h5
I went to the model card and could not find the tf_model.h5 file. Is there something that I am missing or does the model only work for Torch?
thanks