Add viewer index and data_files config
Browse files- README.md +12 -3
- train.jsonl +0 -0
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: train.jsonl
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# LSPWD_Dataset
|
| 11 |
+
|
| 12 |
+
This repository stores raw assets under `data/` and a viewer-friendly index in `train.jsonl`.
|
train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|