BDas commited on
Commit
24c59e2
1 Parent(s): 04f80d3

Update ArabicNLPDataset.py

Browse files
Files changed (1) hide show
  1. ArabicNLPDataset.py +1 -1
ArabicNLPDataset.py CHANGED
@@ -51,7 +51,7 @@ class ArabicNLPDataset(datasets.GeneratorBasedBuilder):
51
  ),
52
  supervised_keys=None,
53
  # Homepage of the dataset for documentation
54
- homepage="https://github.com/BihterDass/turkish-nlp-dataset",
55
  citation=_CITATION,
56
  task_templates=[TextClassification(text_column="text", label_column="label")],
57
  )
 
51
  ),
52
  supervised_keys=None,
53
  # Homepage of the dataset for documentation
54
+ homepage="https://github.com/BihterDass/ArabicTextClassificationDataset",
55
  citation=_CITATION,
56
  task_templates=[TextClassification(text_column="text", label_column="label")],
57
  )