Spico197 / DocEE

🕹️ A toolkit for document-level event extraction, containing some SOTA model implementations.
https://doc-ee.readthedocs.io/
MIT License
232 stars 36 forks source link

where to download bert-base-chinese #40

Closed KgLearner closed 2 years ago

KgLearner commented 2 years ago

Agreement

Hi, I am trying to train PTPCG. I download bert-base-chinese from huggingface website but error occurs. So I want to get your bert model to reduce the probability of errors. Thanks for reading.

Spico197 commented 2 years ago

I downloaded the model from huggingface, too. Or, if you just want to reproduce the results in our paper, just download the vocab.txt file since we don't actually use the PLM weights.

TinaGioro commented 2 years ago

Thanks for replying! I will try again!