Open jacobdeasy opened 4 years ago
run_classifier.py just serves as an example, and should be relatively easy to extend to other tasks. See, for example, the original BERT codebase (https://github.com/google-research/bert/) for an XNLI preprocessor, or for a separate main for SQuAD Question Answering.
Congratulations on the great paper!
One question, do you have additional processor classes? At the moment, the code reads:
and later:
meaning that only 3 datasets can be used for training.
It would be useful for replication purposes to have all processors available. Let me know if this is possible or if I have misunderstood!