From 9187b22b3847f455911ac15e7fcd8c8f6fb82fb2 Mon Sep 17 00:00:00 2001 From: Junnan Liu Date: Thu, 26 Dec 2024 13:44:41 +0800 Subject: [PATCH] add how to set hf token --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71a8024..70abdf7 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ pip install -e . ### 2. Prepare Dataset -The LiveMathBench dataset can be obtained from Hugging Face: -* [huggingface](https://huggingface.co/datasets/opencompass/LiveMathBench). +LiveMathBench dataset can be obtained from HuggingFace. First, you should be granted to access the dataset from the following link: [huggingface](https://huggingface.co/datasets/opencompass/LiveMathBench). +Then, refer to [security-tokens](https://huggingface.co/docs/hub/security-tokens) to set up your HF tokens. ### 3. Deploy Judge Models