Anshoo Mehra
commited on
Commit
•
41db48c
1
Parent(s):
6a49242
Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,6 @@ model-index:
|
|
10 |
---
|
11 |
|
12 |
# Question Answering
|
13 |
-
|
14 |
-
## Model description
|
15 |
The model is intended to be used for Q&A task, given the question & context, the model would attempt to infer the answer text, answer span & confidence score.
|
16 |
Model is encoder-only (roberta-base) with QuestionAnswering LM Head, fine-tuned on SQUADx dataset with **exact_match:** 86.14 & **f1:** 92.330 performance scores.
|
17 |
|
|
|
10 |
---
|
11 |
|
12 |
# Question Answering
|
|
|
|
|
13 |
The model is intended to be used for Q&A task, given the question & context, the model would attempt to infer the answer text, answer span & confidence score.
|
14 |
Model is encoder-only (roberta-base) with QuestionAnswering LM Head, fine-tuned on SQUADx dataset with **exact_match:** 86.14 & **f1:** 92.330 performance scores.
|
15 |
|