hdallatorre commited on
Commit
af368b2
·
1 Parent(s): f6dbca8

feat: Add dataset size to info

Browse files
nucleotide_transformer_downstream_tasks_multilabel.py CHANGED
@@ -53,6 +53,7 @@ _TASKS_NUM_LABELS_DTYPE = [
53
  _SPLIT_SIZES = {
54
  "deepstarr": {"train": 402034, "test": 41184},
55
  "toy_classification": {"train": 35, "test": 35},
 
56
  }
57
 
58
 
 
53
  _SPLIT_SIZES = {
54
  "deepstarr": {"train": 402034, "test": 41184},
55
  "toy_classification": {"train": 35, "test": 35},
56
+ "toy_regression": {"train": 25, "test": 15},
57
  }
58
 
59