Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,8 @@ openai.api_key = os.getenv("OPENAI_API_KEY")
|
|
26 |
# β
Download NLTK Dependencies
|
27 |
nltk.download('punkt')
|
28 |
|
|
|
|
|
29 |
# β
Load RunGalileo Datasets
|
30 |
ragbench = {}
|
31 |
for dataset in ['covidqa', 'cuad', 'delucionqa', 'emanual', 'expertqa', 'finqa', 'hagrid', 'hotpotqa', 'msmarco', 'pubmedqa', 'tatqa', 'techqa']:
|
|
|
26 |
# β
Download NLTK Dependencies
|
27 |
nltk.download('punkt')
|
28 |
|
29 |
+
|
30 |
+
|
31 |
# β
Load RunGalileo Datasets
|
32 |
ragbench = {}
|
33 |
for dataset in ['covidqa', 'cuad', 'delucionqa', 'emanual', 'expertqa', 'finqa', 'hagrid', 'hotpotqa', 'msmarco', 'pubmedqa', 'tatqa', 'techqa']:
|