mstz commited on
Commit
38feb45
·
1 Parent(s): e0f7bbf

Update arhythmia.py

Browse files
Files changed (1) hide show
  1. arhythmia.py +2 -0
arhythmia.py CHANGED
@@ -604,6 +604,8 @@ class Arhythmia(datasets.GeneratorBasedBuilder):
604
  BUILDER_CONFIGS = [
605
  ArhythmiaConfig(name="arhythmia",
606
  description="Multiclass classification of arhythmia type."),
 
 
607
  ]
608
 
609
 
 
604
  BUILDER_CONFIGS = [
605
  ArhythmiaConfig(name="arhythmia",
606
  description="Multiclass classification of arhythmia type."),
607
+ ArhythmiaConfig(name="has_arhythmia",
608
+ description="Binary classification of arhythmia."),
609
  ]
610
 
611