kssteven418/I-BERT

Task name references in strings are wrong

AmosHason opened this issue · 1 comments

Some inconsistencies arose due to previous commits, preventing fine-tuning for these tasks (SST-2 and STS-B).
It's better to use enumeration in order to prevent such issues in the future. However, for now I'm providing two lightweight PRs (#27 and #28) to address this issue.

Then how can I get the acc of STS-B task?