sadrasabouri commited on
Commit
f889754
1 Parent(s): c09042e

Update naab-raw.py

Browse files
Files changed (1) hide show
  1. naab-raw.py +1 -1
naab-raw.py CHANGED
@@ -61,7 +61,7 @@ class NaabRawConfig(datasets.GeneratorBasedBuilder):
61
  """naab-raw: raw version of the naab"""
62
 
63
  BUILDER_CONFIGS = [
64
- NaabConfig(
65
  name="all",
66
  version=VERSION,
67
  description=_DESCRIPTION)
 
61
  """naab-raw: raw version of the naab"""
62
 
63
  BUILDER_CONFIGS = [
64
+ NaabRawConfig(
65
  name="all",
66
  version=VERSION,
67
  description=_DESCRIPTION)