From ec90b9c054461f79cf902f389279853d8e40aabc Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Sat, 24 Feb 2024 19:03:46 +0800 Subject: [PATCH] Upload `agent_calls.jsonl` download link (#226) --- benchmark/generative_agents/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/benchmark/generative_agents/README.md b/benchmark/generative_agents/README.md index 190dd5093..3801e2b1b 100644 --- a/benchmark/generative_agents/README.md +++ b/benchmark/generative_agents/README.md @@ -1,3 +1,9 @@ +## Download the dataset + +``` +wget -O agent_calls.jsonl https://drive.google.com/uc?export=download&id=19qLpD45e9JGTKF2cUjJJegwzSUEZEKht +``` + ## Run benchmark Ensure that this benchmark is run in a serial manner (using --parallel 1) to preserve any potential dependencies between requests.