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 Apr 8, 2025. It is now read-only.
Hi not sure if it is a bug , but i am trying to follow the steps in the tutorial and found the issue
I am using Transformer model model is being downloaded
QA_input = [{"qas": ["Why is model conversion important?"],
"context": "Model conversion lets people easily switch between frameworks."}]
result = nlp.inference_from_dicts(dicts=QA_input)
But getting the error as :
question_text = q["question"]
TypeError: string indices must be integers