salesforce / simpletod

Official repository for "SimpleTOD: A Simple Language Model for Task-Oriented Dialogue"
https://arxiv.org/abs/2005.00796
BSD 3-Clause "New" or "Revised" License
235 stars 79 forks source link

missing dependencies #2

Open qbetterk opened 3 years ago

qbetterk commented 3 years ago

It seems package tensorboardX and simplejson are required in "create_dataset.sh" but missing in "requirements.txt". You may want to add them to the file "requirements.txt"

qbetterk commented 3 years ago

also "en_core_web_sm" from spacy is missing. can be fixed with python -m spacy download en

skiingpacman commented 3 years ago

Maybe also need to include 'spacy' in "requirements.txt' so that the above works?