Training in progress epoch 2
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:
|
18 |
-
- Train Accuracy: 0.
|
19 |
-
- Validation Loss: 1.
|
20 |
-
- Validation Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,6 +46,7 @@ The following hyperparameters were used during training:
|
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
| 2.0541 | 0.595 | 1.5183 | 0.5950 | 0 |
|
48 |
| 1.3021 | 0.6125 | 1.2977 | 0.6125 | 1 |
|
|
|
49 |
|
50 |
|
51 |
### 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.9285
|
18 |
+
- Train Accuracy: 0.6625
|
19 |
+
- Validation Loss: 1.2059
|
20 |
+
- Validation Accuracy: 0.6625
|
21 |
+
- Epoch: 2
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
| 2.0541 | 0.595 | 1.5183 | 0.5950 | 0 |
|
48 |
| 1.3021 | 0.6125 | 1.2977 | 0.6125 | 1 |
|
49 |
+
| 0.9285 | 0.6625 | 1.2059 | 0.6625 | 2 |
|
50 |
|
51 |
|
52 |
### 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:9cfe7f691df2e69db8a36f5f73c3f74a6e69417e9f586f799be4b617cc7ca85b
|
3 |
size 409429356
|