Describe the bug
When trying to test our TextPairClassificationProcessor I realized a lot of our example scripts are currently not working.
Example script text_pair_classification.py
I think we have to upload the dataset "asnq_binary" for it to work. @brandenchan
inheriting from TextclassificationProcessor might be failing: in the dataset_from_dicts method that we now call directly from the TextclassificationProcessor there we just convert "text" and not "text_b" as well @Timoeller
Example script passage_ranking.py
It throws an Exception("No task initialized....") @brandenchan
Describe the bug When trying to test our TextPairClassificationProcessor I realized a lot of our example scripts are currently not working.
Example script text_pair_classification.py
Example script passage_ranking.py
It throws an Exception("No task initialized....") @brandenchan