howey commited on
Commit
e98e41b
1 Parent(s): e187249

move raw data to s3

Browse files
Files changed (1) hide show
  1. super_scirep.py +1 -1
super_scirep.py CHANGED
@@ -97,7 +97,7 @@ class SuperSciRep(datasets.GeneratorBasedBuilder):
97
  # TODO: This method is tasked with downloading/extracting the data and defining the splits depending on the configuration
98
  # If several configurations are possible (listed in BUILDER_CONFIGS), the configuration selected by the user is in self.config.name
99
  # base_url = "https://ai2-s2-research-public.s3.us-west-2.amazonaws.com/scirepeval"
100
- base_url = "https://hhy-tue.s3.eu-central-1.amazonaws.com/data/super_scirep/"
101
  data_urls = dict()
102
  # data_dir = self.config.url if self.config.url else self.config.name
103
  data_dir = self.config.name
 
97
  # TODO: This method is tasked with downloading/extracting the data and defining the splits depending on the configuration
98
  # If several configurations are possible (listed in BUILDER_CONFIGS), the configuration selected by the user is in self.config.name
99
  # base_url = "https://ai2-s2-research-public.s3.us-west-2.amazonaws.com/scirepeval"
100
+ base_url = "https://hhy-tue.s3.eu-central-1.amazonaws.com/data/super_scirep"
101
  data_urls = dict()
102
  # data_dir = self.config.url if self.config.url else self.config.name
103
  data_dir = self.config.name