Spaces:
Sleeping
Sleeping
Muhammad Adnan
commited on
Commit
·
1902b3b
1
Parent(s):
ae6eb20
Initial commit of Streamlit app
Browse files
__pycache__/data_ret.cpython-39.pyc
ADDED
Binary file (1.19 kB). View file
|
|
__pycache__/similarity_search.cpython-39.pyc
ADDED
Binary file (3.06 kB). View file
|
|
app.py
CHANGED
@@ -140,7 +140,7 @@ def main():
|
|
140 |
|
141 |
The application leverages **Roberta-based question-answering models** to generate answers based on the context retrieved. This helps provide more accurate, context-specific answers compared to traditional approaches that rely solely on pre-trained model knowledge.
|
142 |
|
143 |
-
**Dataset Used**: The application dynamically pulls relevant documents from a dataset
|
144 |
""")
|
145 |
|
146 |
if __name__ == "__main__":
|
|
|
140 |
|
141 |
The application leverages **Roberta-based question-answering models** to generate answers based on the context retrieved. This helps provide more accurate, context-specific answers compared to traditional approaches that rely solely on pre-trained model knowledge.
|
142 |
|
143 |
+
**Dataset Used**: The application dynamically pulls relevant documents from a dataset google_natural_questions_answerability, helping answer user questions more effectively.
|
144 |
""")
|
145 |
|
146 |
if __name__ == "__main__":
|