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
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
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