Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- zh
|
4 |
tags:
|
5 |
- bert
|
6 |
- pytorch
|
7 |
- zh
|
8 |
- ner
|
9 |
-
license:
|
|
|
10 |
---
|
11 |
|
12 |
# BERT for Chinese Named Entity Recognition(bert4ner) Model
|
@@ -146,4 +147,4 @@ CNER中文实体识别数据集,数据格式:
|
|
146 |
year = {2022},
|
147 |
url = {https://github.com/shibing624/nerpy},
|
148 |
}
|
149 |
-
```
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- zh
|
4 |
tags:
|
5 |
- bert
|
6 |
- pytorch
|
7 |
- zh
|
8 |
- ner
|
9 |
+
license: apache-2.0
|
10 |
+
pipeline_tag: token-classification
|
11 |
---
|
12 |
|
13 |
# BERT for Chinese Named Entity Recognition(bert4ner) Model
|
|
|
147 |
year = {2022},
|
148 |
url = {https://github.com/shibing624/nerpy},
|
149 |
}
|
150 |
+
```
|