Felix commited on
Commit
878d358
1 Parent(s): 874318c

change name of URL

Browse files
Files changed (1) hide show
  1. superlim-2.py +1 -1
superlim-2.py CHANGED
@@ -103,7 +103,7 @@ The Swedish Word-in-Context dataset provides a benchmark for evaluating distribu
103
  # TODO: Add link to the official dataset URLs here
104
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
105
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
106
- _URL = "https://huggingface.co/datasets/sbx/superlim-2/tree/main/data/"
107
  _TASKS = {
108
  "absabank": "ABSAbank-Imm",
109
  "dalaj": "DaLAJ",
 
103
  # TODO: Add link to the official dataset URLs here
104
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
105
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
106
+ _URL = "https://huggingface.co/datasets/sbx/superlim-2/raw/main/data/"
107
  _TASKS = {
108
  "absabank": "ABSAbank-Imm",
109
  "dalaj": "DaLAJ",