You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great system you designed! It is a great improvement over your previous CheckList system. I can not wait to try our your system into my project!
However, running the sample notebooks requires some external .csv files that do not seem to be provided in the notebooks/ directory or anywhere else in your repository. Specifically,
Two way sentiment analysis.ipynb requires hotel_reviews.csv.
Could these two files be provided? If this is not possible, could you explain how we create a .csv with same schema from existing sentiment classification or NLI dataset?
Hi,
Thanks for the great system you designed! It is a great improvement over your previous CheckList system. I can not wait to try our your system into my project!
However, running the sample notebooks requires some external
.csvfiles that do not seem to be provided in thenotebooks/directory or anywhere else in your repository. Specifically,Testing Models -- Sentence Pair Classification.ipynbrequiressequence_classification_tests.csv.Two way sentiment analysis.ipynbrequireshotel_reviews.csv.Could these two files be provided? If this is not possible, could you explain how we create a
.csvwith same schema from existing sentiment classification or NLI dataset?Best,
Guanqun