Cyrile commited on
Commit
ef7fc75
·
verified ·
1 Parent(s): 742746a

Update aftdb.py

Browse files
Files changed (1) hide show
  1. aftdb.py +1 -1
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
  ),