liuwei1206 / LEBERT

Code for the ACL2021 paper "Lexicon Enhanced Chinese Sequence Labelling Using BERT Adapter"
336 stars 60 forks source link

Where can I download the file "tencent_vocab.txt"? #1

Closed yinazhu closed 3 years ago

yinazhu commented 3 years ago

Hi @liuwei1206 ,Congratulations to your ACL2021 acceptance. Thanks a lot for your work. I was very interested in your research and I'm desired to go through the code to learn more details about your model. Can you give me some instructions that provide the addresses for the file "tencent_vocab.txt"?

liuwei1206 commented 3 years ago

Hi,

Thanks for your interest.

The tencent_vocab.txt is exactly the vocab table of the pre-trained word embedding. In other words, you can iterate through the embedding file and saved the contained words as tencent_vocab.txt. Hopes it help.

Wei