airi commited on
Commit
e8f035c
1 Parent(s): 338b924

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -15
README.md CHANGED
@@ -1,11 +1,6 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
4
- metrics:
5
- - precision
6
- - recall
7
- - f1
8
- - accuracy
9
  model-index:
10
  - name: bert-finetuned-ner
11
  results: []
@@ -17,12 +12,6 @@ should probably proofread and complete it, then remove this comment. -->
17
  # bert-finetuned-ner
18
 
19
  This model is a fine-tuned version of [Davlan/bert-base-multilingual-cased-ner-hrl](https://huggingface.co/Davlan/bert-base-multilingual-cased-ner-hrl) on the None dataset.
20
- It achieves the following results on the evaluation set:
21
- - Loss: 0.0791
22
- - Precision: 0.7606
23
- - Recall: 0.8831
24
- - F1: 0.8173
25
- - Accuracy: 0.9853
26
 
27
  ## Model description
28
 
@@ -47,15 +36,13 @@ The following hyperparameters were used during training:
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 3
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
- | No log | 1.0 | 87 | 0.0758 | 0.7044 | 0.7922 | 0.7457 | 0.9846 |
57
- | No log | 2.0 | 174 | 0.0667 | 0.7619 | 0.8727 | 0.8136 | 0.9857 |
58
- | No log | 3.0 | 261 | 0.0791 | 0.7606 | 0.8831 | 0.8173 | 0.9853 |
59
 
60
 
61
  ### Framework versions
 
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
 
 
 
4
  model-index:
5
  - name: bert-finetuned-ner
6
  results: []
 
12
  # bert-finetuned-ner
13
 
14
  This model is a fine-tuned version of [Davlan/bert-base-multilingual-cased-ner-hrl](https://huggingface.co/Davlan/bert-base-multilingual-cased-ner-hrl) on the None dataset.
 
 
 
 
 
 
15
 
16
  ## Model description
17
 
 
36
  - seed: 42
37
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
38
  - lr_scheduler_type: linear
39
+ - num_epochs: 1
40
 
41
  ### Training results
42
 
43
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
44
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
45
+ | No log | 1.0 | 87 | 0.0594 | 0.7613 | 0.8779 | 0.8154 | 0.9873 |
 
 
46
 
47
 
48
  ### Framework versions