google-research / uda

Unsupervised Data Augmentation (UDA)
https://arxiv.org/abs/1904.12848
Apache License 2.0
2.17k stars 312 forks source link

How to output the classification/prediction result in text? #44

Closed PenKoNN closed 5 years ago

michaelpulsewidth commented 5 years ago

You can take a look at how BERT run prediction for SQuAD. https://github.com/google-research/bert/blob/master/run_squad.py#L1256

PenKoNN commented 5 years ago

Thanks for confirmation. That's what I though as well.