cotysong113 commited on
Commit
74773ee
·
verified ·
1 Parent(s): 47de652

训练完成

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.9353555445052213
30
  - name: Recall
31
  type: recall
32
- value: 0.9496802423426456
33
  - name: F1
34
  type: f1
35
- value: 0.942463465553236
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,10 +45,10 @@ 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.9354
50
- - Recall: 0.9497
51
- - F1: 0.9425
52
  - Accuracy: 0.9865
53
 
54
  ## Model description
@@ -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.0749 | 1.0 | 1756 | 0.0611 | 0.9076 | 0.9360 | 0.9216 | 0.9826 |
84
- | 0.0349 | 2.0 | 3512 | 0.0623 | 0.9322 | 0.9470 | 0.9396 | 0.9856 |
85
- | 0.0208 | 3.0 | 5268 | 0.0617 | 0.9354 | 0.9497 | 0.9425 | 0.9865 |
86
 
87
 
88
  ### Framework versions
89
 
90
  - Transformers 4.47.0
91
- - Pytorch 2.5.1
92
- - Datasets 3.1.0
93
  - Tokenizers 0.21.0
 
26
  metrics:
27
  - name: Precision
28
  type: precision
29
+ value: 0.9326827654647701
30
  - name: Recall
31
  type: recall
32
+ value: 0.9490070683271625
33
  - name: F1
34
  type: f1
35
+ value: 0.9407741074407742
36
  - name: Accuracy
37
  type: accuracy
38
+ value: 0.986504385706717
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.0595
49
+ - Precision: 0.9327
50
+ - Recall: 0.9490
51
+ - F1: 0.9408
52
  - Accuracy: 0.9865
53
 
54
  ## Model description
 
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | 0.0774 | 1.0 | 1756 | 0.0701 | 0.9030 | 0.9302 | 0.9164 | 0.9808 |
84
+ | 0.0366 | 2.0 | 3512 | 0.0641 | 0.9342 | 0.9461 | 0.9401 | 0.9855 |
85
+ | 0.0225 | 3.0 | 5268 | 0.0595 | 0.9327 | 0.9490 | 0.9408 | 0.9865 |
86
 
87
 
88
  ### Framework versions
89
 
90
  - Transformers 4.47.0
91
+ - Pytorch 2.5.1+cu124
92
+ - Datasets 3.2.0
93
  - Tokenizers 0.21.0