Datasets:
License:
Update aftdb.py
Browse files
aftdb.py
CHANGED
@@ -70,7 +70,7 @@ class AFT_Dataset(datasets.GeneratorBasedBuilder):
|
|
70 |
"representation of the table, including its caption, summary, "
|
71 |
"and article title."
|
72 |
),
|
73 |
-
data_dir="{type}", # A modiféer sur Huggingface Hub
|
74 |
nb_files_figure=None,
|
75 |
nb_files_table=_NB_TAR_TABLE
|
76 |
),
|
|
|
70 |
"representation of the table, including its caption, summary, "
|
71 |
"and article title."
|
72 |
),
|
73 |
+
data_dir="./{type}", # A modiféer sur Huggingface Hub
|
74 |
nb_files_figure=None,
|
75 |
nb_files_table=_NB_TAR_TABLE
|
76 |
),
|