Training in progress epoch 3
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 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
| 1.2437 | 0.6349 | 0.5675 | 0.5420 | 0.5499 | 0.8343 | 0 |
|
50 |
| 0.5456 | 0.5544 | 0.6316 | 0.6172 | 0.6214 | 0.8435 | 1 |
|
51 |
| 0.3904 | 0.5303 | 0.6384 | 0.6191 | 0.6239 | 0.8523 | 2 |
|
|
|
52 |
|
53 |
|
54 |
### 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.3005
|
18 |
+
- Validation Loss: 0.5042
|
19 |
+
- Train Precision: 0.6594
|
20 |
+
- Train Recall: 0.6486
|
21 |
+
- Train F1: 0.6531
|
22 |
+
- Train Accuracy: 0.8610
|
23 |
+
- Epoch: 3
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
49 |
| 1.2437 | 0.6349 | 0.5675 | 0.5420 | 0.5499 | 0.8343 | 0 |
|
50 |
| 0.5456 | 0.5544 | 0.6316 | 0.6172 | 0.6214 | 0.8435 | 1 |
|
51 |
| 0.3904 | 0.5303 | 0.6384 | 0.6191 | 0.6239 | 0.8523 | 2 |
|
52 |
+
| 0.3005 | 0.5042 | 0.6594 | 0.6486 | 0.6531 | 0.8610 | 3 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 268010440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aff620bda3db73d5ffcb64a5f9772b55f4be7d1f3901891b8adbf9e21a6a45c2
|
3 |
size 268010440
|