Anshoo Mehra
commited on
Commit
·
496bfd3
1
Parent(s):
341d59c
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ model-index:
|
|
12 |
The model is intended to be used for Q&A task, given the question & context, the model would attempt to infer the answer text.<br>
|
13 |
Model is generative (t5-v1-base), fine-tuned from [question-generation-auto-hints-t5-v1-base-s-q-c](https://huggingface.co/anshoomehra/question-generation-auto-hints-t5-v1-base-s-q-c) with - **Loss:** 0.6751 & **Rougel:** 0.8022 performance scores.
|
14 |
|
15 |
-
[Live Demo: Question Answering
|
16 |
|
17 |
[Encoder based Question Answering](https://huggingface.co/anshoomehra/question-answering-roberta-base-s/)
|
18 |
|
|
|
12 |
The model is intended to be used for Q&A task, given the question & context, the model would attempt to infer the answer text.<br>
|
13 |
Model is generative (t5-v1-base), fine-tuned from [question-generation-auto-hints-t5-v1-base-s-q-c](https://huggingface.co/anshoomehra/question-generation-auto-hints-t5-v1-base-s-q-c) with - **Loss:** 0.6751 & **Rougel:** 0.8022 performance scores.
|
14 |
|
15 |
+
[Live Demo: Question Answering Encoders vs Generative](https://huggingface.co/spaces/anshoomehra/question_answering)
|
16 |
|
17 |
[Encoder based Question Answering](https://huggingface.co/anshoomehra/question-answering-roberta-base-s/)
|
18 |
|