Datasets:

Sub-tasks:
extractive-qa
Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
Tags:
License:
jonsaadfalcon commited on
Commit
4f3c74d
1 Parent(s): aad08e9

name change

Browse files
Files changed (1) hide show
  1. lotte-passages.py +7 -7
lotte-passages.py CHANGED
@@ -54,18 +54,18 @@ LoTTE Passages Dataset for ColBERTv2
54
  """
55
 
56
  # TODO: Add a link to an official homepage for the dataset here
57
- _HOMEPAGE = "https://huggingface.co/datasets/colbertv2/lotte-passages"
58
 
59
  # TODO: Add the licence for the dataset here if you can find it
60
  _LICENSE = ""
61
 
62
  _URL = {
63
- "pooled": "https://huggingface.co/datasets/colbertv2/lotte-passages/resolve/main/pooled/",
64
- "lifestyle": "https://huggingface.co/datasets/colbertv2/lotte-passages/resolve/main/lifestyle/",
65
- "recreation": "https://huggingface.co/datasets/colbertv2/lotte-passages/resolve/main/recreation/",
66
- "science": "https://huggingface.co/datasets/colbertv2/lotte-passages/resolve/main/science/",
67
- "technology": "https://huggingface.co/datasets/colbertv2/lotte-passages/resolve/main/technology/",
68
- "writing": "https://huggingface.co/datasets/colbertv2/lotte-passages/resolve/main/writing/"
69
  }
70
 
71
 
 
54
  """
55
 
56
  # TODO: Add a link to an official homepage for the dataset here
57
+ _HOMEPAGE = "https://huggingface.co/datasets/colbertv2/lotte"
58
 
59
  # TODO: Add the licence for the dataset here if you can find it
60
  _LICENSE = ""
61
 
62
  _URL = {
63
+ "pooled": "https://huggingface.co/datasets/colbertv2/lotte/resolve/main/pooled/",
64
+ "lifestyle": "https://huggingface.co/datasets/colbertv2/lotte/resolve/main/lifestyle/",
65
+ "recreation": "https://huggingface.co/datasets/colbertv2/lotte/resolve/main/recreation/",
66
+ "science": "https://huggingface.co/datasets/colbertv2/lotte/resolve/main/science/",
67
+ "technology": "https://huggingface.co/datasets/colbertv2/lotte/resolve/main/technology/",
68
+ "writing": "https://huggingface.co/datasets/colbertv2/lotte/resolve/main/writing/"
69
  }
70
 
71