timoschick / pet

This repository contains the code for "Exploiting Cloze Questions for Few-Shot Text Classification and Natural Language Inference"
https://arxiv.org/abs/2001.07676
Apache License 2.0
1.62k stars 283 forks source link

PET loads training data when just "do_eval" is set #40

Open puraminy opened 3 years ago

puraminy commented 3 years ago

I trained a model using pet and I want to evaluate it over some validation set. While I remove --do_train and only leave --do_eval option, it still loads training data which in my opinion is unnecessary,