Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -19,9 +19,12 @@ GREETING = (
|
|
19 |
" can I tell you about today?"
|
20 |
)
|
21 |
EXAMPLE_QUERIES = [
|
22 |
-
"Tell me about new research at the intersection of additive manufacturing and machine learning",
|
23 |
"What is a physics-informed neural network and what can it be used for?",
|
24 |
"What can agent-based models do about climate change?",
|
|
|
|
|
|
|
25 |
]
|
26 |
EMBEDDING_MODEL_NAME = "allenai-specter"
|
27 |
LLM_MODEL_NAME = "Qwen/Qwen2-7B-Instruct"
|
|
|
19 |
" can I tell you about today?"
|
20 |
)
|
21 |
EXAMPLE_QUERIES = [
|
22 |
+
"Tell me about new research at the intersection of additive manufacturing and machine learning.",
|
23 |
"What is a physics-informed neural network and what can it be used for?",
|
24 |
"What can agent-based models do about climate change?",
|
25 |
+
"What's the difference between a markov chain and a hidden markov model?",
|
26 |
+
"What are the latest advancements in reinforcement learning?",
|
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"
|