Nikhil Ranjan
commited on
Create .config.json
Browse files- .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 |
+
}
|