suke-sho commited on
Commit
199398a
1 Parent(s): 1624e9e

Update multi-model-plant-genome-corpus.py

Browse files
Files changed (1) hide show
  1. multi-model-plant-genome-corpus.py +2 -3
multi-model-plant-genome-corpus.py CHANGED
@@ -52,9 +52,8 @@ class PlantMultiSpeciesGenomesConfig(datasets.BuilderConfig):
52
  self.overlap = overlap
53
 
54
  class PlantMultiSpeciesGenomes(datasets.GeneratorBasedBuilder):
55
- """Genomes from multiple plant species, filtered and split into chunks of consecutive
56
- nucleotides."""
57
- Copy codeVERSION = datasets.Version("1.1.0")
58
  BUILDER_CONFIG_CLASS = PlantMultiSpeciesGenomesConfig
59
  BUILDER_CONFIGS = [PlantMultiSpeciesGenomesConfig(chunk_length=chunk_length) for chunk_length in _CHUNK_LENGTHS]
60
  DEFAULT_CONFIG_NAME = "6kbp"
 
52
  self.overlap = overlap
53
 
54
  class PlantMultiSpeciesGenomes(datasets.GeneratorBasedBuilder):
55
+ """Genomes from multiple plant species, filtered and split into chunks of consecutive nucleotides."""
56
+ VERSION = datasets.Version("1.1.0")
 
57
  BUILDER_CONFIG_CLASS = PlantMultiSpeciesGenomesConfig
58
  BUILDER_CONFIGS = [PlantMultiSpeciesGenomesConfig(chunk_length=chunk_length) for chunk_length in _CHUNK_LENGTHS]
59
  DEFAULT_CONFIG_NAME = "6kbp"