Commit ·
07d43e0
1
Parent(s): 3a53a4d
Training in progress epoch 0
Browse files- README.md +10 -9
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -14,10 +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 Accuracy: 0.
|
| 20 |
-
-
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -41,11 +44,9 @@ The following hyperparameters were used during training:
|
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
| 44 |
-
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
-
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
-
| 0.
|
| 47 |
-
| 0.2267 | 0.3542 | 0.8611 | 1 |
|
| 48 |
-
| 0.1509 | 0.3704 | 0.8655 | 2 |
|
| 49 |
|
| 50 |
|
| 51 |
### 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.0753
|
| 18 |
+
- Validation Loss: 0.3810
|
| 19 |
+
- Train Accuracy: 0.8828
|
| 20 |
+
- Train Precision: 0.9071
|
| 21 |
+
- Train Recall: 0.8834
|
| 22 |
+
- Train F1: 0.8951
|
| 23 |
+
- Epoch: 0
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
| 47 |
+
| Train Loss | Validation Loss | Train Accuracy | Train Precision | Train Recall | Train F1 | Epoch |
|
| 48 |
+
|:----------:|:---------------:|:--------------:|:---------------:|:------------:|:--------:|:-----:|
|
| 49 |
+
| 0.0753 | 0.3810 | 0.8828 | 0.9071 | 0.8834 | 0.8951 | 0 |
|
|
|
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
### 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:bd98a670e3354c6103308674d82644313ccbf17f2520554c33a49a2dfc94a09e
|
| 3 |
size 267955144
|