Severine commited on
Commit
4d20ae4
1 Parent(s): b63b21e
Files changed (1) hide show
  1. SuperLim.py +1 -1
SuperLim.py CHANGED
@@ -125,7 +125,7 @@ The Swedish Word-in-Context dataset provides a benchmark for evaluating distribu
125
  # TODO: Add link to the official dataset URLs here
126
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
127
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
128
- _URL = "https://huggingface.co/datasets/Ai-Sweden/SuperLim/resolve/main/data/"
129
  _TASKS = {
130
  "dalaj": "DaLAJ",
131
  "sweana": "SweAna",
 
125
  # TODO: Add link to the official dataset URLs here
126
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
127
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
128
+ _URL = "https://huggingface.co/datasets/AI-Sweden/SuperLim/resolve/main/data/"
129
  _TASKS = {
130
  "dalaj": "DaLAJ",
131
  "sweana": "SweAna",