mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Create README.md (#7468)
This commit is contained in:
parent
f745f61c99
commit
664da5b077
1 changed files with 15 additions and 0 deletions
15
model_cards/allenyummy/chinese-bert-wwm-ehr-ner-sl/README.md
Normal file
15
model_cards/allenyummy/chinese-bert-wwm-ehr-ner-sl/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
language: zh-tw
|
||||
---
|
||||
|
||||
# Model name
|
||||
Chinese-bert-wwm-electrical-health-record-ner-sequence-labeling
|
||||
|
||||
|
||||
#### How to use
|
||||
|
||||
```
|
||||
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
||||
tokenizer = AutoTokenizer.from_pretrained("chinese-bert-wwm-ehr-ner-sl")
|
||||
model = AutoModelForTokenClassification.from_pretrained("chinese-bert-wwm-ehr-ner-sl")
|
||||
```
|
||||
Loading…
Reference in a new issue