JoshuaAAX commited on
Commit
1d56e01
1 Parent(s): ade5f1d

Training complete

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -6,12 +6,11 @@ tags:
6
  metrics:
7
  - precision
8
  - recall
 
9
  - accuracy
10
  model-index:
11
  - name: bert-finetuned-ner
12
  results: []
13
- datasets:
14
- - conll2002
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -21,15 +20,15 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.1793
25
- - Precision: 0.7556
26
- - Recall: 0.8015
27
- - Overall F1: 0.7779
28
- - Accuracy: 0.9669
29
 
30
  ## Model description
31
 
32
- This is a model trained on the conll2002 dataset that can be used for Named Entity Recognition. This model uses bert-base-cased as the underlying encoder.
33
 
34
  ## Intended uses & limitations
35
 
@@ -54,11 +53,11 @@ The following hyperparameters were used during training:
54
 
55
  ### Training results
56
 
57
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Overall F1 | Accuracy |
58
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:----------:|:--------:|
59
- | 0.0221 | 1.0 | 1041 | 0.1840 | 0.7401 | 0.7976 | 0.7678 | 0.9662 |
60
- | 0.0362 | 2.0 | 2082 | 0.1571 | 0.7490 | 0.8028 | 0.7750 | 0.9662 |
61
- | 0.0187 | 3.0 | 3123 | 0.1793 | 0.7556 | 0.8015 | 0.7779 | 0.9669 |
62
 
63
 
64
  ### Framework versions
@@ -66,4 +65,4 @@ The following hyperparameters were used during training:
66
  - Transformers 4.40.2
67
  - Pytorch 2.2.1+cu121
68
  - Datasets 2.19.1
69
- - Tokenizers 0.19.1
 
6
  metrics:
7
  - precision
8
  - recall
9
+ - f1
10
  - accuracy
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.1564
24
+ - Precision: 0.75
25
+ - Recall: 0.8045
26
+ - F1: 0.7763
27
+ - Accuracy: 0.9682
28
 
29
  ## Model description
30
 
31
+ More information needed
32
 
33
  ## Intended uses & limitations
34
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0439 | 1.0 | 1041 | 0.1419 | 0.7464 | 0.7918 | 0.7684 | 0.9674 |
59
+ | 0.0458 | 2.0 | 2082 | 0.1414 | 0.7493 | 0.8028 | 0.7752 | 0.9677 |
60
+ | 0.0261 | 3.0 | 3123 | 0.1564 | 0.75 | 0.8045 | 0.7763 | 0.9682 |
61
 
62
 
63
  ### Framework versions
 
65
  - Transformers 4.40.2
66
  - Pytorch 2.2.1+cu121
67
  - Datasets 2.19.1
68
+ - Tokenizers 0.19.1