From 044af364425766ba23373ff21577bc4a9de18e39 Mon Sep 17 00:00:00 2001 From: ZeyuTeng96 <96521059+ZeyuTeng96@users.noreply.github.com> Date: Mon, 6 May 2024 16:44:50 +0800 Subject: [PATCH] update hf_hub_url for nectar_rm in dataset_info Hi there, I cannot find the "mlinmg/RLAIF-Nectar" on hf, seems like it changed as "AstraMindAI/RLAIF-Nectar". So, making a PR for updating. See: https://huggingface.co/datasets/AstraMindAI/RLAIF-Nectar --- data/dataset_info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/dataset_info.json b/data/dataset_info.json index 146cf59e..a7a75bd9 100644 --- a/data/dataset_info.json +++ b/data/dataset_info.json @@ -359,7 +359,7 @@ } }, "nectar_rm": { - "hf_hub_url": "mlinmg/RLAIF-Nectar", + "hf_hub_url": "AstraMindAI/RLAIF-Nectar", "ms_hub_url": "AI-ModelScope/RLAIF-Nectar", "ranking": true }, @@ -459,4 +459,4 @@ }, "folder": "python" } -} \ No newline at end of file +}