Training in progress epoch 0
Browse files- README.md +8 -8
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -11,14 +11,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# jikkyjohn/roberta-base-finetuned-dapt-hotqa-v3-squad
|
13 |
|
14 |
-
This model is a fine-tuned version of [jikkyjohn/roberta-base-
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Train Loss:
|
17 |
-
- Train End Logits Accuracy: 0.
|
18 |
-
- Train Start Logits Accuracy: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Validation End Logits Accuracy: 0.
|
21 |
-
- Validation Start Logits Accuracy: 0.
|
22 |
- Epoch: 0
|
23 |
|
24 |
## Model description
|
@@ -45,7 +45,7 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
47 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
48 |
-
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
11 |
|
12 |
# jikkyjohn/roberta-base-finetuned-dapt-hotqa-v3-squad
|
13 |
|
14 |
+
This model is a fine-tuned version of [jikkyjohn/roberta-base-finetuned-dapt-hotqa-v3-squad](https://huggingface.co/jikkyjohn/roberta-base-finetuned-dapt-hotqa-v3-squad) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 0.8094
|
17 |
+
- Train End Logits Accuracy: 0.7766
|
18 |
+
- Train Start Logits Accuracy: 0.7335
|
19 |
+
- Validation Loss: 0.9129
|
20 |
+
- Validation End Logits Accuracy: 0.7572
|
21 |
+
- Validation Start Logits Accuracy: 0.7202
|
22 |
- Epoch: 0
|
23 |
|
24 |
## Model description
|
|
|
45 |
|
46 |
| Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
|
47 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
48 |
+
| 0.8094 | 0.7766 | 0.7335 | 0.9129 | 0.7572 | 0.7202 | 0 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "jikkyjohn/roberta-base-
|
3 |
"architectures": [
|
4 |
"RobertaForQuestionAnswering"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "jikkyjohn/roberta-base-finetuned-dapt-hotqa-v3-squad",
|
3 |
"architectures": [
|
4 |
"RobertaForQuestionAnswering"
|
5 |
],
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 496513256
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e06f43e3ed6d8a91d01e200ad4d2271f9bb971e00a440f8cde52a71d95d6658e
|
3 |
size 496513256
|