Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ with demo:
|
|
83 |
- <u>**CrossEncoder Context Retrieval**</u>: All Contexts + Question -> Top K Relevant Contexts best suited for answering question
|
84 |
- <u>**UnifiedQA**</u>: Most Relevant Contexts + Supplied Question -> Predict Set of Probable Answers
|
85 |
''')
|
|
|
86 |
examples = [
|
87 |
['examples/1909.00694.pdf', 'What is the seed lexicon?', 5],
|
88 |
['examples/1909.00694.pdf', 'How big is seed lexicon used for training?', 5],
|
|
|
83 |
- <u>**CrossEncoder Context Retrieval**</u>: All Contexts + Question -> Top K Relevant Contexts best suited for answering question
|
84 |
- <u>**UnifiedQA**</u>: Most Relevant Contexts + Supplied Question -> Predict Set of Probable Answers
|
85 |
''')
|
86 |
+
with gr.Row():
|
87 |
examples = [
|
88 |
['examples/1909.00694.pdf', 'What is the seed lexicon?', 5],
|
89 |
['examples/1909.00694.pdf', 'How big is seed lexicon used for training?', 5],
|