Open Mahhos opened 5 years ago
You don't need to run utils.py
. The readme
tells you which notebooks to run.
Thanks for the clarification. I was following the steps in the A Hands-On Guide To Text Classification With Transformer Models (XLNet, BERT, XLM, RoBERTa) and thought we should run utils.py.
No problem. The stuff in utils
is used in the next notebook.
Is there any specific parameter that we should pass to run the utils.py? Running the file itself seems does nothing. It does not create the InputFeature objects or anything. What should we expect utils.py return/create? I have already done the data preprocessing part and generated the train.tsv and dev.tsv files. They are both on my data/ folder.