Training in progress epoch 2
Browse files- README.md +5 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,10 +16,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Train Accuracy: 0.
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
|:----------:|:---------------:|:--------------:|:-----:|
|
48 |
| 0.2545 | 0.1999 | 0.9216 | 0 |
|
49 |
| 0.1377 | 0.2028 | 0.9296 | 1 |
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 0.0714
|
20 |
+
- Validation Loss: 0.2196
|
21 |
+
- Train Accuracy: 0.9299
|
22 |
+
- Epoch: 2
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
47 |
|:----------:|:---------------:|:--------------:|:-----:|
|
48 |
| 0.2545 | 0.1999 | 0.9216 | 0 |
|
49 |
| 0.1377 | 0.2028 | 0.9296 | 1 |
|
50 |
+
| 0.0714 | 0.2196 | 0.9299 | 2 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267951808
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:887ba47033f52ce9c3116fef00fa6bcad4f3c2e101c76ebc60bca36b91f75e85
|
3 |
size 267951808
|