Commit ·
ab7fcda
1
Parent(s): 59879fe
Training in progress epoch 3
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -15,11 +15,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 0.
|
| 19 |
-
- Train Accuracy: 0.
|
| 20 |
-
- Validation Loss: 0.
|
| 21 |
-
- Validation Accuracy: 0.
|
| 22 |
-
- Epoch:
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
| 48 |
| 1.4168 | 0.6536 | 0.9242 | 0.7294 | 0 |
|
| 49 |
| 0.8272 | 0.7506 | 0.8106 | 0.7534 | 1 |
|
| 50 |
| 0.6786 | 0.7826 | 0.7871 | 0.7587 | 2 |
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.5718
|
| 19 |
+
- Train Accuracy: 0.8100
|
| 20 |
+
- Validation Loss: 0.7981
|
| 21 |
+
- Validation Accuracy: 0.7571
|
| 22 |
+
- Epoch: 3
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 48 |
| 1.4168 | 0.6536 | 0.9242 | 0.7294 | 0 |
|
| 49 |
| 0.8272 | 0.7506 | 0.8106 | 0.7534 | 1 |
|
| 50 |
| 0.6786 | 0.7826 | 0.7871 | 0.7587 | 2 |
|
| 51 |
+
| 0.5718 | 0.8100 | 0.7981 | 0.7571 | 3 |
|
| 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 264025792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1218a414ab835cc3b2e4663115435b6879bde5fd3443c2fdabbc536b26cb46fd
|
| 3 |
size 264025792
|