Anshoo Mehra commited on
Commit
5293480
·
1 Parent(s): ef5dab1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -13,6 +13,7 @@ The model is intended to be used for Q&A task, given the question & context, the
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
  [Encoder based Question Answering](https://huggingface.co/anshoomehra/question-answering-roberta-base-s/)
17
 
18
  Example code:
 
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
 
19
  Example code: