Hyper Hustle
commited on
Commit
•
9202e3a
1
Parent(s):
9a614c5
Updated README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,13 @@ metrics:
|
|
11 |
model-index:
|
12 |
- name: bert-finetuned-ner-adam
|
13 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -18,7 +25,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# bert-finetuned-ner-adam
|
20 |
|
21 |
-
This model is a fine-tuned version of [dslim/bert-large-NER](https://huggingface.co/dslim/bert-large-NER) on an
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: nan
|
24 |
- Precision: 0.8845
|
@@ -65,4 +72,4 @@ The following hyperparameters were used during training:
|
|
65 |
- Transformers 4.38.2
|
66 |
- Pytorch 2.1.0+cu121
|
67 |
- Datasets 2.18.0
|
68 |
-
- Tokenizers 0.15.2
|
|
|
11 |
model-index:
|
12 |
- name: bert-finetuned-ner-adam
|
13 |
results: []
|
14 |
+
datasets:
|
15 |
+
- conll2003
|
16 |
+
- rungalileo/mit_movies
|
17 |
+
- hyperhustle/ner-dataset
|
18 |
+
language:
|
19 |
+
- en
|
20 |
+
pipeline_tag: token-classification
|
21 |
---
|
22 |
|
23 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
25 |
|
26 |
# bert-finetuned-ner-adam
|
27 |
|
28 |
+
This model is a fine-tuned version of [dslim/bert-large-NER](https://huggingface.co/dslim/bert-large-NER) on an [hyperhustle/ner-dataset](https://huggingface.co/datasets/hyperhustle/ner-dataset) dataset.
|
29 |
It achieves the following results on the evaluation set:
|
30 |
- Loss: nan
|
31 |
- Precision: 0.8845
|
|
|
72 |
- Transformers 4.38.2
|
73 |
- Pytorch 2.1.0+cu121
|
74 |
- Datasets 2.18.0
|
75 |
+
- Tokenizers 0.15.2
|