update model card README.md
Browse files
README.md
CHANGED
@@ -2,36 +2,9 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
datasets:
|
6 |
-
- wnut_17
|
7 |
-
metrics:
|
8 |
-
- precision
|
9 |
-
- recall
|
10 |
-
- f1
|
11 |
-
- accuracy
|
12 |
model-index:
|
13 |
- name: distilbert-base-uncased-finetuned-ner
|
14 |
-
results:
|
15 |
-
- task:
|
16 |
-
name: Token Classification
|
17 |
-
type: token-classification
|
18 |
-
dataset:
|
19 |
-
name: wnut_17
|
20 |
-
type: wnut_17
|
21 |
-
args: wnut_17
|
22 |
-
metrics:
|
23 |
-
- name: Precision
|
24 |
-
type: precision
|
25 |
-
value: 0.6160388821385177
|
26 |
-
- name: Recall
|
27 |
-
type: recall
|
28 |
-
value: 0.4030206677265501
|
29 |
-
- name: F1
|
30 |
-
type: f1
|
31 |
-
value: 0.48726573762614134
|
32 |
-
- name: Accuracy
|
33 |
-
type: accuracy
|
34 |
-
value: 0.9304966165844707
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -39,13 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
39 |
|
40 |
# distilbert-base-uncased-finetuned-ner
|
41 |
|
42 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
43 |
-
It achieves the following results on the evaluation set:
|
44 |
-
- Loss: 0.3316
|
45 |
-
- Precision: 0.6160
|
46 |
-
- Recall: 0.4030
|
47 |
-
- F1: 0.4873
|
48 |
-
- Accuracy: 0.9305
|
49 |
|
50 |
## Model description
|
51 |
|
@@ -72,15 +39,6 @@ The following hyperparameters were used during training:
|
|
72 |
- lr_scheduler_type: linear
|
73 |
- num_epochs: 3
|
74 |
|
75 |
-
### Training results
|
76 |
-
|
77 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
-
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
-
| No log | 1.0 | 213 | 0.3407 | 0.6220 | 0.3323 | 0.4332 | 0.9229 |
|
80 |
-
| No log | 2.0 | 426 | 0.3272 | 0.6288 | 0.3824 | 0.4755 | 0.9288 |
|
81 |
-
| 0.1779 | 3.0 | 639 | 0.3316 | 0.6160 | 0.4030 | 0.4873 | 0.9305 |
|
82 |
-
|
83 |
-
|
84 |
### Framework versions
|
85 |
|
86 |
- Transformers 4.18.0
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: distilbert-base-uncased-finetuned-ner
|
7 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
12 |
|
13 |
# distilbert-base-uncased-finetuned-ner
|
14 |
|
15 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
39 |
- lr_scheduler_type: linear
|
40 |
- num_epochs: 3
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### Framework versions
|
43 |
|
44 |
- Transformers 4.18.0
|