shibing624
commited on
Commit
•
3cfe78a
1
Parent(s):
344a656
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
-
|
4 |
tags:
|
5 |
- bert
|
6 |
- pytorch
|
7 |
-
-
|
8 |
- ner
|
9 |
license: "apache-2.0"
|
10 |
---
|
11 |
|
12 |
-
# BERT for
|
13 |
英文实体识别模型
|
14 |
|
15 |
-
`bert4ner-base-
|
16 |
|
17 |
The overall performance of BERT on CoNLL-2003 **test**:
|
18 |
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- en
|
4 |
tags:
|
5 |
- bert
|
6 |
- pytorch
|
7 |
+
- en
|
8 |
- ner
|
9 |
license: "apache-2.0"
|
10 |
---
|
11 |
|
12 |
+
# BERT for English Named Entity Recognition(bert4ner) Model
|
13 |
英文实体识别模型
|
14 |
|
15 |
+
`bert4ner-base-uncased` evaluate CoNLL-2003 test data:
|
16 |
|
17 |
The overall performance of BERT on CoNLL-2003 **test**:
|
18 |
|