End of training
Browse files- README.md +14 -14
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -21,10 +21,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [google-bert/bert-base-chinese](https://huggingface.co/google-bert/bert-base-chinese) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- F1: 0.
|
| 28 |
- Accuracy: 0.9967
|
| 29 |
|
| 30 |
## Model description
|
|
@@ -58,16 +58,16 @@ The following hyperparameters were used during training:
|
|
| 58 |
|
| 59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 60 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [google-bert/bert-base-chinese](https://huggingface.co/google-bert/bert-base-chinese) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.0153
|
| 25 |
+
- Precision: 0.9528
|
| 26 |
+
- Recall: 0.9620
|
| 27 |
+
- F1: 0.9574
|
| 28 |
- Accuracy: 0.9967
|
| 29 |
|
| 30 |
## Model description
|
|
|
|
| 58 |
|
| 59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 60 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 61 |
+
| 0.1473 | 1.0 | 652 | 0.0276 | 0.8679 | 0.9207 | 0.8935 | 0.9919 |
|
| 62 |
+
| 0.0262 | 2.0 | 1304 | 0.0197 | 0.9051 | 0.9397 | 0.9221 | 0.9942 |
|
| 63 |
+
| 0.0203 | 3.0 | 1956 | 0.0208 | 0.9093 | 0.9381 | 0.9235 | 0.9941 |
|
| 64 |
+
| 0.0134 | 4.0 | 2608 | 0.0168 | 0.9193 | 0.9570 | 0.9378 | 0.9953 |
|
| 65 |
+
| 0.0118 | 5.0 | 3260 | 0.0153 | 0.9378 | 0.9559 | 0.9467 | 0.9960 |
|
| 66 |
+
| 0.0099 | 6.0 | 3912 | 0.0146 | 0.9420 | 0.9592 | 0.9505 | 0.9963 |
|
| 67 |
+
| 0.0073 | 7.0 | 4564 | 0.0159 | 0.9390 | 0.9621 | 0.9504 | 0.9962 |
|
| 68 |
+
| 0.0065 | 8.0 | 5216 | 0.0147 | 0.9449 | 0.9644 | 0.9546 | 0.9965 |
|
| 69 |
+
| 0.0056 | 9.0 | 5868 | 0.0145 | 0.9531 | 0.9607 | 0.9569 | 0.9967 |
|
| 70 |
+
| 0.0044 | 9.9847 | 6510 | 0.0153 | 0.9528 | 0.9620 | 0.9574 | 0.9967 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 406799208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8c7d988a1b0e8d7ea6af2b6d610eb4b66b3bc2e033c92ef78404315040faed0
|
| 3 |
size 406799208
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f033a7d140111f2303515f5ddcf824bff79f34766dfc93ab3add8042442ebe8a
|
| 3 |
size 5777
|