added barcelona hugging face datasets
Browse files- hackathon_setup.sh +2 -1
hackathon_setup.sh
CHANGED
|
@@ -41,7 +41,8 @@ TEAM_FOLDER="" # <-- replace with your team_name
|
|
| 41 |
|
| 42 |
# HuggingFace datasets to download (org/repo format)
|
| 43 |
HF_DATASETS=(
|
| 44 |
-
"
|
|
|
|
| 45 |
""
|
| 46 |
)
|
| 47 |
|
|
|
|
| 41 |
|
| 42 |
# HuggingFace datasets to download (org/repo format)
|
| 43 |
HF_DATASETS=(
|
| 44 |
+
"SprintML/llm_watermark_removal"
|
| 45 |
+
"SprintML/Property_Inference"
|
| 46 |
""
|
| 47 |
)
|
| 48 |
|