Aniket-Tathe-08 commited on
Commit
feb2898
·
verified ·
1 Parent(s): 2983531

Update count_n_shards.py

Browse files
Files changed (1) hide show
  1. count_n_shards.py +1 -1
count_n_shards.py CHANGED
@@ -2,7 +2,7 @@ from pathlib import Path
2
  import json
3
 
4
 
5
- splits = ["train", "dev", "test", "other"]
6
 
7
  if __name__ == "__main__":
8
  n_files = {}
 
2
  import json
3
 
4
 
5
+ splits = ["train", "dev", "test"]
6
 
7
  if __name__ == "__main__":
8
  n_files = {}