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.8177 | 0.4723 | 0.8407 | 0.7879 | 0.7948 | 0.8575 | 0 |
|
50 |
| 0.3642 | 0.3777 | 0.8666 | 0.8315 | 0.8465 | 0.8847 | 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.2734
|
18 |
+
- Validation Loss: 0.3804
|
19 |
+
- Train Precision: 0.8466
|
20 |
+
- Train Recall: 0.8563
|
21 |
+
- Train F1: 0.8471
|
22 |
+
- Train Accuracy: 0.8872
|
23 |
+
- Epoch: 2
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
49 |
| 0.8177 | 0.4723 | 0.8407 | 0.7879 | 0.7948 | 0.8575 | 0 |
|
50 |
| 0.3642 | 0.3777 | 0.8666 | 0.8315 | 0.8465 | 0.8847 | 1 |
|
51 |
+
| 0.2734 | 0.3804 | 0.8466 | 0.8563 | 0.8471 | 0.8872 | 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 267970240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17a73dad78d52eca2b7606e4db7623f00f4df174ac0b95730eddc7fc28d3f007
|
3 |
size 267970240
|