ccm commited on
Commit
8a004c7
·
verified ·
1 Parent(s): 641d5ef

Update main.py

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