xitro commited on
Commit
d6fd562
·
verified ·
1 Parent(s): fccbc01

test worker access to internal/private datasets

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
4
-
5
- # SSRF Internal API Test Dataset
6
-
7
- Custom loading script for security testing.
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: test_private_access
5
+ data_files:
6
+ - split: train
7
+ path: "hf://datasets/huggingface-internal/some-private-dataset/train.jsonl"
8
  ---
9
+ # Test if worker can access private HF datasets