Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
configs: # Optional. This can be used to pass additional parameters to the dataset loader, such as `data_files`, `data_dir`, and any builder-specific parameters
|
4 |
+
- config_name: default # Name of the dataset subset, if applicable. Example: default
|
5 |
+
data_files:
|
6 |
+
- split: train # Example: train
|
7 |
+
path: test_data.json
|
8 |
+
---
|