Seosnaps
commited on
Commit
•
d298481
1
Parent(s):
81bbdcf
Create n_shards.json
Browse files- n_shards.json +10 -0
n_shards.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ha": {
|
3 |
+
"train": 1,
|
4 |
+
"dev": 1,
|
5 |
+
"test": 1,
|
6 |
+
"other": 1,
|
7 |
+
"invalidated": 1
|
8 |
+
}
|
9 |
+
|
10 |
+
}
|