From f900e6d42d0fea2012e92bdccb99bf997cd8b481 Mon Sep 17 00:00:00 2001 From: Liam Dugan Date: Wed, 4 Sep 2024 19:11:26 -0400 Subject: [PATCH] Added HuggingFace Datasets link to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 008fef6..c9a61f6 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,12 @@ $ wget https://dataset.raid-bench.xyz/test_none.csv $ wget https://dataset.raid-bench.xyz/extra_none.csv ``` +**NEW: You can also now download RAID through the [HuggingFace Datasets 🤗](https://huggingface.co/datasets/liamdugan/raid) Library** +```py +from datasets import load_dataset +raid = load_dataset("liamdugan/raid") +``` + ## Leaderboard Submission To submit to the leaderboard, you must first get predictions for your detector on the test set. You can do so using either the pypi package or the CLI: