Datasets:

ArXiv:
License:
NamCyan commited on
Commit
05a65f0
1 Parent(s): b1c8a8d

updata load script

Browse files
Files changed (1) hide show
  1. the-vault-function.py +3 -2
the-vault-function.py CHANGED
@@ -24,9 +24,9 @@ _CITATION = """
24
  year={2023}
25
  }
26
  """
27
- ###
28
-
29
 
 
30
  _LANG_TO_TEXT = {
31
  "python": "python",
32
  "c": "c",
@@ -103,6 +103,7 @@ num_shard_split = {
103
 
104
  }
105
  _SPLIT_CONFIGS = ["all", "train", "train/small", "train/medium", "train/full", "validation", "test"]
 
106
 
107
  class TheVaultFunctionConfig(datasets.BuilderConfig):
108
  """BuilderConfig for The Vault dataset."""
 
24
  year={2023}
25
  }
26
  """
27
+ ################################################################################################
 
28
 
29
+ ###Config metadata
30
  _LANG_TO_TEXT = {
31
  "python": "python",
32
  "c": "c",
 
103
 
104
  }
105
  _SPLIT_CONFIGS = ["all", "train", "train/small", "train/medium", "train/full", "validation", "test"]
106
+ ################################################################################################
107
 
108
  class TheVaultFunctionConfig(datasets.BuilderConfig):
109
  """BuilderConfig for The Vault dataset."""