sergejcodes
commited on
Commit
•
ced849b
1
Parent(s):
45bceb8
chore: update readme
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ metrics:
|
|
10 |
- f1
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
-
- name: bert-large-uncased-conll2003
|
14 |
results:
|
15 |
- task:
|
16 |
name: Token Classification
|
@@ -34,12 +34,15 @@ model-index:
|
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
value: 0.979076030660866
|
|
|
|
|
|
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
40 |
should probably proofread and complete it, then remove this comment. -->
|
41 |
|
42 |
-
# bert-large-uncased-conll2003
|
43 |
|
44 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the conll2003 dataset.
|
45 |
It achieves the following results on the evaluation set:
|
@@ -88,4 +91,4 @@ The following hyperparameters were used during training:
|
|
88 |
- Transformers 4.27.2
|
89 |
- Pytorch 2.0.0+cu117
|
90 |
- Datasets 2.10.1
|
91 |
-
- Tokenizers 0.13.2
|
|
|
10 |
- f1
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
+
- name: bert-large-uncased-conll2003
|
14 |
results:
|
15 |
- task:
|
16 |
name: Token Classification
|
|
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
value: 0.979076030660866
|
37 |
+
language:
|
38 |
+
- en
|
39 |
+
library_name: transformers
|
40 |
---
|
41 |
|
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-large-uncased-conll2003
|
46 |
|
47 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the conll2003 dataset.
|
48 |
It achieves the following results on the evaluation set:
|
|
|
91 |
- Transformers 4.27.2
|
92 |
- Pytorch 2.0.0+cu117
|
93 |
- Datasets 2.10.1
|
94 |
+
- Tokenizers 0.13.2
|