jonaskoenig
commited on
Commit
•
8a01c1e
1
Parent(s):
b832695
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.0336 | 0.5852 | 0.0303 | 0.5096 | 2 |
|
50 |
| 0.0295 | 0.5047 | 0.0275 | 0.4647 | 3 |
|
51 |
| 0.0268 | 0.4564 | 0.0250 | 0.4179 | 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.0246
|
18 |
+
- Train Binary Crossentropy: 0.4128
|
19 |
+
- Validation Loss: 0.0231
|
20 |
+
- Validation Binary Crossentropy: 0.3821
|
21 |
+
- Epoch: 5
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
| 0.0336 | 0.5852 | 0.0303 | 0.5096 | 2 |
|
50 |
| 0.0295 | 0.5047 | 0.0275 | 0.4647 | 3 |
|
51 |
| 0.0268 | 0.4564 | 0.0250 | 0.4179 | 4 |
|
52 |
+
| 0.0246 | 0.4128 | 0.0231 | 0.3821 | 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:b5b0dfd5a7a0fd5886a168384de27beb105f0a26acde41ec6e90a4d14ff69847
|
3 |
size 51177784
|