jishnunair
commited on
Commit
•
412b8f9
1
Parent(s):
cdc2217
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,11 @@ metrics:
|
|
11 |
model-index:
|
12 |
- name: distilBert_NER_finer
|
13 |
results: []
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -18,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# distilBert_NER_finer
|
20 |
|
21 |
-
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.0198
|
24 |
- Precision: 0.9445
|
@@ -26,17 +31,10 @@ It achieves the following results on the evaluation set:
|
|
26 |
- F1: 0.9541
|
27 |
- Accuracy: 0.9954
|
28 |
|
29 |
-
## Model description
|
30 |
-
|
31 |
-
More information needed
|
32 |
-
|
33 |
-
## Intended uses & limitations
|
34 |
-
|
35 |
-
More information needed
|
36 |
|
37 |
## Training and evaluation data
|
38 |
|
39 |
-
|
40 |
|
41 |
## Training procedure
|
42 |
|
@@ -65,4 +63,4 @@ The following hyperparameters were used during training:
|
|
65 |
- Transformers 4.38.2
|
66 |
- Pytorch 2.2.1+cu121
|
67 |
- Datasets 2.18.0
|
68 |
-
- Tokenizers 0.15.2
|
|
|
11 |
model-index:
|
12 |
- name: distilBert_NER_finer
|
13 |
results: []
|
14 |
+
datasets:
|
15 |
+
- nlpaueb/finer-139
|
16 |
+
language:
|
17 |
+
- en
|
18 |
+
pipeline_tag: token-classification
|
19 |
---
|
20 |
|
21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
23 |
|
24 |
# distilBert_NER_finer
|
25 |
|
26 |
+
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the [Finer-139](https://huggingface.co/datasets/nlpaueb/finer-139) dataset.
|
27 |
It achieves the following results on the evaluation set:
|
28 |
- Loss: 0.0198
|
29 |
- Precision: 0.9445
|
|
|
31 |
- F1: 0.9541
|
32 |
- Accuracy: 0.9954
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|
37 |
+
The training data consists of the 4 most widely available ner_tags from the Finer-139 dataset. The training and the test data were curated from this source accordingly
|
38 |
|
39 |
## Training procedure
|
40 |
|
|
|
63 |
- Transformers 4.38.2
|
64 |
- Pytorch 2.2.1+cu121
|
65 |
- Datasets 2.18.0
|
66 |
+
- Tokenizers 0.15.2
|