Spaces:
Running
Running
XufengDuan
commited on
Commit
•
7d83c67
1
Parent(s):
3f72150
update scripts
Browse files- .DS_Store +0 -0
- .idea/vcs.xml +6 -0
- src/envs.py +1 -1
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
.idea/vcs.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="VcsDirectoryMappings">
|
4 |
+
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
5 |
+
</component>
|
6 |
+
</project>
|
src/envs.py
CHANGED
@@ -41,7 +41,7 @@ ITEM_4_DATA = "./src/datasets/associataion_dataset.csv" #database
|
|
41 |
ITEM_5_DATA = "./src/datasets/Items_5.csv" #experiment 5 need verb words
|
42 |
|
43 |
# 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."
|
44 |
-
SYSTEM_PROMPT = "You are
|
45 |
'''prompt'''
|
46 |
# USER_PROMPT = "You are asked the question 'Provide a concise summary of the following passage, covering the core pieces of information described': "
|
47 |
USER_PROMPT = ""
|
|
|
41 |
ITEM_5_DATA = "./src/datasets/Items_5.csv" #experiment 5 need verb words
|
42 |
|
43 |
# 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."
|
44 |
+
SYSTEM_PROMPT = "You are participating in a psycholinguistic experiment. You will complete a task on English language use. Please respond to the questions directly, without using introductory phrases (e.g., Sure or OK) or special formats at the beginning of your responses."
|
45 |
'''prompt'''
|
46 |
# USER_PROMPT = "You are asked the question 'Provide a concise summary of the following passage, covering the core pieces of information described': "
|
47 |
USER_PROMPT = ""
|