Datasets:

ArXiv:
License:
NamCyan commited on
Commit
4399de1
·
1 Parent(s): a4b98ad

update load script

Browse files
Files changed (1) hide show
  1. the-vault-inline.py +2 -2
the-vault-inline.py CHANGED
@@ -48,14 +48,14 @@ for lang in _LANG_TO_TEXT:
48
  num_shard_split = {
49
  "ruby": 3,
50
  "c": 29,
51
- "c_sharp": 1,
52
  "cpp": 39,
53
  "go": 15,
54
  "java": 75,
55
  "javascript": 6,
56
  "php": 21,
57
  "python": 48,
58
- "rust": 1,
59
  }
60
 
61
  ################################################################################################
 
48
  num_shard_split = {
49
  "ruby": 3,
50
  "c": 29,
51
+ "c_sharp": 25,
52
  "cpp": 39,
53
  "go": 15,
54
  "java": 75,
55
  "javascript": 6,
56
  "php": 21,
57
  "python": 48,
58
+ "rust": 17,
59
  }
60
 
61
  ################################################################################################