End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
base_model: bert-base-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -18,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# berttest2
|
20 |
|
21 |
-
This model is a fine-tuned version of [bert-base-
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,9 +54,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: bert-base-chinese
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
17 |
|
18 |
# berttest2
|
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.0206
|
23 |
+
- Precision: 0.9610
|
24 |
+
- Recall: 0.9653
|
25 |
+
- F1: 0.9631
|
26 |
+
- Accuracy: 0.9956
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| 0.028 | 1.0 | 2609 | 0.0225 | 0.9385 | 0.9350 | 0.9368 | 0.9932 |
|
58 |
+
| 0.011 | 2.0 | 5218 | 0.0182 | 0.9542 | 0.9592 | 0.9567 | 0.9951 |
|
59 |
+
| 0.0044 | 3.0 | 7827 | 0.0206 | 0.9610 | 0.9653 | 0.9631 | 0.9956 |
|
60 |
|
61 |
|
62 |
### Framework versions
|