timo-schrader
commited on
Commit
·
f8467f1
1
Parent(s):
8726bef
changed path to data
Browse files
MuLMS.py
CHANGED
@@ -145,7 +145,7 @@ _HOMEPAGE = "https://github.com/boschresearch/mulms-az-codi2023"
|
|
145 |
|
146 |
_LICENSE = "AGPL-3"
|
147 |
|
148 |
-
_URLS = "data.zip" # "Path to MuLMS-AZ files"
|
149 |
|
150 |
|
151 |
@dataclass
|
@@ -261,7 +261,7 @@ class MuLMSDataset(datasets.GeneratorBasedBuilder):
|
|
261 |
"""
|
262 |
|
263 |
data_files: list = dl_manager.download_and_extract(_URLS)
|
264 |
-
self.data_dir: str = join(data_files, "
|
265 |
data_files = listdir(join(self.data_dir, "xmi"))
|
266 |
assert exists(
|
267 |
join(self.data_dir, "MuLMS_Corpus_Metadata.csv")
|
|
|
145 |
|
146 |
_LICENSE = "AGPL-3"
|
147 |
|
148 |
+
_URLS = "https://github.com/boschresearch/mulms-az-codi2023/raw/refs/heads/main/data/mulms_corpus.zip" # "Path to MuLMS-AZ files"
|
149 |
|
150 |
|
151 |
@dataclass
|
|
|
261 |
"""
|
262 |
|
263 |
data_files: list = dl_manager.download_and_extract(_URLS)
|
264 |
+
self.data_dir: str = join(data_files, "mulms_corpus")
|
265 |
data_files = listdir(join(self.data_dir, "xmi"))
|
266 |
assert exists(
|
267 |
join(self.data_dir, "MuLMS_Corpus_Metadata.csv")
|
data.zip
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1f0362636b47b937ce54703b87ac682d96c983f2df4178c5003e1b76c0601466
|
3 |
-
size 7442384
|
|
|
|
|
|
|
|