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 |
| 1.1440 | 0.6108 | 0.5739 | 0.5788 | 0.5727 | 0.8367 | 0 |
|
50 |
| 0.5050 | 0.5447 | 0.6506 | 0.6243 | 0.6325 | 0.8489 | 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.3584
|
18 |
+
- Validation Loss: 0.4823
|
19 |
+
- Train Precision: 0.6518
|
20 |
+
- Train Recall: 0.6619
|
21 |
+
- Train F1: 0.6558
|
22 |
+
- Train Accuracy: 0.8620
|
23 |
+
- Epoch: 2
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
49 |
| 1.1440 | 0.6108 | 0.5739 | 0.5788 | 0.5727 | 0.8367 | 0 |
|
50 |
| 0.5050 | 0.5447 | 0.6506 | 0.6243 | 0.6325 | 0.8489 | 1 |
|
51 |
+
| 0.3584 | 0.4823 | 0.6518 | 0.6619 | 0.6558 | 0.8620 | 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 268010440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8ac600268da9b444a42fbd8f88974d9a8c31229e0ac6e4cb103741835af362c
|
3 |
size 268010440
|