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 has been archived by the owner on Jun 14, 2020. It is now read-only.
import qas
from qas import adam
import spacy
from qas.constants import EN_MODEL_MD, EN_MODEL_DEFAULT, EN_MODEL_SM
adam.main("when was WW2?")
I get the error:
usage: ipykernel_launcher.py [-h] [--version] [-l XX] [-n Y] [--lite]
[--model XXX_XX] [-v] [-vv]
"QUESTION"
ipykernel_launcher.py: error: unrecognized arguments: h e n w a s W W 2 ?
An exception has occurred, use %tb to see the full traceback.
SystemExit: 2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to run the code in Jupyter, I have everything installed. but when running:
import sys
sys.path.insert(0, '/the/path/in/my/computer')
import qas
from qas import adam
import spacy
from qas.constants import EN_MODEL_MD, EN_MODEL_DEFAULT, EN_MODEL_SM
adam.main("when was WW2?")
I get the error:
usage: ipykernel_launcher.py [-h] [--version] [-l XX] [-n Y] [--lite]
[--model XXX_XX] [-v] [-vv]
"QUESTION"
ipykernel_launcher.py: error: unrecognized arguments: h e n w a s W W 2 ?
An exception has occurred, use %tb to see the full traceback.
SystemExit: 2
The text was updated successfully, but these errors were encountered: