sanxialiuzhan
commited on
End of training
Browse files- README.md +5 -5
- eval_results.txt +9 -0
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 [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown 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 |
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0378
|
23 |
+
- Precision: 0.9227
|
24 |
+
- Recall: 0.9195
|
25 |
+
- F1: 0.9211
|
26 |
+
- Accuracy: 0.9910
|
27 |
|
28 |
## Model description
|
29 |
|
eval_results.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
eval_loss: 0.037777259945869446
|
2 |
+
eval_precision: 0.9226738934056007
|
3 |
+
eval_recall: 0.9195174648901693
|
4 |
+
eval_f1: 0.9210929750202904
|
5 |
+
eval_accuracy: 0.9909825241794454
|
6 |
+
eval_runtime: 11.6358
|
7 |
+
eval_samples_per_second: 375.137
|
8 |
+
eval_steps_per_second: 23.462
|
9 |
+
epoch: 3.0
|