Training in progress epoch 9
Browse files- README.md +8 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,13 +14,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Train Precision: 0.
|
20 |
-
- Train Recall: 0.
|
21 |
-
- Train F1: 0.
|
22 |
-
- Train Accuracy: 0.
|
23 |
-
- Epoch:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -55,6 +55,7 @@ The following hyperparameters were used during training:
|
|
55 |
| 0.0973 | 0.5540 | 0.7132 | 0.6916 | 0.6988 | 0.8654 | 6 |
|
56 |
| 0.0831 | 0.5651 | 0.7017 | 0.6989 | 0.6992 | 0.8673 | 7 |
|
57 |
| 0.0677 | 0.5871 | 0.7623 | 0.7151 | 0.7329 | 0.8683 | 8 |
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.0567
|
18 |
+
- Validation Loss: 0.5936
|
19 |
+
- Train Precision: 0.7024
|
20 |
+
- Train Recall: 0.6946
|
21 |
+
- Train F1: 0.6975
|
22 |
+
- Train Accuracy: 0.8673
|
23 |
+
- Epoch: 9
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
55 |
| 0.0973 | 0.5540 | 0.7132 | 0.6916 | 0.6988 | 0.8654 | 6 |
|
56 |
| 0.0831 | 0.5651 | 0.7017 | 0.6989 | 0.6992 | 0.8673 | 7 |
|
57 |
| 0.0677 | 0.5871 | 0.7623 | 0.7151 | 0.7329 | 0.8683 | 8 |
|
58 |
+
| 0.0567 | 0.5936 | 0.7024 | 0.6946 | 0.6975 | 0.8673 | 9 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 268007104
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea038151f04d33d2f109fa0c0a8a317336d4a0f867f485b72f056d03217ec5c4
|
3 |
size 268007104
|