test hf:// and HF URLs in data_files
Browse files
README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
configs:
|
| 4 |
-
- config_name:
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
-
path: "
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
-
|
| 10 |
-
# Test dataset with local data file
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
configs:
|
| 4 |
+
- config_name: hf_url_test
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
+
path: "hf://datasets/rajpurkar/squad/plain_text/train-00000-of-00001.parquet"
|
| 8 |
+
- config_name: hf_https_test
|
| 9 |
+
data_files:
|
| 10 |
+
- split: train
|
| 11 |
+
path: "https://huggingface.co/datasets/xitro/ssrf-internal-api/resolve/main/data/train.jsonl"
|
| 12 |
---
|
| 13 |
+
# Test hf:// and HF https URLs
|
|
|