yzhnc commited on
Commit
70bfb75
1 Parent(s): 47bd76f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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
+ ---