yairschiff commited on
Commit
56b892b
·
verified ·
1 Parent(s): 4c239f7

Update ten_species.py

Browse files
Files changed (1) hide show
  1. ten_species.py +1 -0
ten_species.py CHANGED
@@ -72,6 +72,7 @@ class TenSpeciesGenomes(datasets.GeneratorBasedBuilder):
72
  features = datasets.Features(
73
  {
74
  "sequence": datasets.Value("string"),
 
75
  "description": datasets.Value("string"),
76
  "start_pos": datasets.Value("int32"),
77
  "end_pos": datasets.Value("int32"),
 
72
  features = datasets.Features(
73
  {
74
  "sequence": datasets.Value("string"),
75
+ "species_label": datasets.Value("string"),
76
  "description": datasets.Value("string"),
77
  "start_pos": datasets.Value("int32"),
78
  "end_pos": datasets.Value("int32"),