Ahmed-Zakaria
commited on
Commit
•
86ae664
1
Parent(s):
5c3c781
Training in progress epoch 2
Browse files- README.md +8 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,13 +15,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-cased-distilled-squad](https://huggingface.co/distilbert-base-cased-distilled-squad) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train End Logits Accuracy: 0.
|
20 |
-
- Train Start Logits Accuracy: 0.
|
21 |
-
- Validation Loss: 1.
|
22 |
-
- Validation End Logits Accuracy: 0.
|
23 |
-
- Validation Start Logits Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
| 0.6238 | 0.8207 | 0.7789 | 1.1257 | 0.7123 | 0.6807 | 0 |
|
51 |
| 0.4553 | 0.8655 | 0.8283 | 1.2318 | 0.7094 | 0.6784 | 1 |
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-cased-distilled-squad](https://huggingface.co/distilbert-base-cased-distilled-squad) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.3370
|
19 |
+
- Train End Logits Accuracy: 0.8992
|
20 |
+
- Train Start Logits Accuracy: 0.8669
|
21 |
+
- Validation Loss: 1.3575
|
22 |
+
- Validation End Logits Accuracy: 0.7082
|
23 |
+
- Validation Start Logits Accuracy: 0.6769
|
24 |
+
- Epoch: 2
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
| 0.6238 | 0.8207 | 0.7789 | 1.1257 | 0.7123 | 0.6807 | 0 |
|
51 |
| 0.4553 | 0.8655 | 0.8283 | 1.2318 | 0.7094 | 0.6784 | 1 |
|
52 |
+
| 0.3370 | 0.8992 | 0.8669 | 1.3575 | 0.7082 | 0.6769 | 2 |
|
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 260895720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:533eba83bf2c32307fd81ab888a30ae5367e3ae9c2278f5228aa58c8c2b9cbfd
|
3 |
size 260895720
|