Upload TFBertForSequenceClassification
Browse files- README.md +8 -8
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -16,10 +16,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Train Loss: 0.
|
| 20 |
- Train Accuracy: 0.9913
|
| 21 |
-
- Validation Loss: 0.
|
| 22 |
-
- Validation Accuracy: 0.
|
| 23 |
- Epoch: 4
|
| 24 |
|
| 25 |
## Model description
|
|
@@ -46,11 +46,11 @@ The following hyperparameters were used during training:
|
|
| 46 |
|
| 47 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 48 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 49 |
-
| 0.
|
| 50 |
-
| 0.
|
| 51 |
-
| 0.
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Train Loss: 0.0271
|
| 20 |
- Train Accuracy: 0.9913
|
| 21 |
+
- Validation Loss: 0.5408
|
| 22 |
+
- Validation Accuracy: 0.8754
|
| 23 |
- Epoch: 4
|
| 24 |
|
| 25 |
## Model description
|
|
|
|
| 46 |
|
| 47 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 48 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 49 |
+
| 0.4063 | 0.8061 | 0.3151 | 0.8648 | 0 |
|
| 50 |
+
| 0.2178 | 0.9151 | 0.3074 | 0.8724 | 1 |
|
| 51 |
+
| 0.1017 | 0.9651 | 0.3884 | 0.8694 | 2 |
|
| 52 |
+
| 0.0473 | 0.9860 | 0.5086 | 0.8746 | 3 |
|
| 53 |
+
| 0.0271 | 0.9913 | 0.5408 | 0.8754 | 4 |
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442763544
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec5b0983186438b1ad1579c4ac1182269c3a2fb84a4ba2699c9497feb34c5c03
|
| 3 |
size 442763544
|