SRDdev commited on
Commit
4a87519
1 Parent(s): 927f03f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -10,9 +10,8 @@ pipeline_tag: question-answering
10
  tags:
11
  - question-answering
12
  ---
13
- # AnswerMind
14
- AnswerMind is a Question Answering Model. This model is a lighter version of any of the question-answering models out there.
15
- The base architecture is BERT for Question-Answering.
16
 
17
  ## Dataset
18
  The Stanford Question Answering Dataset (SQuAD) is a widely used benchmark dataset for the task of machine reading comprehension. It consists of over 100,000 question-answer pairs based on a set of Wikipedia articles. The goal is to train models that can answer questions based on their understanding of the given text passages. SQuAD has played a significant role in advancing the state-of-the-art in this field and remains a popular choice for researchers and practitioners alike.
 
10
  tags:
11
  - question-answering
12
  ---
13
+ # QA-BERT
14
+ QA-BERT is a Question Answering Model. This model is a lighter version of any of the question-answering models out there.
 
15
 
16
  ## Dataset
17
  The Stanford Question Answering Dataset (SQuAD) is a widely used benchmark dataset for the task of machine reading comprehension. It consists of over 100,000 question-answer pairs based on a set of Wikipedia articles. The goal is to train models that can answer questions based on their understanding of the given text passages. SQuAD has played a significant role in advancing the state-of-the-art in this field and remains a popular choice for researchers and practitioners alike.