tangxuemei commited on
Commit
2be366d
·
verified ·
1 Parent(s): 4769ebf

Upload 2 files

Browse files
Files changed (1) hide show
  1. src/envs.py +2 -0
src/envs.py CHANGED
@@ -36,6 +36,8 @@ DATASET_PATH = "./src/datasets/Material_Llama2_0603.xlsx" #experiment data
36
  PROMPT_PATH = "./src/datasets/prompt.xlsx" #prompt for each experiment
37
  HEM_PATH = 'vectara/hallucination_evaluation_model'
38
  HUMAN_DATA = "./src/datasets/human_data.csv" #experiment data
 
 
39
 
40
  # SYSTEM_PROMPT = "You are a chat bot answering questions using data. You must stick to the answers provided solely by the text in the passage provided."
41
  SYSTEM_PROMPT = "You are a participant of a psycholinguistic experiment. You will do a task on English language use."
 
36
  PROMPT_PATH = "./src/datasets/prompt.xlsx" #prompt for each experiment
37
  HEM_PATH = 'vectara/hallucination_evaluation_model'
38
  HUMAN_DATA = "./src/datasets/human_data.csv" #experiment data
39
+ ITEM_4_DATA = "./src/datasets/associataion_dataset.csv" #database
40
+ ITEM_5_DATA = "./src/datasets/Items_5.csv" #experiment 5 need verb words
41
 
42
  # SYSTEM_PROMPT = "You are a chat bot answering questions using data. You must stick to the answers provided solely by the text in the passage provided."
43
  SYSTEM_PROMPT = "You are a participant of a psycholinguistic experiment. You will do a task on English language use."