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.3473 | 0.3059 | 0.3825 | 0.2667 | 0.3143 | 0.9352 | 0 |
|
50 |
| 0.1626 | 0.2656 | 0.5075 | 0.3648 | 0.4245 | 0.9418 | 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.1251
|
18 |
+
- Validation Loss: 0.2613
|
19 |
+
- Train Precision: 0.5636
|
20 |
+
- Train Recall: 0.4079
|
21 |
+
- Train F1: 0.4733
|
22 |
+
- Train Accuracy: 0.9449
|
23 |
+
- Epoch: 2
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
49 |
| 0.3473 | 0.3059 | 0.3825 | 0.2667 | 0.3143 | 0.9352 | 0 |
|
50 |
| 0.1626 | 0.2656 | 0.5075 | 0.3648 | 0.4245 | 0.9418 | 1 |
|
51 |
+
| 0.1251 | 0.2613 | 0.5636 | 0.4079 | 0.4733 | 0.9449 | 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:745e23fbb4725747fea5bac4d7d1058131533a7f311f4afa2a6a9b3af31cf435
|
3 |
size 265618704
|