Anshoo Mehra commited on
Commit
c208ba9
1 Parent(s): 97b5b56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -15,6 +15,8 @@ Model is encoder-only (roberta-base) with QuestionAnswering LM Head, fine-tuned
15
 
16
  Please follow this link for [Generative Question Answering](https://huggingface.co/anshoomehra/question-answering-generative-t5-v1-base-s-q-c/)
17
 
 
 
18
  Example code:
19
  ```
20
  from transformers import pipeline
 
15
 
16
  Please follow this link for [Generative Question Answering](https://huggingface.co/anshoomehra/question-answering-generative-t5-v1-base-s-q-c/)
17
 
18
+ [Live Demo: Question Answering Encoders vs Generative](https://huggingface.co/spaces/anshoomehra/question_answering)
19
+
20
  Example code:
21
  ```
22
  from transformers import pipeline