Hi, i am getting started in NLP area.
i have got in trouble,when i run the script "run_glue.py" .
it said that ModuleNotFoundError: No module named 'classification', and i can not find the module neither.
here is my following page:
gluon-nlp modelzoo : https://gluon-nlp.mxnet.io/model_zoo/language_model/index.html#sentence-classification
command : https://github.com/dmlc/web-data/blob/master/gluonnlp/logs/language_model/xlnet_l12_h768_a12_finetuned_SST_mxnet1.6.0rc1.sh
Thanks a lot.
@HuFBH thanks for reporting. Indeed it seems to be missing from the downloaded zipfile. For now, you can use sentence classification in https://gluon-nlp.mxnet.io/v0.9.x/model_zoo/bert/index.html
cc @chenw23 @eric-haibin-lin
Hi
It's from here scripts/bert/data/classification.py
Maybe you didn't have proper configurations to let your interpreter find it automatically
@chenw23 if you download the zip file from the language model page, you will see that the BERT scripts are not in it.
Oh sorry. I thought they were cloning the whole project and develop in the project.