Datasets:
Update ArabicNLPDataset.py
Browse files- ArabicNLPDataset.py +1 -2
ArabicNLPDataset.py
CHANGED
@@ -33,7 +33,7 @@ class ArabicNLPDataset(datasets.GeneratorBasedBuilder):
|
|
33 |
"""ArabicNLPDataset Classification dataset."""
|
34 |
BUILDER_CONFIGS = [
|
35 |
ArabicNLPDatasetConfig(
|
36 |
-
name="
|
37 |
version=datasets.Version("1.0.0"),
|
38 |
description="ArabicNLPDataset: It is a classification study that will contribute to natural language processing operations.",
|
39 |
),
|
@@ -83,7 +83,6 @@ class ArabicNLPDataset(datasets.GeneratorBasedBuilder):
|
|
83 |
text,
|
84 |
label,
|
85 |
) = row
|
86 |
-
|
87 |
yield id_, {
|
88 |
"text": text,
|
89 |
"label": int(label),
|
|
|
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.",
|
39 |
),
|
|
|
83 |
text,
|
84 |
label,
|
85 |
) = row
|
|
|
86 |
yield id_, {
|
87 |
"text": text,
|
88 |
"label": int(label),
|