STS training
luomancs opened this issue · 1 comments
luomancs commented
Hi,
load_sts function require that the block number is larger than 8, I wonder why? can we just give one premise, one hyperthesis and one score, (three blocks)
yfpeng commented
This is because we reused the original BERT codes which assume the input has the format of STS-B. To work around, you can put empty string to fill the blank.