JoshuaAAX commited on
Commit
420caa0
1 Parent(s): ca18c2e

Training complete

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -11,8 +11,6 @@ metrics:
11
  model-index:
12
  - name: bert-finetuned-ner
13
  results: []
14
- datasets:
15
- - conll2002
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.1705
26
- - Precision: 0.7588
27
- - Recall: 0.8038
28
- - F1: 0.7806
29
- - Accuracy: 0.9680
30
 
31
  ## Model description
32
 
@@ -57,11 +55,11 @@ The following hyperparameters were used during training:
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
- | 0.0281 | 1.0 | 521 | 0.1800 | 0.7135 | 0.7578 | 0.7350 | 0.9610 |
61
- | 0.0413 | 2.0 | 1042 | 0.1418 | 0.7279 | 0.7937 | 0.7594 | 0.9657 |
62
- | 0.026 | 3.0 | 1563 | 0.1476 | 0.7575 | 0.8077 | 0.7818 | 0.9678 |
63
- | 0.0172 | 4.0 | 2084 | 0.1660 | 0.7503 | 0.8022 | 0.7753 | 0.9676 |
64
- | 0.0117 | 5.0 | 2605 | 0.1705 | 0.7588 | 0.8038 | 0.7806 | 0.9680 |
65
 
66
 
67
  ### Framework versions
@@ -69,4 +67,4 @@ The following hyperparameters were used during training:
69
  - Transformers 4.40.2
70
  - Pytorch 2.2.1+cu121
71
  - Datasets 2.19.1
72
- - Tokenizers 0.19.1
 
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.1471
24
+ - Precision: 0.7369
25
+ - Recall: 0.7943
26
+ - F1: 0.7646
27
+ - Accuracy: 0.9666
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.1691 | 1.0 | 521 | 0.1438 | 0.6830 | 0.7371 | 0.7090 | 0.9587 |
59
+ | 0.076 | 2.0 | 1042 | 0.1402 | 0.7075 | 0.7670 | 0.7361 | 0.9622 |
60
+ | 0.05 | 3.0 | 1563 | 0.1332 | 0.7536 | 0.7971 | 0.7748 | 0.9672 |
61
+ | 0.0359 | 4.0 | 2084 | 0.1442 | 0.7420 | 0.7845 | 0.7626 | 0.9663 |
62
+ | 0.0265 | 5.0 | 2605 | 0.1471 | 0.7369 | 0.7943 | 0.7646 | 0.9666 |
63
 
64
 
65
  ### Framework versions
 
67
  - Transformers 4.40.2
68
  - Pytorch 2.2.1+cu121
69
  - Datasets 2.19.1
70
+ - Tokenizers 0.19.1