zhiguoxu commited on
Commit
fb3f39e
1 Parent(s): c537a76

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -23
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.0149
19
  - F1: 1.0
20
 
21
  ## Model description
@@ -36,8 +36,8 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 5e-05
39
- - train_batch_size: 26
40
- - eval_batch_size: 26
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
@@ -47,26 +47,26 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | F1 |
49
  |:-------------:|:-----:|:----:|:---------------:|:------:|
50
- | 3.3649 | 1.0 | 1 | 1.5647 | 0.0 |
51
- | 1.6645 | 2.0 | 2 | 0.7201 | 0.0 |
52
- | 0.8002 | 3.0 | 3 | 0.5081 | 0.0 |
53
- | 0.5252 | 4.0 | 4 | 0.3935 | 0.0 |
54
- | 0.4039 | 5.0 | 5 | 0.3012 | 0.0 |
55
- | 0.331 | 6.0 | 6 | 0.2515 | 0.0 |
56
- | 0.2797 | 7.0 | 7 | 0.2132 | 0.1538 |
57
- | 0.2396 | 8.0 | 8 | 0.1771 | 0.4 |
58
- | 0.2098 | 9.0 | 9 | 0.1444 | 0.5882 |
59
- | 0.1802 | 10.0 | 10 | 0.1197 | 0.8372 |
60
- | 0.1413 | 11.0 | 11 | 0.0972 | 0.8372 |
61
- | 0.1195 | 12.0 | 12 | 0.0741 | 0.9333 |
62
- | 0.0962 | 13.0 | 13 | 0.0551 | 0.9565 |
63
- | 0.0774 | 14.0 | 14 | 0.0413 | 1.0 |
64
- | 0.0641 | 15.0 | 15 | 0.0323 | 1.0 |
65
- | 0.0517 | 16.0 | 16 | 0.0256 | 1.0 |
66
- | 0.0425 | 17.0 | 17 | 0.0211 | 1.0 |
67
- | 0.035 | 18.0 | 18 | 0.0184 | 1.0 |
68
- | 0.031 | 19.0 | 19 | 0.0161 | 1.0 |
69
- | 0.0295 | 20.0 | 20 | 0.0149 | 1.0 |
70
 
71
 
72
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.0177
19
  - F1: 1.0
20
 
21
  ## Model description
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 5e-05
39
+ - train_batch_size: 27
40
+ - eval_batch_size: 27
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | F1 |
49
  |:-------------:|:-----:|:----:|:---------------:|:------:|
50
+ | 3.8485 | 1.0 | 1 | 1.9458 | 0.0 |
51
+ | 2.0072 | 2.0 | 2 | 0.8351 | 0.0 |
52
+ | 0.8935 | 3.0 | 3 | 0.4898 | 0.0 |
53
+ | 0.5205 | 4.0 | 4 | 0.3869 | 0.0 |
54
+ | 0.4011 | 5.0 | 5 | 0.2898 | 0.0 |
55
+ | 0.3135 | 6.0 | 6 | 0.2673 | 0.0769 |
56
+ | 0.291 | 7.0 | 7 | 0.2318 | 0.2143 |
57
+ | 0.2611 | 8.0 | 8 | 0.1855 | 0.0769 |
58
+ | 0.2101 | 9.0 | 9 | 0.1557 | 0.2759 |
59
+ | 0.1809 | 10.0 | 10 | 0.1254 | 0.5714 |
60
+ | 0.1661 | 11.0 | 11 | 0.1004 | 0.8636 |
61
+ | 0.1307 | 12.0 | 12 | 0.0840 | 0.96 |
62
+ | 0.1081 | 13.0 | 13 | 0.0696 | 0.96 |
63
+ | 0.0942 | 14.0 | 14 | 0.0540 | 0.96 |
64
+ | 0.071 | 15.0 | 15 | 0.0407 | 0.9796 |
65
+ | 0.0659 | 16.0 | 16 | 0.0318 | 0.9796 |
66
+ | 0.0492 | 17.0 | 17 | 0.0256 | 0.9796 |
67
+ | 0.0426 | 18.0 | 18 | 0.0214 | 1.0 |
68
+ | 0.0407 | 19.0 | 19 | 0.0189 | 1.0 |
69
+ | 0.0354 | 20.0 | 20 | 0.0177 | 1.0 |
70
 
71
 
72
  ### Framework versions