Severine commited on
Commit
7732f67
•
1 Parent(s): 9b4758c
SuperLim.py CHANGED
@@ -212,6 +212,7 @@ class SuperLim(datasets.GeneratorBasedBuilder):
212
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
213
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
214
  #urls = _URLS[self.config.name]
 
215
  data_dir_test = dl_manager.download_and_extract(os.path.join(_URL,_TASKS[self.config.name],"test.csv"))
216
  data_dir_train = dl_manager.download_and_extract(os.path.join(_URL,_TASKS[self.config.name],"train.csv"))
217
  data_dir_dev = dl_manager.download_and_extract(os.path.join(_URL,_TASKS[self.config.name],"dev.csv"))
212
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
213
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
214
  #urls = _URLS[self.config.name]
215
+
216
  data_dir_test = dl_manager.download_and_extract(os.path.join(_URL,_TASKS[self.config.name],"test.csv"))
217
  data_dir_train = dl_manager.download_and_extract(os.path.join(_URL,_TASKS[self.config.name],"train.csv"))
218
  data_dir_dev = dl_manager.download_and_extract(os.path.join(_URL,_TASKS[self.config.name],"dev.csv"))
data/SweAna/dev.csv ADDED
File without changes
data/SweAna/train.csv ADDED
File without changes
data/SweDiag/dev.csv ADDED
File without changes
data/SweDiag/train.csv ADDED
File without changes
data/SweFaq/dev.csv ADDED
File without changes
data/SweFaq/train.csv ADDED
File without changes
data/SweFracas/dev.csv ADDED
File without changes
data/SweFracas/train.csv ADDED
File without changes
data/SwePar/dev.csv ADDED
File without changes
data/SwePar/train.csv ADDED
File without changes
data/SweSat/dev.csv ADDED
File without changes
data/SweSat/train.csv ADDED
File without changes
data/SweSim_relatedness/dev.csv ADDED
File without changes
data/{SweSim → SweSim_relatedness}/test_relatedness.csv RENAMED
File without changes
data/SweSim_relatedness/train.csv ADDED
File without changes
data/SweSim_similarity/dev.csv ADDED
File without changes
data/{SweSim → SweSim_similarity}/test_similarity.csv RENAMED
File without changes
data/SweSim_similarity/train.csv ADDED
File without changes
data/SweWgr/.~lock.test.csv# ADDED
@@ -0,0 +1 @@
 
1
+ ,severin,data,25.01.2022 14:43,file:///home/severin/.config/libreoffice/4;
data/SweWgr/dev.csv ADDED
File without changes
data/SweWgr/test.csv ADDED
The diff for this file is too large to render. See raw diff
data/SweWgr/test.jsonl DELETED
The diff for this file is too large to render. See raw diff
data/SweWgr/train.csv ADDED
File without changes
data/SweWic/dev.csv ADDED
File without changes
data/SweWic/train.csv ADDED
File without changes
data/SweWsc/dev.csv ADDED
File without changes
data/SweWsc/train.csv ADDED
File without changes
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
1
+ {"dalaj": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"original sentence": {"dtype": "string", "id": null, "_type": "Value"}, "corrected sentence": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "super_lim", "config_name": "dalaj", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1006404, "num_examples": 3841, "dataset_name": "super_lim"}, "test": {"name": "test", "num_bytes": 116019, "num_examples": 444, "dataset_name": "super_lim"}, "validation": {"name": "validation", "num_bytes": 116903, "num_examples": 445, "dataset_name": "super_lim"}}, "download_checksums": {"https://huggingface.co/datasets/AI-Sweden/SuperLim/resolve/main/data/DaLAJ/test.csv": {"num_bytes": 142951, "checksum": "3ee26a9e5a6e4c506d61ef2bf042e1bb936e96096f0dcccfe19969074d0ad89a"}, "https://huggingface.co/datasets/AI-Sweden/SuperLim/resolve/main/data/DaLAJ/train.csv": {"num_bytes": 1253177, "checksum": "27b83a347272135dd8f6642815ef007d64c7d076f64a1ada87860fdc6729130b"}, "https://huggingface.co/datasets/AI-Sweden/SuperLim/resolve/main/data/DaLAJ/dev.csv": {"num_bytes": 145455, "checksum": "6972c2b8040981a452af73ecd2a2d14ba272ff7db3bfd6bd5819358691dd6a00"}}, "download_size": 1541583, "post_processing_size": null, "dataset_size": 1239326, "size_in_bytes": 2780909}}