NimaBoscarino commited on
Commit
05992ae
·
1 Parent(s): 32e763a

Update LILA.py

Browse files
Files changed (1) hide show
  1. LILA.py +3 -0
LILA.py CHANGED
@@ -75,6 +75,9 @@ _LILA_URLS = {
75
  "Orinoquia Camera Traps": "",
76
  }
77
 
 
 
 
78
  class LILAConfig(datasets.BuilderConfig):
79
  """Builder Config for LILA"""
80
 
 
75
  "Orinoquia Camera Traps": "",
76
  }
77
 
78
+ # TODO: Just to make the Dataset viewer on the Hub work
79
+ DEFAULT_CONFIG_NAME = "Caltech Camera Traps"
80
+
81
  class LILAConfig(datasets.BuilderConfig):
82
  """Builder Config for LILA"""
83