ramsrigouthamg / Questgen.ai

Question generation using state-of-the-art Natural Language Processing algorithms
https://questgen.ai/
MIT License
900 stars 287 forks source link

Value error #54

Open vivekmenonm opened 1 year ago

vivekmenonm commented 1 year ago

I have downloaded every model required while running the FAQ generator I'm getting the below-mentioned error,

\env\lib\site-packages\srsly\util.py", line 24, in force_path raise ValueError(f"Can't read file: {location}") ValueError: Can't read file: s2v_old\strings.json

Tonycrux commented 1 year ago

Hi @vivekmenonm, have you been able to solve this??

simplylu commented 1 year ago

Same issue here… Is anyone from the developers working on this, or can you at least reproduce the issue on a freshly installed environment? I get the error when trying to use the generator for MCQ.

yad-manish commented 1 year ago

wget https://github.com/explosion/sense2vec/releases/download/v1.0.0/s2v_reddit_2015_md.tar.gz

tar -xvf s2v_reddit_2015_md.tar.gz

run these. It will solve the issue