morganchen1007
commited on
Commit
•
2b9ede5
1
Parent(s):
831ad65
update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [ckiplab/bert-base-chinese-ner](https://huggingface.co/ckiplab/bert-base-chinese-ner) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,21 +54,21 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [ckiplab/bert-base-chinese-ner](https://huggingface.co/ckiplab/bert-base-chinese-ner) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0764
|
23 |
+
- Precision: 0.9663
|
24 |
+
- Recall: 0.9708
|
25 |
+
- F1: 0.9685
|
26 |
+
- Accuracy: 0.9925
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| 0.3872 | 1.0 | 705 | 0.1222 | 0.9088 | 0.9311 | 0.9198 | 0.9781 |
|
58 |
+
| 0.0732 | 2.0 | 1410 | 0.0642 | 0.9303 | 0.9509 | 0.9405 | 0.9900 |
|
59 |
+
| 0.034 | 3.0 | 2115 | 0.0588 | 0.9616 | 0.9661 | 0.9639 | 0.9909 |
|
60 |
+
| 0.0267 | 4.0 | 2820 | 0.0631 | 0.9639 | 0.9673 | 0.9656 | 0.9925 |
|
61 |
+
| 0.0232 | 5.0 | 3525 | 0.0617 | 0.9630 | 0.9720 | 0.9674 | 0.9924 |
|
62 |
+
| 0.017 | 6.0 | 4230 | 0.0652 | 0.9674 | 0.9708 | 0.9691 | 0.9926 |
|
63 |
+
| 0.0123 | 7.0 | 4935 | 0.0573 | 0.9618 | 0.9720 | 0.9669 | 0.9923 |
|
64 |
+
| 0.009 | 8.0 | 5640 | 0.0667 | 0.9651 | 0.9696 | 0.9674 | 0.9922 |
|
65 |
+
| 0.0055 | 9.0 | 6345 | 0.0768 | 0.9640 | 0.9696 | 0.9668 | 0.9925 |
|
66 |
+
| 0.0045 | 10.0 | 7050 | 0.0775 | 0.9662 | 0.9696 | 0.9679 | 0.9925 |
|
67 |
+
| 0.004 | 11.0 | 7755 | 0.0753 | 0.9606 | 0.9685 | 0.9645 | 0.9923 |
|
68 |
+
| 0.0018 | 12.0 | 8460 | 0.0735 | 0.9629 | 0.9696 | 0.9662 | 0.9925 |
|
69 |
+
| 0.0019 | 13.0 | 9165 | 0.0754 | 0.9663 | 0.9708 | 0.9685 | 0.9927 |
|
70 |
+
| 0.0019 | 14.0 | 9870 | 0.0760 | 0.9651 | 0.9696 | 0.9674 | 0.9925 |
|
71 |
+
| 0.0013 | 15.0 | 10575 | 0.0764 | 0.9663 | 0.9708 | 0.9685 | 0.9925 |
|
72 |
|
73 |
|
74 |
### Framework versions
|