Seon25 commited on
Commit
47bcb1c
1 Parent(s): d86aa90

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", "invalidated"]
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 = {}