Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Overview
|
2 |
This model consists of a bert-base-uncased model fine-tuned for Named Entity Recognition (NER) with 18 NE tags on the Universal Dependencies English dataset.
|
3 |
\
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- ner
|
6 |
+
metrics:
|
7 |
+
- seqeval
|
8 |
+
---
|
9 |
+
|
10 |
## Overview
|
11 |
This model consists of a bert-base-uncased model fine-tuned for Named Entity Recognition (NER) with 18 NE tags on the Universal Dependencies English dataset.
|
12 |
\
|