Open Yuqi92 opened 5 years ago
@Yuqi92 Could you share with me the environment setting (e.g. OS, version, etc.) of your experiment so I can repro the issue? Meanwhile please also check whether submodule code under 'xlnet' folder is correctly synced to specified commit:)
Thanks for your work on xlnet extension! It is quite impressive with how quickly this has been done. I have a question with importing xlnet package. When I tried running NER experiment, I got an error in line 753 of
run_ner.py
, saying that "AttributeError: 'module' object has no attribute 'XLNetConfig'". Do you have any idea whyxlnet.XLNetConfig
is not successfully imported here?Thanks in advance for your answer!