add model
Browse files- README.md +7 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,10 +14,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [hfl/chinese-roberta-wwm-ext](https://huggingface.co/hfl/chinese-roberta-wwm-ext) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Train Sparse Categorical Accuracy: 0.
|
19 |
-
- Validation Loss:
|
20 |
-
- Validation Sparse Categorical Accuracy: 0.
|
21 |
- Epoch: 2
|
22 |
|
23 |
## Model description
|
@@ -44,9 +44,9 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Train Sparse Categorical Accuracy | Validation Loss | Validation Sparse Categorical Accuracy | Epoch |
|
46 |
|:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
|
47 |
-
|
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [hfl/chinese-roberta-wwm-ext](https://huggingface.co/hfl/chinese-roberta-wwm-ext) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.5902
|
18 |
+
- Train Sparse Categorical Accuracy: 0.7910
|
19 |
+
- Validation Loss: 0.8534
|
20 |
+
- Validation Sparse Categorical Accuracy: 0.7372
|
21 |
- Epoch: 2
|
22 |
|
23 |
## Model description
|
|
|
44 |
|
45 |
| Train Loss | Train Sparse Categorical Accuracy | Validation Loss | Validation Sparse Categorical Accuracy | Epoch |
|
46 |
|:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
|
47 |
+
| 0.9209 | 0.6502 | 0.8464 | 0.7055 | 0 |
|
48 |
+
| 0.7112 | 0.7633 | 0.8572 | 0.7332 | 1 |
|
49 |
+
| 0.5902 | 0.7910 | 0.8534 | 0.7372 | 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 409374052
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd2dd6ff8bd87683fc7952b84e75f9063f134897787a6e5e1c2a083312df4bee
|
3 |
size 409374052
|