Datasets:
Update intoxicat.py
Browse files- intoxicat.py +1 -1
intoxicat.py
CHANGED
@@ -41,7 +41,7 @@ class InToxiCat(datasets.GeneratorBasedBuilder):
|
|
41 |
|
42 |
BUILDER_CONFIGS = [
|
43 |
InToxiCatConfig(
|
44 |
-
name="
|
45 |
version=datasets.Version("1.0.0"),
|
46 |
description="InToxiCat dataset",
|
47 |
),
|
|
|
41 |
|
42 |
BUILDER_CONFIGS = [
|
43 |
InToxiCatConfig(
|
44 |
+
name="intoxicat",
|
45 |
version=datasets.Version("1.0.0"),
|
46 |
description="InToxiCat dataset",
|
47 |
),
|