Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -27,8 +27,8 @@ EXAMPLE_QUERIES = [
|
|
27 |
"What is known about different modes for human-AI teaming?",
|
28 |
]
|
29 |
EMBEDDING_MODEL_NAME = "allenai-specter"
|
30 |
-
LLM_MODEL_NAME = "Qwen/Qwen2-7B-Instruct"
|
31 |
-
PUBLICATIONS_TO_RETRIEVE =
|
32 |
PARQUET_URL = "hf://datasets/ccm/publications/data/train-00000-of-00001.parquet"
|
33 |
|
34 |
# Load the dataset and convert to pandas
|
|
|
27 |
"What is known about different modes for human-AI teaming?",
|
28 |
]
|
29 |
EMBEDDING_MODEL_NAME = "allenai-specter"
|
30 |
+
LLM_MODEL_NAME = "Qwen/Qwen2.5-7B-Instruct"
|
31 |
+
PUBLICATIONS_TO_RETRIEVE = 5
|
32 |
PARQUET_URL = "hf://datasets/ccm/publications/data/train-00000-of-00001.parquet"
|
33 |
|
34 |
# Load the dataset and convert to pandas
|