Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- zh
|
4 |
tags:
|
5 |
- bert
|
6 |
- pytorch
|
7 |
- zh
|
8 |
- ner
|
9 |
-
license:
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# BertSpan for Chinese Named Entity Recognition(bertspan4ner) Model
|
@@ -82,5 +86,4 @@ CNER中文实体识别数据集,数据格式:
|
|
82 |
year = {2022},
|
83 |
url = {https://github.com/shibing624/nerpy},
|
84 |
}
|
85 |
-
```
|
86 |
-
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- zh
|
4 |
tags:
|
5 |
- bert
|
6 |
- pytorch
|
7 |
- zh
|
8 |
- ner
|
9 |
+
license: apache-2.0
|
10 |
+
library_name: transformers
|
11 |
+
pipeline_tag: token-classification
|
12 |
+
widget:
|
13 |
+
- text: 常建良,男,1963年出生,工科学士,高级工程师
|
14 |
---
|
15 |
|
16 |
# BertSpan for Chinese Named Entity Recognition(bertspan4ner) Model
|
|
|
86 |
year = {2022},
|
87 |
url = {https://github.com/shibing624/nerpy},
|
88 |
}
|
89 |
+
```
|
|