Closed c-chaitanya closed 5 years ago
I think this is a separate issue than the one you tagged. @paulaWesselmann will look into this one for you
Hey @chaitu9701, can you send me how your lookup table file looks like? The externally supplied lookup tables must be in a newline-separated format.
It's the same file, I obtained while doing a git clone, the file I'm trying to train is in the food folder. I'm using python3.6 anaconda version. Please let me know if you still need the file
The link to the tutorial doesn't work, I cannot see what the file looks like. Maybe can you just copy the first few lines here.
the folder named data/company in this git repo https://github.com/RasaHQ/rasa_lookup_demo/tree/master/data. And thank you for the quick response
I am confused now, why the folder data/company
?
I though we were talking about this file: https://github.com/RasaHQ/rasa_lookup_demo/blob/master/data/food/food.txt which looks all good by the way.
I'm facing the same issue with both food and company. The command which gives me the error is when i try to train it using python -m rasa_nlu.train -c /home/chaitanya/rasa_lookup_demo/configs/config.yaml --data food -o models --project current --verbose
Ah I see, if you are using all files in the food folder for nlu training you have to remove the food.txt file from there, since nlu data has to be .md
Ah, thanks for the update. Will try that
That solved the issue, I sincerely thank you for your time and effort.
I've been following this totorial I Cloned the repo, and when I run python run_lookup.py everything works fine(i.e it gives me precision and recall). When I try to train a model on food data provided using cmd
python -m rasa_nlu.train -c /home/chaitanya/rasa_lookup_demo/configs/config.yaml --data food -o models --project current --verbose
it loads spacy model and throws errorIm using a virtual environment and my versions are