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.
examples/question_generation_example.ipynb
this step:
gives me this error running in google colab with gpu:
`---------------------------------------------------------------------------
NameError Traceback (most recent call last)
in ()
----> 1 qg = QuestionGenerator()
2
3 with open('articles/indian_matchmaking.txt', 'r') as a:
4 article = a.read()
NameError: name 'QuestionGenerator' is not defined`