Elytum commited on
Commit
4eaf9bc
1 Parent(s): 1be6489

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -34
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - conll2003
7
  metrics:
8
  - precision
9
  - recall
@@ -11,29 +9,7 @@ metrics:
11
  - accuracy
12
  model-index:
13
  - name: bert-finetuned-ner
14
- results:
15
- - task:
16
- name: Token Classification
17
- type: token-classification
18
- dataset:
19
- name: conll2003
20
- type: conll2003
21
- config: conll2003
22
- split: validation
23
- args: conll2003
24
- metrics:
25
- - name: Precision
26
- type: precision
27
- value: 0.8879620543016029
28
- - name: Recall
29
- type: recall
30
- value: 0.913665432514305
31
- - name: F1
32
- type: f1
33
- value: 0.900630391506304
34
- - name: Accuracy
35
- type: accuracy
36
- value: 0.978060908383243
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  # bert-finetuned-ner
43
 
44
- This model is a fine-tuned version of [gaunernst/bert-small-uncased](https://huggingface.co/gaunernst/bert-small-uncased) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0827
47
- - Precision: 0.8880
48
- - Recall: 0.9137
49
- - F1: 0.9006
50
- - Accuracy: 0.9781
51
 
52
  ## Model description
53
 
@@ -78,9 +54,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.123 | 1.0 | 1756 | 0.0906 | 0.8590 | 0.8798 | 0.8693 | 0.9734 |
82
- | 0.0674 | 2.0 | 3512 | 0.0831 | 0.8768 | 0.9106 | 0.8934 | 0.9770 |
83
- | 0.0483 | 3.0 | 5268 | 0.0827 | 0.8880 | 0.9137 | 0.9006 | 0.9781 |
84
 
85
 
86
  ### Framework versions
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - precision
7
  - recall
 
9
  - accuracy
10
  model-index:
11
  - name: bert-finetuned-ner
12
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
17
 
18
  # bert-finetuned-ner
19
 
20
+ This model is a fine-tuned version of [gaunernst/bert-small-uncased](https://huggingface.co/gaunernst/bert-small-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.9493
23
+ - Precision: 0.3696
24
+ - Recall: 0.4043
25
+ - F1: 0.3862
26
+ - Accuracy: 0.4901
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 13 | 2.2566 | 0.2658 | 0.3032 | 0.2833 | 0.3663 |
58
+ | No log | 2.0 | 26 | 2.0199 | 0.3432 | 0.3755 | 0.3586 | 0.4554 |
59
+ | No log | 3.0 | 39 | 1.9493 | 0.3696 | 0.4043 | 0.3862 | 0.4901 |
60
 
61
 
62
  ### Framework versions