maitri01 commited on
Commit
b44ccb1
·
verified ·
1 Parent(s): 506d789

added barcelona hugging face datasets

Browse files
Files changed (1) hide show
  1. 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
- "maitri01/llm_watermark_removal"
 
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