Hi there @madlag, Thanks for your great work! It seems there is a problem for MNLI if we update text_classification/parameters.json with **do_train: 0** and run following, ``` mkdir result export CUDA_VISIBLE_DEVICES=0; python command_line.py finetune --json-path text_classification/parameters.json mnli result ``` we get the result "eval_results_mnli.json" ``` { "eval_accuracy": 0.06622516556291391, "eval_loss": 15.527382850646973 } ``` I would really appreciate if you could double-check the code and there could be a bug? Or I must miss something.
Hi there @madlag,
Thanks for your great work!
It seems there is a problem for MNLI
if we update text_classification/parameters.json with do_train: 0
and run following,
we get the result
"eval_results_mnli.json"
I would really appreciate if you could double-check the code and there could be a bug? Or I must miss something.