Training in progress epoch 11
Browse files- README.md +15 -4
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -14,10 +14,10 @@ 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 Accuracy:
|
| 20 |
-
- Epoch:
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -44,6 +44,17 @@ The following hyperparameters were used during training:
|
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
| 0.6745 | 0.6418 | 0.6692 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
### 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.2153
|
| 18 |
+
- Validation Loss: 0.1843
|
| 19 |
+
- Train Accuracy: 1.0
|
| 20 |
+
- Epoch: 11
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
| 0.6745 | 0.6418 | 0.6692 | 0 |
|
| 47 |
+
| 0.6265 | 0.6085 | 0.6692 | 1 |
|
| 48 |
+
| 0.6114 | 0.5811 | 0.6692 | 2 |
|
| 49 |
+
| 0.5707 | 0.5465 | 0.6692 | 3 |
|
| 50 |
+
| 0.5432 | 0.5032 | 0.6692 | 4 |
|
| 51 |
+
| 0.4996 | 0.4534 | 0.6923 | 5 |
|
| 52 |
+
| 0.4458 | 0.4010 | 0.8308 | 6 |
|
| 53 |
+
| 0.3902 | 0.3462 | 0.8538 | 7 |
|
| 54 |
+
| 0.3359 | 0.2963 | 0.9077 | 8 |
|
| 55 |
+
| 0.3111 | 0.2598 | 0.9615 | 9 |
|
| 56 |
+
| 0.2633 | 0.2147 | 0.9846 | 10 |
|
| 57 |
+
| 0.2153 | 0.1843 | 1.0 | 11 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267955144
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:763cf3ea84df76918e3d1c34d2e7dfa71a9a2ced7c44edc556fd7791df2a69d1
|
| 3 |
size 267955144
|