Michelle YoungJin Kim

Results 3 comments of Michelle YoungJin Kim

I have the correct version, which is 0.3.3. Is it possible that I set the model path wrong? I unzipped the model, as written in the directions, and set the...

Installing lower version of transformers fixed the problem. Thank you!

There should be no parentheses. And you don't have to enter the directory before data files. Try this: ``` export INPUT_DATA_PATH=/content/phrase-bert-model export TRAIN_DATA_FILE=train2.csv export VALID_DATA_FILE=val2.csv export OUTPUT_MODEL_PATH=/content/output-phrase-bert-model ```