Training in progress epoch 8
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 |
|
@@ -54,6 +54,7 @@ The following hyperparameters were used during training:
|
|
54 |
| 0.1218 | 0.5377 | 0.7129 | 0.6841 | 0.6911 | 0.8639 | 5 |
|
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 |
|
58 |
|
59 |
### 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.0677
|
18 |
+
- Validation Loss: 0.5871
|
19 |
+
- Train Precision: 0.7623
|
20 |
+
- Train Recall: 0.7151
|
21 |
+
- Train F1: 0.7329
|
22 |
+
- Train Accuracy: 0.8683
|
23 |
+
- Epoch: 8
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
54 |
| 0.1218 | 0.5377 | 0.7129 | 0.6841 | 0.6911 | 0.8639 | 5 |
|
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
|
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:51c24d4e644d6dcc9120079875ad4651bb83f782dd1c558ef5602d1d6d6b09b6
|
3 |
size 268007104
|