oluwatosin adewumi
commited on
Commit
·
52dc947
1
Parent(s):
add1178
version correction to python script added
Browse files- Taskmaster.py +1 -1
Taskmaster.py
CHANGED
|
@@ -60,7 +60,7 @@ _URLs = {
|
|
| 60 |
class Taskmaster(datasets.GeneratorBasedBuilder):
|
| 61 |
"""The Taskmaster-3 (aka TicketTalk) dataset consists of 23,789 movie ticketing dialogs. The columns are gem_id, 0, 1 for serial numbering, 2 for the text dialog and id for the default id by the authors."""
|
| 62 |
|
| 63 |
-
VERSION = datasets.Version("3.0")
|
| 64 |
|
| 65 |
|
| 66 |
# If you need to make complex sub-parts in the datasets with configurable options
|
|
|
|
| 60 |
class Taskmaster(datasets.GeneratorBasedBuilder):
|
| 61 |
"""The Taskmaster-3 (aka TicketTalk) dataset consists of 23,789 movie ticketing dialogs. The columns are gem_id, 0, 1 for serial numbering, 2 for the text dialog and id for the default id by the authors."""
|
| 62 |
|
| 63 |
+
VERSION = datasets.Version("3.0.0")
|
| 64 |
|
| 65 |
|
| 66 |
# If you need to make complex sub-parts in the datasets with configurable options
|