Edit model card
YAML Metadata Error: "language" with value "zh-tw" is not valid. It must be an ISO 639-1, 639-2 or 639-3 code (two/three letters), or a special value like "code", "multilingual". If you want to use BCP-47 identifiers, you can specify them in language_bcp47.

Model name

Chinese-bert-wwm-electrical-health-records-ner-sequence-labeling

How to use

from transformers import AutoTokenizer, AutoModelForTokenClassification  
tokenizer = AutoTokenizer.from_pretrained("allenyummy/chinese-bert-wwm-ehr-ner-sl")  
model = AutoModelForTokenClassification.from_pretrained("allenyummy/chinese-bert-wwm-ehr-ner-sl") 
Downloads last month
8
Unable to determine this model’s pipeline type. Check the docs .