Commit
·
214eef2
1
Parent(s):
ff708a1
Training in progress epoch 3
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: 0.
|
20 |
-
- Validation Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
| 0.9480 | 0.0555 | 0.8742 | 0.0566 | 0 |
|
48 |
| 0.8735 | 0.0567 | 0.7660 | 0.0589 | 1 |
|
49 |
| 0.7694 | 0.0574 | 0.7093 | 0.0584 | 2 |
|
|
|
50 |
|
51 |
|
52 |
### 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.7190
|
18 |
+
- Train Accuracy: 0.0588
|
19 |
+
- Validation Loss: 0.6563
|
20 |
+
- Validation Accuracy: 0.0604
|
21 |
+
- Epoch: 3
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
47 |
| 0.9480 | 0.0555 | 0.8742 | 0.0566 | 0 |
|
48 |
| 0.8735 | 0.0567 | 0.7660 | 0.0589 | 1 |
|
49 |
| 0.7694 | 0.0574 | 0.7093 | 0.0584 | 2 |
|
50 |
+
| 0.7190 | 0.0588 | 0.6563 | 0.0604 | 3 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 475933304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de945fb2131b4d2f5ec116748e5ed662ba48fc8c0620e26571dc69741cdb53a9
|
3 |
size 475933304
|