nandysoham16
commited on
Commit
•
31db0bb
1
Parent(s):
21c24f0
Training in progress epoch 1
Browse files- README.md +8 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,13 +14,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [Rocketknight1/distilbert-base-uncased-finetuned-squad](https://huggingface.co/Rocketknight1/distilbert-base-uncased-finetuned-squad) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss:
|
18 |
-
- Train End Logits Accuracy: 0.
|
19 |
-
- Train Start Logits Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation End Logits Accuracy: 0.
|
22 |
-
- Validation Start Logits Accuracy: 0.
|
23 |
-
- Epoch:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
48 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
49 |
| 1.2480 | 0.6721 | 0.6264 | 0.9732 | 0.7479 | 0.6899 | 0 |
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [Rocketknight1/distilbert-base-uncased-finetuned-squad](https://huggingface.co/Rocketknight1/distilbert-base-uncased-finetuned-squad) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.8354
|
18 |
+
- Train End Logits Accuracy: 0.7665
|
19 |
+
- Train Start Logits Accuracy: 0.7283
|
20 |
+
- Validation Loss: 0.8937
|
21 |
+
- Validation End Logits Accuracy: 0.7640
|
22 |
+
- Validation Start Logits Accuracy: 0.7151
|
23 |
+
- Epoch: 1
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
47 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
48 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
49 |
| 1.2480 | 0.6721 | 0.6264 | 0.9732 | 0.7479 | 0.6899 | 0 |
|
50 |
+
| 0.8354 | 0.7665 | 0.7283 | 0.8937 | 0.7640 | 0.7151 | 1 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265583688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd42af0158413e14562a3d2c2f888f8ec2586028f80f835522f68a691ad7b91e
|
3 |
size 265583688
|