Commit
•
488b3df
1
Parent(s):
3e5355a
Add and update readme (#1)
Browse files- Add and update readme (2145eba8e9a0c14e418966a49dcdba7c813c0404)
Co-authored-by: Sushant Joshi <[email protected]>
README.md
CHANGED
@@ -12,7 +12,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# malay-patel/bert-finetuned-squad-nq
|
14 |
|
15 |
-
This model is a fine-tuned version of [nlpconnect/roberta-base-squad2-nq](https://huggingface.co/nlpconnect/roberta-base-squad2-nq) on
|
|
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Train Loss: 1.5461
|
18 |
- Train End Logits Accuracy: 0.6253
|
@@ -25,11 +26,13 @@ More information needed
|
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
-
|
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
|
|
33 |
|
34 |
## Training procedure
|
35 |
|
|
|
12 |
|
13 |
# malay-patel/bert-finetuned-squad-nq
|
14 |
|
15 |
+
This model is a fine-tuned version of [nlpconnect/roberta-base-squad2-nq](https://huggingface.co/nlpconnect/roberta-base-squad2-nq) on the Natural Questions dataset.
|
16 |
+
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Train Loss: 1.5461
|
19 |
- Train End Logits Accuracy: 0.6253
|
|
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
+
The intent of publishing this model is to improve the performance of question answering model, with the subjectivity of questions/ answers being the prime objective.
|
30 |
+
The model has been pretrained on SQuAD 2.0 and finetuned with Natural Questions dataset. It has been validated against SubjQA dataset for reporting the metrics.
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
34 |
+
Training Data: SQuAD 2.0 + Natural Questions + SubjQA
|
35 |
+
Evaluation Data: SubjQA
|
36 |
|
37 |
## Training procedure
|
38 |
|