Swaraj66 commited on
Commit
f8f664a
·
verified ·
1 Parent(s): 7fdaf25

Training complete

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -26,16 +26,16 @@ model-index:
26
  metrics:
27
  - name: Precision
28
  type: precision
29
- value: 0.9372926343729263
30
  - name: Recall
31
  type: recall
32
- value: 0.9508582968697409
33
  - name: F1
34
  type: f1
35
- value: 0.9440267335004177
36
  - name: Accuracy
37
  type: accuracy
38
- value: 0.9864602342968152
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -45,11 +45,11 @@ should probably proofread and complete it, then remove this comment. -->
45
 
46
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
47
  It achieves the following results on the evaluation set:
48
- - Loss: 0.0617
49
- - Precision: 0.9373
50
- - Recall: 0.9509
51
- - F1: 0.9440
52
- - Accuracy: 0.9865
53
 
54
  ## Model description
55
 
@@ -80,14 +80,14 @@ The following hyperparameters were used during training:
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
- | 0.0754 | 1.0 | 1756 | 0.0655 | 0.9068 | 0.9349 | 0.9206 | 0.9824 |
84
- | 0.0339 | 2.0 | 3512 | 0.0662 | 0.9314 | 0.9458 | 0.9385 | 0.9853 |
85
- | 0.0212 | 3.0 | 5268 | 0.0617 | 0.9373 | 0.9509 | 0.9440 | 0.9865 |
86
 
87
 
88
  ### Framework versions
89
 
90
  - Transformers 4.50.0
91
  - Pytorch 2.6.0+cu124
92
- - Datasets 3.4.1
93
  - Tokenizers 0.21.1
 
26
  metrics:
27
  - name: Precision
28
  type: precision
29
+ value: 0.9320885657633841
30
  - name: Recall
31
  type: recall
32
+ value: 0.9493436553349041
33
  - name: F1
34
  type: f1
35
+ value: 0.9406369851592463
36
  - name: Accuracy
37
  type: accuracy
38
+ value: 0.9860481544710661
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
45
 
46
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
47
  It achieves the following results on the evaluation set:
48
+ - Loss: 0.0639
49
+ - Precision: 0.9321
50
+ - Recall: 0.9493
51
+ - F1: 0.9406
52
+ - Accuracy: 0.9860
53
 
54
  ## Model description
55
 
 
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | 0.0772 | 1.0 | 1756 | 0.0676 | 0.9020 | 0.9359 | 0.9186 | 0.9816 |
84
+ | 0.0356 | 2.0 | 3512 | 0.0684 | 0.9288 | 0.9440 | 0.9363 | 0.9845 |
85
+ | 0.0228 | 3.0 | 5268 | 0.0639 | 0.9321 | 0.9493 | 0.9406 | 0.9860 |
86
 
87
 
88
  ### Framework versions
89
 
90
  - Transformers 4.50.0
91
  - Pytorch 2.6.0+cu124
92
+ - Datasets 3.5.0
93
  - Tokenizers 0.21.1