jonaskoenig
commited on
Commit
•
8f971be
1
Parent(s):
453e068
Training in progress epoch 2
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 |
|
@@ -46,6 +46,7 @@ The following hyperparameters were used during training:
|
|
46 |
|:----------:|:-------------------------:|:---------------:|:------------------------------:|:-----:|
|
47 |
| 0.0755 | 0.6385 | 0.0425 | 0.6425 | 0 |
|
48 |
| 0.0419 | 0.6483 | 0.0399 | 0.6425 | 1 |
|
|
|
49 |
|
50 |
|
51 |
### 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.0390
|
18 |
+
- Train Binary Crossentropy: 0.6064
|
19 |
+
- Validation Loss: 0.0372
|
20 |
+
- Validation Binary Crossentropy: 0.5947
|
21 |
+
- Epoch: 2
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
|:----------:|:-------------------------:|:---------------:|:------------------------------:|:-----:|
|
47 |
| 0.0755 | 0.6385 | 0.0425 | 0.6425 | 0 |
|
48 |
| 0.0419 | 0.6483 | 0.0399 | 0.6425 | 1 |
|
49 |
+
| 0.0390 | 0.6064 | 0.0372 | 0.5947 | 2 |
|
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 51177784
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0760e38912aeb34ccf4738337f971bdd2676b19533bdd6bc3aae13f3b0ae212
|
3 |
size 51177784
|