ccm commited on
Commit
541f855
·
verified ·
1 Parent(s): f186297

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -1
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"