amylonidis commited on
Commit
db51825
·
verified ·
1 Parent(s): 4dd4daa

Update clefip2011.py

Browse files
Files changed (1) hide show
  1. 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, "clefip2011_bibliographic.csv")
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):