Commit
·
d82fb73
1
Parent(s):
983c1ae
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.3233 | 0.3078 | 0.5333 | 0.1914 | 0.2817 | 0.9334 | 0 |
|
50 |
| 0.1534 | 0.2625 | 0.6388 | 0.4019 | 0.4934 | 0.9455 | 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.1136
|
18 |
+
- Validation Loss: 0.2519
|
19 |
+
- Train Precision: 0.6410
|
20 |
+
- Train Recall: 0.4486
|
21 |
+
- Train F1: 0.5278
|
22 |
+
- Train Accuracy: 0.9491
|
23 |
+
- Epoch: 2
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
49 |
| 0.3233 | 0.3078 | 0.5333 | 0.1914 | 0.2817 | 0.9334 | 0 |
|
50 |
| 0.1534 | 0.2625 | 0.6388 | 0.4019 | 0.4934 | 0.9455 | 1 |
|
51 |
+
| 0.1136 | 0.2519 | 0.6410 | 0.4486 | 0.5278 | 0.9491 | 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 265618704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51e5d5b7ff1386e86d32c726cd766cd562d17ce5dbe176f710cb0628e9da7e0b
|
3 |
size 265618704
|