sa-j / MachineComprehension

Machine Comprehension on SQuAD with Match-LSTM & Answer Pointer (in Theano)
6 stars 0 forks source link

FileNotFoundError #1

Closed kinghuin closed 6 years ago

kinghuin commented 6 years ago

Hi, I am a student interested in this project. But there appears to be a lack of documentation,such as

How can I get these files? :)

sa-j commented 6 years ago

Hi Kinghuin,

If the issue still exists, here is the solution: You don't need the .pkl-files listed above, they are created during the preprocessing of the raw SQuAD data. Have a look at squad_dataset_exploration.py.

Best, Saj