Nikhil Ranjan commited on
Commit
30e86f8
·
verified ·
1 Parent(s): 7780139

Create .config.json

Browse files
Files changed (1) hide show
  1. .config.json +13 -0
.config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_files": {
3
+ "train": [
4
+ "dir1/subdir1/sample1.jsonl",
5
+ "dir2/subdir2/sample2.jsonl"
6
+ ]
7
+ },
8
+ "data_format": "jsonl",
9
+ "features": {
10
+ "text": "string",
11
+ "subset": "string"
12
+ }
13
+ }