Nardien / NMG

Official Code Repository for the paper "Neural Mask Generator: Learning to Generate Adaptive Word Maskings for Language Model Adaptation (EMNLP 2020)"
20 stars 2 forks source link

Your code is very incomplete #3

Closed gghhoosstt closed 3 years ago

gghhoosstt commented 3 years ago

Your code is very incomplete,the imdb and chemprot are not implemented, there are other errors. Could you please upload the complete code?

Nardien commented 3 years ago

Thank you for pointing out the issues. As you mentioned and as written in README.md, we only uploaded the question answering version of the code. We will upload the text classification version as soon as possible. (It means that the current version of glue_worker.py may not work.)

Due to the huge updates on the huggingface transformers library, it may not work well with the current version of the libraries. If you find any errors in this code, please let us know in detail. Thank you.

gghhoosstt commented 3 years ago

ok, thank you.