jonaskoenig
commited on
Commit
•
7585384
1
Parent(s):
ccd916a
Training in progress epoch 5
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 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
| 0.0319 | 0.5539 | 0.0290 | 0.5115 | 2 |
|
50 |
| 0.0279 | 0.4860 | 0.0257 | 0.4198 | 3 |
|
51 |
| 0.0252 | 0.4284 | 0.0236 | 0.3984 | 4 |
|
|
|
52 |
|
53 |
|
54 |
### 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.0230
|
18 |
+
- Train Binary Crossentropy: 0.3795
|
19 |
+
- Validation Loss: 0.0217
|
20 |
+
- Validation Binary Crossentropy: 0.3411
|
21 |
+
- Epoch: 5
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
| 0.0319 | 0.5539 | 0.0290 | 0.5115 | 2 |
|
50 |
| 0.0279 | 0.4860 | 0.0257 | 0.4198 | 3 |
|
51 |
| 0.0252 | 0.4284 | 0.0236 | 0.3984 | 4 |
|
52 |
+
| 0.0230 | 0.3795 | 0.0217 | 0.3411 | 5 |
|
53 |
|
54 |
|
55 |
### 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:9d352b498685b35b17374cafd396f6b33a9b6a4800f5b82db3c0a4a8eb7dba14
|
3 |
size 51177784
|