Datasets:

Sub-tasks:
extractive-qa
Languages:
Korean
ArXiv:
License:
shchoi1019 commited on
Commit
e6c9231
·
1 Parent(s): 60bf0d4

Update squad_kor_v1_512.py

Browse files
Files changed (1) hide show
  1. squad_kor_v1_512.py +1 -1
squad_kor_v1_512.py CHANGED
@@ -37,7 +37,7 @@ KorQuAD 1.0 is a large-scale Korean dataset for machine reading comprehension ta
37
  """
38
  _HOMEPAGE = "https://korquad.github.io/KorQuad%201.0/"
39
  _LICENSE = "CC BY-ND 2.0 KR"
40
- _URL = "https://huggingface.co/datasets/wisenut-nlp-team/squad_kor_v1_512/blob/main/"
41
  _URLS = {
42
  "train": _URL + "squad_kor_v1_train_512tokens.pickle",
43
  "dev": _URL + "squad_kor_v1_validation_512tokens.pickle"
 
37
  """
38
  _HOMEPAGE = "https://korquad.github.io/KorQuad%201.0/"
39
  _LICENSE = "CC BY-ND 2.0 KR"
40
+ _URL = "https://huggingface.co/datasets/wisenut-nlp-team/squad_kor_v1_512/resolve/main/"
41
  _URLS = {
42
  "train": _URL + "squad_kor_v1_train_512tokens.pickle",
43
  "dev": _URL + "squad_kor_v1_validation_512tokens.pickle"