change url
Browse files
sroie.py
CHANGED
@@ -41,7 +41,7 @@ def _get_drive_url(url):
|
|
41 |
split_url = url.split('/')
|
42 |
return base_url + split_url[5]
|
43 |
_URLS = [
|
44 |
-
_get_drive_url("https://drive.google.com/file/d/
|
45 |
]
|
46 |
class SroieConfig(datasets.BuilderConfig):
|
47 |
"""BuilderConfig for SROIE"""
|
|
|
41 |
split_url = url.split('/')
|
42 |
return base_url + split_url[5]
|
43 |
_URLS = [
|
44 |
+
_get_drive_url("https://drive.google.com/file/d/1ZyxAw1d-9UvhgNLGRvsJK4gBCMf0VpGD/view?usp=sharing"),
|
45 |
]
|
46 |
class SroieConfig(datasets.BuilderConfig):
|
47 |
"""BuilderConfig for SROIE"""
|