Training in progress epoch 9
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,11 +14,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Train Accuracy: 0.
|
19 |
-
- Validation Loss: 1.
|
20 |
-
- Validation Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -53,6 +53,7 @@ The following hyperparameters were used during training:
|
|
53 |
| 0.3302 | 0.6675 | 1.3224 | 0.6675 | 6 |
|
54 |
| 0.2655 | 0.6725 | 1.3056 | 0.6725 | 7 |
|
55 |
| 0.2195 | 0.6675 | 1.3366 | 0.6675 | 8 |
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.1928
|
18 |
+
- Train Accuracy: 0.6725
|
19 |
+
- Validation Loss: 1.3273
|
20 |
+
- Validation Accuracy: 0.6725
|
21 |
+
- Epoch: 9
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
53 |
| 0.3302 | 0.6675 | 1.3224 | 0.6675 | 6 |
|
54 |
| 0.2655 | 0.6725 | 1.3056 | 0.6725 | 7 |
|
55 |
| 0.2195 | 0.6675 | 1.3366 | 0.6675 | 8 |
|
56 |
+
| 0.1928 | 0.6725 | 1.3273 | 0.6725 | 9 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 409429356
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68c9c6383ed0cb3fb0cab672185139aef2aebbc9ed0637751c60d07ea680d94a
|
3 |
size 409429356
|