From 9a290bca98e9fabdc47f69d883e70364ae90d2e6 Mon Sep 17 00:00:00 2001
From: yilun_jin <jyl.jal123@gmail.com>
Date: Thu, 28 Mar 2024 18:46:11 +0000
Subject: [PATCH] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 7425c9c..7323c8c 100644
--- a/README.md
+++ b/README.md
@@ -168,6 +168,7 @@ For reference, the baseline solution with zero-shot [Vicuna-7B](https://huggingf
 | ------ | ------- | ------- | ------- | ------- | 
 | **Phase 1**| ~50 minutes | ~3 minutes | ~25 minutes | ~35 minutes | 
 
+We limit the prediction time of each sample to at most **15 seconds**. 
 
 ## 🧩 How are my model responses parsed by the evaluators ?
 Please refer to [parsers.py](parsers.py) for more details on how we parse your model responses.
-- 
GitLab