Training in progress epoch 0
Browse files- README.md +5 -8
- tf_model.h5 +2 -2
README.md
CHANGED
|
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 0.
|
| 19 |
-
- Validation Loss: 0.
|
| 20 |
-
- Train F1: 0.
|
| 21 |
-
- Epoch:
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -44,10 +44,7 @@ The following hyperparameters were used during training:
|
|
| 44 |
|
| 45 |
| Train Loss | Validation Loss | Train F1 | Epoch |
|
| 46 |
|:----------:|:---------------:|:--------:|:-----:|
|
| 47 |
-
| 0.
|
| 48 |
-
| 0.1407 | 0.5255 | 0.7787 | 1 |
|
| 49 |
-
| 0.1246 | 0.5255 | 0.7787 | 2 |
|
| 50 |
-
| 0.1241 | 0.5255 | 0.7787 | 3 |
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.4348
|
| 19 |
+
- Validation Loss: 0.4225
|
| 20 |
+
- Train F1: 0.7621
|
| 21 |
+
- Epoch: 0
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 44 |
|
| 45 |
| Train Loss | Validation Loss | Train F1 | Epoch |
|
| 46 |
|:----------:|:---------------:|:--------:|:-----:|
|
| 47 |
+
| 0.4348 | 0.4225 | 0.7621 | 0 |
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
|
| 50 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8fbd9a34b18769a7ec311dbf31cf285d42440e4ddd129838bff517252ae7a6a
|
| 3 |
+
size 267955144
|