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
You can create train.tok.forvocab using nliutils.conver_data(), just adapting
print(' ||| '.join([text['gold_label'], text['sentence1'], text['sentence2']]), file = dout)
as
print(' '.join(text['sentence1'], text['sentence2']]), file = dout)
what's train.tok.forvocab ? Could i replace it as "train.txt" ?
The text was updated successfully, but these errors were encountered: