Commit ·
c62cc30
1
Parent(s): 3f0ce1c
Training in progress epoch 2
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 |
|
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
| 48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
| 49 |
| 0.3886 | 0.2033 | 0.2760 | 0.3292 | 0.3003 | 0.9494 | 0 |
|
| 50 |
| 0.1940 | 0.1394 | 0.4620 | 0.4907 | 0.4759 | 0.9572 | 1 |
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
### 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.1445
|
| 18 |
+
- Validation Loss: 0.1298
|
| 19 |
+
- Train Precision: 0.4545
|
| 20 |
+
- Train Recall: 0.4969
|
| 21 |
+
- Train F1: 0.4748
|
| 22 |
+
- Train Accuracy: 0.9589
|
| 23 |
+
- Epoch: 2
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
| 49 |
| 0.3886 | 0.2033 | 0.2760 | 0.3292 | 0.3003 | 0.9494 | 0 |
|
| 50 |
| 0.1940 | 0.1394 | 0.4620 | 0.4907 | 0.4759 | 0.9572 | 1 |
|
| 51 |
+
| 0.1445 | 0.1298 | 0.4545 | 0.4969 | 0.4748 | 0.9589 | 2 |
|
| 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 265643280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b31a9b1cf789dd20a5e0fc0a33e2d6bfc2b7270b14a5e81419aad5c68a26fda5
|
| 3 |
size 265643280
|