sergejcodes
commited on
Commit
·
c68ae59
1
Parent(s):
75064e4
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ metrics:
|
|
10 |
- f1
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
-
- name: bert-base-uncased-ner
|
14 |
results:
|
15 |
- task:
|
16 |
name: Token Classification
|
@@ -42,7 +42,7 @@ library_name: transformers
|
|
42 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
43 |
should probably proofread and complete it, then remove this comment. -->
|
44 |
|
45 |
-
# bert-base-uncased-ner
|
46 |
|
47 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the conll2003 dataset.
|
48 |
It achieves the following results on the evaluation set:
|
|
|
10 |
- f1
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
+
- name: bert-base-uncased-en-ner
|
14 |
results:
|
15 |
- task:
|
16 |
name: Token Classification
|
|
|
42 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
43 |
should probably proofread and complete it, then remove this comment. -->
|
44 |
|
45 |
+
# bert-base-uncased-en-ner
|
46 |
|
47 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the conll2003 dataset.
|
48 |
It achieves the following results on the evaluation set:
|