Training in progress epoch 4
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 |
|
@@ -50,6 +50,7 @@ The following hyperparameters were used during training:
|
|
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
|
|
|
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.2317
|
18 |
+
- Validation Loss: 0.5081
|
19 |
+
- Train Precision: 0.6613
|
20 |
+
- Train Recall: 0.6531
|
21 |
+
- Train F1: 0.6566
|
22 |
+
- Train Accuracy: 0.8581
|
23 |
+
- Epoch: 4
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
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 |
+
| 0.2317 | 0.5081 | 0.6613 | 0.6531 | 0.6566 | 0.8581 | 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 268010440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c95f08003ca216d120e3fe92aff38da64612199a410778cfbb9466cb2383586
|
3 |
size 268010440
|