lonePatient / BERT-NER-Pytorch

Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
MIT License
2.05k stars 425 forks source link

可以弄个运行实例吗? #60

Open nlpCSir opened 2 years ago

nlpCSir commented 2 years ago

小白不知道怎么运行啊哥,给个例子运行下呗

wones commented 2 years ago

这有一个例子: python .\run_ner_crf.py --task_name cner --data_dir datasets/cner --model_type bert --model_name_or_path bert-base-chinese --output_dir outputs --do_train