Error on larger dataset

#2
by Uzzije - opened

pipeline function invocation errors out on a few of the examples provided in the model card. I get a pytorch error stating IndexError: index out of range in self

Screen Shot 2022-12-21 at 8.13.55 AM.png

Model has a limitation in terms input embedding size which is 1024. As per that, the input needs to be truncated to avoid this error.

knkarthick changed discussion status to closed

Sign up or log in to comment