EffyLi commited on
Commit
80577ad
1 Parent(s): a9c0a71

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -41
README.md CHANGED
@@ -4,34 +4,9 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - conll2003
7
- metrics:
8
- - precision
9
- - recall
10
- - f1
11
- - accuracy
12
  model-index:
13
  - name: bert-base-NER-finetuned-ner
14
- results:
15
- - task:
16
- name: Token Classification
17
- type: token-classification
18
- dataset:
19
- name: conll2003
20
- type: conll2003
21
- args: conll2003
22
- metrics:
23
- - name: Precision
24
- type: precision
25
- value: 0.9327342290239345
26
- - name: Recall
27
- type: recall
28
- value: 0.9405167773192177
29
- - name: F1
30
- type: f1
31
- value: 0.9366093366093367
32
- - name: Accuracy
33
- type: accuracy
34
- value: 0.9850621063165951
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -40,12 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
40
  # bert-base-NER-finetuned-ner
41
 
42
  This model is a fine-tuned version of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) on the conll2003 dataset.
43
- It achieves the following results on the evaluation set:
44
- - Loss: 0.0723
45
- - Precision: 0.9327
46
- - Recall: 0.9405
47
- - F1: 0.9366
48
- - Accuracy: 0.9851
49
 
50
  ## Model description
51
 
@@ -72,15 +41,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 | 220 | 0.0754 | 0.9225 | 0.9296 | 0.9260 | 0.9831 |
80
- | No log | 2.0 | 440 | 0.0688 | 0.9319 | 0.9407 | 0.9363 | 0.9849 |
81
- | 0.0717 | 3.0 | 660 | 0.0723 | 0.9327 | 0.9405 | 0.9366 | 0.9851 |
82
-
83
-
84
  ### Framework versions
85
 
86
  - Transformers 4.18.0
 
4
  - generated_from_trainer
5
  datasets:
6
  - conll2003
 
 
 
 
 
7
  model-index:
8
  - name: bert-base-NER-finetuned-ner
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
  # bert-base-NER-finetuned-ner
16
 
17
  This model is a fine-tuned version of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) on the conll2003 dataset.
 
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3
43
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.18.0