Update clefip2011.py
Browse files- clefip2011.py +1 -1
clefip2011.py
CHANGED
|
@@ -67,7 +67,7 @@ class CLEFIP2011(datasets.GeneratorBasedBuilder):
|
|
| 67 |
"https://huggingface.co/datasets/amylonidis/PatClass2011/resolve/main/clefip2011_bibliographic_clean.tar.gz"
|
| 68 |
)
|
| 69 |
|
| 70 |
-
bibliographic_file = os.path.join(archive_path, "
|
| 71 |
|
| 72 |
# Check if the file exists
|
| 73 |
if not os.path.isfile(bibliographic_file):
|
|
|
|
| 67 |
"https://huggingface.co/datasets/amylonidis/PatClass2011/resolve/main/clefip2011_bibliographic_clean.tar.gz"
|
| 68 |
)
|
| 69 |
|
| 70 |
+
bibliographic_file = os.path.join(archive_path, "clefip2011_bibliographic_clean.csv")
|
| 71 |
|
| 72 |
# Check if the file exists
|
| 73 |
if not os.path.isfile(bibliographic_file):
|