File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Evaluation on Sotopia
22
3- We build our Sotopia implementation on top of [ Sotopia] (https://github.com/sotopia-lab/sotopia ).
3+ We build our Sotopia implementation on top of [ Sotopia] ( https://github.com/sotopia-lab/sotopia ) .
44
55
66## Setup
@@ -13,7 +13,7 @@ cd sotopia
1313pip install -e.
1414```
1515
16- Then install and start redis-server with the following commands:
16+ Then install and start redis-server with the following commands (download dump.rdb [ here ] ( https://huggingface.co/datasets/Tongyi-ConvAI/EPO-RL-data ) :
1717
1818``` bash
1919# Install redis
@@ -31,4 +31,4 @@ cp dump.rdb ../redis-stack-server-7.2.0-v10/var/db/redis-stack/dump.rdb
3131``` bash
3232cd Sotopia
3333sotopia benchmark --models < TEST_MODEL_NAME> --partner-model < PARTNER_MODEL-NAME> --evaluator-model gpt-4o --strategy-model < REASON_MODEL_NAME> --strategy-model-partner < REASON_MODEL_NAME> --batch-size < BATCH_SIZE> --task all --trial-id < TRIAL_NUMBER>
34- ```
34+ ```
You can’t perform that action at this time.
0 commit comments