brightmart / albert_zh

A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
https://arxiv.org/pdf/1909.11942.pdf
3.94k stars 753 forks source link

File path error #176

Open w17716383006 opened 1 year ago

w17716383006 commented 1 year ago

Hello, I have 3 file path problems in the task_sentiment_albert.py file. config_path = '/root/kg/bert/albert_small_zh_google/albert_config.json'

checkpoint_path = '/root/kg/bert/albert_small_zh_google/albert_model.ckpt'

dict_path = '/root/kg/bert/albert_small_zh_google/vocab.txt'

Where can I download these files?