BDas commited on
Commit
04f80d3
1 Parent(s): 4e5209b

Update ArabicNLPDataset.py

Browse files
Files changed (1) hide show
  1. ArabicNLPDataset.py +1 -1
ArabicNLPDataset.py CHANGED
@@ -32,7 +32,7 @@ class ArabicNLPDatasetConfig(datasets.BuilderConfig):
32
  class ArabicNLPDataset(datasets.GeneratorBasedBuilder):
33
  """ArabicNLPDataset Classification dataset."""
34
  BUILDER_CONFIGS = [
35
- TurkishNLPDatasetConfig(
36
  name="arabicData",
37
  version=datasets.Version("1.0.0"),
38
  description="ArabicNLPDataset: It is a classification study that will contribute to natural language processing operations.",
 
32
  class ArabicNLPDataset(datasets.GeneratorBasedBuilder):
33
  """ArabicNLPDataset Classification dataset."""
34
  BUILDER_CONFIGS = [
35
+ ArabicNLPDatasetConfig(
36
  name="arabicData",
37
  version=datasets.Version("1.0.0"),
38
  description="ArabicNLPDataset: It is a classification study that will contribute to natural language processing operations.",