davidliu1110 commited on
Commit
54f0ca2
1 Parent(s): 3191fea

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -7
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2065
22
- - Precision: 0.8206
23
- - Recall: 0.8517
24
- - F1: 0.8359
25
- - Accuracy: 0.9527
26
 
27
  ## Model description
28
 
@@ -49,13 +49,33 @@ The following hyperparameters were used during training:
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
51
  - num_epochs: 3
 
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | 0.0409 | 1.4 | 500 | 0.2065 | 0.8206 | 0.8517 | 0.8359 | 0.9527 |
58
- | 0.0447 | 2.8 | 1000 | 0.2065 | 0.8206 | 0.8517 | 0.8359 | 0.9527 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
 
61
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0677
22
+ - Precision: 0.8954
23
+ - Recall: 0.8935
24
+ - F1: 0.8945
25
+ - Accuracy: 0.9830
26
 
27
  ## Model description
28
 
 
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
51
  - num_epochs: 3
52
+ - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 1.1093 | 0.14 | 50 | 0.5193 | 0.16 | 0.1304 | 0.1437 | 0.8199 |
59
+ | 0.3453 | 0.28 | 100 | 0.1877 | 0.5811 | 0.6696 | 0.6222 | 0.9390 |
60
+ | 0.2117 | 0.42 | 150 | 0.1344 | 0.6907 | 0.7087 | 0.6996 | 0.9526 |
61
+ | 0.193 | 0.56 | 200 | 0.1159 | 0.7228 | 0.7370 | 0.7298 | 0.9593 |
62
+ | 0.1625 | 0.7 | 250 | 0.1191 | 0.7367 | 0.7543 | 0.7454 | 0.9603 |
63
+ | 0.1302 | 0.84 | 300 | 0.1448 | 0.7332 | 0.7587 | 0.7457 | 0.9550 |
64
+ | 0.1396 | 0.98 | 350 | 0.0899 | 0.8226 | 0.8370 | 0.8297 | 0.9720 |
65
+ | 0.0966 | 1.12 | 400 | 0.0918 | 0.8240 | 0.8348 | 0.8294 | 0.9732 |
66
+ | 0.1077 | 1.26 | 450 | 0.0824 | 0.7944 | 0.8565 | 0.8243 | 0.9742 |
67
+ | 0.0895 | 1.4 | 500 | 0.0793 | 0.8121 | 0.8457 | 0.8285 | 0.9761 |
68
+ | 0.0968 | 1.54 | 550 | 0.0797 | 0.8409 | 0.85 | 0.8454 | 0.9773 |
69
+ | 0.1172 | 1.68 | 600 | 0.0694 | 0.8422 | 0.8587 | 0.8504 | 0.9792 |
70
+ | 0.0974 | 1.82 | 650 | 0.0710 | 0.8354 | 0.8609 | 0.8480 | 0.9780 |
71
+ | 0.0941 | 1.96 | 700 | 0.0650 | 0.8543 | 0.8543 | 0.8543 | 0.9804 |
72
+ | 0.0755 | 2.09 | 750 | 0.0673 | 0.8789 | 0.8674 | 0.8731 | 0.9816 |
73
+ | 0.0559 | 2.23 | 800 | 0.0744 | 0.8544 | 0.8674 | 0.8608 | 0.9792 |
74
+ | 0.0689 | 2.37 | 850 | 0.0707 | 0.8596 | 0.8652 | 0.8624 | 0.9799 |
75
+ | 0.0525 | 2.51 | 900 | 0.0677 | 0.8954 | 0.8935 | 0.8945 | 0.9830 |
76
+ | 0.0631 | 2.65 | 950 | 0.0646 | 0.8886 | 0.8848 | 0.8867 | 0.9830 |
77
+ | 0.0699 | 2.79 | 1000 | 0.0630 | 0.8932 | 0.8913 | 0.8923 | 0.9840 |
78
+ | 0.053 | 2.93 | 1050 | 0.0636 | 0.8950 | 0.8891 | 0.8920 | 0.9837 |
79
 
80
 
81
  ### Framework versions