模型:
Geotrend/distilbert-base-zh-cased
我们正在分享处理自定义语言数量的小型版本的 distilbert-base-multilingual-cased 。
我们的版本提供了与原始模型完全相同的表示,从而保留了原始的准确性。
有关详细信息,请访问我们的论文: Load What You Need: Smaller Versions of Multilingual BERT 。
from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Geotrend/distilbert-base-zh-cased") model = AutoModel.from_pretrained("Geotrend/distilbert-base-zh-cased")
要生成其他小型多语言转换器的版本,请访问 our Github repo 。
@inproceedings{smallermdistilbert, title={Load What You Need: Smaller Versions of Mutlilingual BERT}, author={Abdaoui, Amine and Pradel, Camille and Sigel, Grégoire}, booktitle={SustaiNLP / EMNLP}, year={2020} }
请通过amine@geotrend.fr联系以获取任何问题、反馈或请求。