khalidalt commited on
Commit
97ea514
1 Parent(s): d83080d

Update xtd_11.py

Browse files
Files changed (1) hide show
  1. xtd_11.py +1 -1
xtd_11.py CHANGED
@@ -8,7 +8,7 @@ class XTD_11Config(datasets.BuilderConfig):
8
  """ Builder config for Joud Dataset. """
9
 
10
  def __init__(self, subset, **kwargs):
11
- super(JoudConfig, self).__init__(**kwargs)
12
 
13
  if subset !="all":
14
 
 
8
  """ Builder config for Joud Dataset. """
9
 
10
  def __init__(self, subset, **kwargs):
11
+ super(XTD_11Config, self).__init__(**kwargs)
12
 
13
  if subset !="all":
14