jonaskoenig
commited on
Commit
•
2692023
1
Parent(s):
e50a0c3
Training in progress epoch 4
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,11 +14,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [microsoft/xtremedistil-l6-h256-uncased](https://huggingface.co/microsoft/xtremedistil-l6-h256-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Train Binary Crossentropy: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Validation Binary Crossentropy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
| 0.0395 | 0.6218 | 0.0356 | 0.6178 | 1 |
|
49 |
| 0.0337 | 0.5804 | 0.0308 | 0.5594 | 2 |
|
50 |
| 0.0299 | 0.5146 | 0.0277 | 0.4839 | 3 |
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [microsoft/xtremedistil-l6-h256-uncased](https://huggingface.co/microsoft/xtremedistil-l6-h256-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.0272
|
18 |
+
- Train Binary Crossentropy: 0.4642
|
19 |
+
- Validation Loss: 0.0255
|
20 |
+
- Validation Binary Crossentropy: 0.4240
|
21 |
+
- Epoch: 4
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
48 |
| 0.0395 | 0.6218 | 0.0356 | 0.6178 | 1 |
|
49 |
| 0.0337 | 0.5804 | 0.0308 | 0.5594 | 2 |
|
50 |
| 0.0299 | 0.5146 | 0.0277 | 0.4839 | 3 |
|
51 |
+
| 0.0272 | 0.4642 | 0.0255 | 0.4240 | 4 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 51177784
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe58bd40391da8c94853b43fa48a7fb4522fd8c937064a32f8ceaf079a00db8f
|
3 |
size 51177784
|