huseyincenik
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,13 @@ tags:
|
|
7 |
model-index:
|
8 |
- name: huseyincenik/conll_ner_with_bert
|
9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -53,4 +60,4 @@ The following hyperparameters were used during training:
|
|
53 |
- Transformers 4.45.0.dev0
|
54 |
- TensorFlow 2.17.0
|
55 |
- Datasets 2.21.0
|
56 |
-
- Tokenizers 0.19.1
|
|
|
7 |
model-index:
|
8 |
- name: huseyincenik/conll_ner_with_bert
|
9 |
results: []
|
10 |
+
datasets:
|
11 |
+
- tner/conll2003
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
metrics:
|
15 |
+
- accuracy
|
16 |
+
pipeline_tag: token-classification
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
60 |
- Transformers 4.45.0.dev0
|
61 |
- TensorFlow 2.17.0
|
62 |
- Datasets 2.21.0
|
63 |
+
- Tokenizers 0.19.1
|