zhiguoxu commited on
Commit
13651fa
1 Parent(s): f7da1a5

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.0141
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: 20
40
- - eval_batch_size: 20
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.4933 | 1.0 | 1 | 1.6514 | 0.0 |
51
- | 1.7503 | 2.0 | 2 | 0.8328 | 0.0 |
52
- | 0.888 | 3.0 | 3 | 0.5791 | 0.0 |
53
- | 0.5987 | 4.0 | 4 | 0.4557 | 0.0 |
54
- | 0.4704 | 5.0 | 5 | 0.3322 | 0.0 |
55
- | 0.3619 | 6.0 | 6 | 0.2705 | 0.0 |
56
- | 0.3121 | 7.0 | 7 | 0.2379 | 0.5161 |
57
- | 0.2764 | 8.0 | 8 | 0.1927 | 0.6471 |
58
- | 0.2232 | 9.0 | 9 | 0.1627 | 0.6207 |
59
- | 0.2012 | 10.0 | 10 | 0.1334 | 0.7879 |
60
- | 0.1483 | 11.0 | 11 | 0.1011 | 0.8333 |
61
- | 0.1381 | 12.0 | 12 | 0.0770 | 0.9500 |
62
- | 0.1037 | 13.0 | 13 | 0.0602 | 0.9756 |
63
- | 0.0973 | 14.0 | 14 | 0.0429 | 1.0 |
64
- | 0.0728 | 15.0 | 15 | 0.0310 | 1.0 |
65
- | 0.0541 | 16.0 | 16 | 0.0241 | 1.0 |
66
- | 0.0464 | 17.0 | 17 | 0.0194 | 1.0 |
67
- | 0.0369 | 18.0 | 18 | 0.0165 | 1.0 |
68
- | 0.031 | 19.0 | 19 | 0.0149 | 1.0 |
69
- | 0.0303 | 20.0 | 20 | 0.0141 | 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.0248
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: 22
40
+ - eval_batch_size: 22
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
+ | 4.227 | 1.0 | 1 | 2.1377 | 0.0 |
51
+ | 2.2277 | 2.0 | 2 | 0.8621 | 0.0 |
52
+ | 0.9409 | 3.0 | 3 | 0.5773 | 0.0 |
53
+ | 0.5981 | 4.0 | 4 | 0.4644 | 0.0 |
54
+ | 0.4765 | 5.0 | 5 | 0.3439 | 0.0 |
55
+ | 0.3635 | 6.0 | 6 | 0.3140 | 0.0 |
56
+ | 0.349 | 7.0 | 7 | 0.2688 | 0.0 |
57
+ | 0.3031 | 8.0 | 8 | 0.2333 | 0.0 |
58
+ | 0.2643 | 9.0 | 9 | 0.2003 | 0.0870 |
59
+ | 0.2364 | 10.0 | 10 | 0.1592 | 0.5333 |
60
+ | 0.1909 | 11.0 | 11 | 0.1369 | 0.8571 |
61
+ | 0.1674 | 12.0 | 12 | 0.1230 | 0.8980 |
62
+ | 0.1414 | 13.0 | 13 | 0.0983 | 0.9362 |
63
+ | 0.1274 | 14.0 | 14 | 0.0718 | 0.9778 |
64
+ | 0.0944 | 15.0 | 15 | 0.0531 | 1.0 |
65
+ | 0.0833 | 16.0 | 16 | 0.0405 | 1.0 |
66
+ | 0.0727 | 17.0 | 17 | 0.0328 | 1.0 |
67
+ | 0.0557 | 18.0 | 18 | 0.0284 | 1.0 |
68
+ | 0.0514 | 19.0 | 19 | 0.0259 | 1.0 |
69
+ | 0.0456 | 20.0 | 20 | 0.0248 | 1.0 |
70
 
71
 
72
  ### Framework versions