raulgdp commited on
Commit
2a870a1
1 Parent(s): f8ccc16

Training complete

Browse files
Files changed (1) hide show
  1. README.md +12 -14
README.md CHANGED
@@ -11,8 +11,6 @@ metrics:
11
  model-index:
12
  - name: bert-finetuned-ner
13
  results: []
14
- datasets:
15
- - tner/conll2003
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -22,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
22
 
23
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
24
  It achieves the following results on the evaluation set:
25
- - Loss: 0.0592
26
- - Precision: 0.9332
27
- - Recall: 0.9497
28
- - F1: 0.9414
29
- - Accuracy: 0.9862
30
 
31
  ## Model description
32
 
@@ -57,14 +55,14 @@ The following hyperparameters were used during training:
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
- | 0.0779 | 1.0 | 1756 | 0.0688 | 0.9155 | 0.9371 | 0.9261 | 0.9824 |
61
- | 0.0401 | 2.0 | 3512 | 0.0550 | 0.9328 | 0.9483 | 0.9405 | 0.9860 |
62
- | 0.0267 | 3.0 | 5268 | 0.0592 | 0.9332 | 0.9497 | 0.9414 | 0.9862 |
63
 
64
 
65
  ### Framework versions
66
 
67
- - Transformers 4.31.0
68
- - Pytorch 2.0.1+cu117
69
- - Datasets 2.18.0
70
- - Tokenizers 0.13.3
 
11
  model-index:
12
  - name: bert-finetuned-ner
13
  results: []
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0605
24
+ - Precision: 0.9341
25
+ - Recall: 0.9495
26
+ - F1: 0.9417
27
+ - Accuracy: 0.9863
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0745 | 1.0 | 1756 | 0.0688 | 0.9081 | 0.9300 | 0.9189 | 0.9812 |
59
+ | 0.0361 | 2.0 | 3512 | 0.0606 | 0.9336 | 0.9472 | 0.9404 | 0.9855 |
60
+ | 0.0231 | 3.0 | 5268 | 0.0605 | 0.9341 | 0.9495 | 0.9417 | 0.9863 |
61
 
62
 
63
  ### Framework versions
64
 
65
+ - Transformers 4.40.0
66
+ - Pytorch 2.2.1+cu121
67
+ - Datasets 2.19.0
68
+ - Tokenizers 0.19.1