Mattis0525
commited on
Commit
•
585417e
1
Parent(s):
214eef2
Training in progress epoch 4
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 |
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
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
|
|
|
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.6720
|
18 |
+
- Train Accuracy: 0.0592
|
19 |
+
- Validation Loss: 0.6636
|
20 |
+
- Validation Accuracy: 0.0601
|
21 |
+
- Epoch: 4
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
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 |
+
| 0.6720 | 0.0592 | 0.6636 | 0.0601 | 4 |
|
52 |
|
53 |
|
54 |
### 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:a94e02e29f802b5d1d9c977a96f447a8d4b0fb32a958028f168fa14ef951290c
|
3 |
size 475933304
|