Skip to content

Commit 0796035

Browse files
author
yuan.wang
committed
modify code in evaluation
1 parent 54cd5cd commit 0796035

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

evaluation/.env-example

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ SUPERMEMORY_API_KEY="sm_xxx"
2222
MEMOBASE_API_KEY="xxx"
2323
MEMOBASE_PROJECT_URL="http://***.***.***.***:8019"
2424

25-
# pref
26-
PRE_SPLIT_CHUNK=false # pre split chunk in client end, for personamem and prefeval
27-
# 1. text_mem + pref_mem + instruction_completion: set INSTRUCT_COMPLETE=true, ABLATION_PREF=false
28-
# 2. text_mem + pref_mem: set INSTRUCT_COMPLETE=false, ABLATION_PREF=false
29-
# 3. text_mem: set INSTRUCT_COMPLETE=false, ABLATION_PREF=true
30-
INSTRUCT_COMPLETE=true # use instruct complete format or not
31-
ABLATION_PREF=false # remove pref mem, only text mem
25+
# eval settings
26+
PRE_SPLIT_CHUNK=false
3227

3328
# Configuration Only For Scheduler
3429
# RabbitMQ Configuration

0 commit comments

Comments
 (0)