Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.
This repository was archived by the owner on May 31, 2024. It is now read-only.

can you get your example to run? question_generation_example.ipynb #18

@ninjamoba

Description

@ninjamoba

examples/question_generation_example.ipynb

this step:

qg = QuestionGenerator()

with open('articles/indian_matchmaking.txt', 'r') as a:
    article = a.read()

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions