Datasets:
Update ArabicNLPDataset.py
Browse files- 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/
|
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 |
)
|