You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2024. It is now read-only.
Hi @AMontgomerie
I have successfully trained model on my own dataset and one file "t5-question-generator.pt" got saved as model file in question-generator folder.
While inferencing, when I am doing qg = QuestionGeneration(), I am getting below error.
OSError: Couldn't reach server at '/content/question_generator/t5-question-generator.pt' to download configuration file or configuration file is not a valid JSON file. Please check network or file content here: /content/question_generator/t5-question-generator.pt.
Hi @AMontgomerie
I have successfully trained model on my own dataset and one file "t5-question-generator.pt" got saved as model file in question-generator folder.
While inferencing, when I am doing qg = QuestionGeneration(), I am getting below error.
OSError: Couldn't reach server at '/content/question_generator/t5-question-generator.pt' to download configuration file or configuration file is not a valid JSON file. Please check network or file content here: /content/question_generator/t5-question-generator.pt.
Can you help me get this resolved???