From 91637f8adf42f69ae24d1213b20e4114f811b5d4 Mon Sep 17 00:00:00 2001 From: Sewon Min Date: Wed, 31 May 2023 23:19:09 -0700 Subject: [PATCH] guideline for the "Too Many Requests" error --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 12e8d44..ec98a21 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ This command does the following. - `--data_dir`: directory to store the knowledge source and example data. `.cache/factscore` by default. - `--model_dir`: directory to store Inst-LLAMA weights. `.cache/factscore` by default. +**Troubleshooting**: +- If you get a `ERROR 429: Too Many Requests` error while downloading the DB file, please download the DB from [this Google Drive link](https://drive.google.com/file/d/1mekls6OGOKLmt7gYtHs0WGf5oTamTNat/view?usp=sharing) and place it under `--data_dir` (`.cache/factscore` by default). + ## Running FActScore using a command line