Training in progress epoch 13
Browse files- README.md +17 -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: 0.
|
| 20 |
-
- Epoch:
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -44,6 +44,19 @@ The following hyperparameters were used during training:
|
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
| 0.0019 | 0.4504 | 0.85 | 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.2014
|
| 18 |
+
- Validation Loss: 0.1349
|
| 19 |
+
- Train Accuracy: 0.95
|
| 20 |
+
- Epoch: 13
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
| 0.0019 | 0.4504 | 0.85 | 0 |
|
| 47 |
+
| 0.0017 | 0.4712 | 0.85 | 1 |
|
| 48 |
+
| 0.0016 | 0.4817 | 0.85 | 2 |
|
| 49 |
+
| 0.0016 | 0.4854 | 0.85 | 3 |
|
| 50 |
+
| 0.0015 | 0.4889 | 0.85 | 4 |
|
| 51 |
+
| 0.0014 | 0.4960 | 0.85 | 5 |
|
| 52 |
+
| 0.0014 | 0.4971 | 0.85 | 6 |
|
| 53 |
+
| 0.0013 | 0.4970 | 0.85 | 7 |
|
| 54 |
+
| 0.0013 | 0.4994 | 0.85 | 8 |
|
| 55 |
+
| 0.0012 | 0.5083 | 0.85 | 9 |
|
| 56 |
+
| 0.0011 | 0.5147 | 0.85 | 10 |
|
| 57 |
+
| 0.0722 | 0.6652 | 0.825 | 11 |
|
| 58 |
+
| 0.0971 | 0.8475 | 0.8 | 12 |
|
| 59 |
+
| 0.2014 | 0.1349 | 0.95 | 13 |
|
| 60 |
|
| 61 |
|
| 62 |
### 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:97089274e4ff858a78d1b9173e574dd68f2be5b77e8be019d6174fe64564e220
|
| 3 |
size 267955144
|