Update wikinews-fr-100.py
Browse files- wikinews-fr-100.py +1 -1
wikinews-fr-100.py
CHANGED
@@ -42,7 +42,7 @@ _URLS = {
|
|
42 |
}
|
43 |
|
44 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
45 |
-
class
|
46 |
"""TODO: Short description of my dataset."""
|
47 |
|
48 |
VERSION = datasets.Version("1.0.0")
|
|
|
42 |
}
|
43 |
|
44 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
45 |
+
class Wikinews(datasets.GeneratorBasedBuilder):
|
46 |
"""TODO: Short description of my dataset."""
|
47 |
|
48 |
VERSION = datasets.Version("1.0.0")
|