--- language: - en - zh thumbnail: "url to a thumbnail used in social sharing" tags: - translation license: apache-2.0 datasets: - THUOCL清华大学开放中文词库 metrics: - bleu --- 清华大学中文开放词库 How to Get Started With the Model from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("bert-base-chinese") model = AutoModelForMaskedLM.from_pretrained("bert-base-chinese")