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

all_venues .json #28

Open En-J-A opened 2 years ago

En-J-A commented 2 years ago

what is the content of the file all_venues in evaluate_multiwoz.py self.venues = json.load(open('resources/all_venues.json', 'r')) how can I get it, please?

Ceralu commented 2 years ago

I had the same problem. I found that that file wasn't used anywhere else in the evaluation script so I just commented the line and it works.