Datasets:

Sub-tasks:
extractive-qa
Languages:
Spanish
Multilinguality:
monolingual
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
Dabs commited on
Commit
6955025
1 Parent(s): f9928e8

incorrect path

Browse files

loading the dataset is creating an error: FileNotFoundError: Couldn't find file at https://huggingface.co/datasets/PlanTL-GOB-ES/SQAC/tree/maintrain.json

Files changed (1) hide show
  1. SQAC.py +1 -1
SQAC.py CHANGED
@@ -46,7 +46,7 @@ This dataset can be used to build extractive-QA.
46
 
47
  _HOMEPAGE = """"""
48
 
49
- _URL = "https://huggingface.co/datasets/PlanTL-GOB-ES/SQAC/tree/main"
50
  _TRAINING_FILE = "train.json"
51
  _DEV_FILE = "dev.json"
52
  _TEST_FILE = "test.json"
 
46
 
47
  _HOMEPAGE = """"""
48
 
49
+ _URL = "https://huggingface.co/datasets/PlanTL-GOB-ES/SQAC/tree/main/"
50
  _TRAINING_FILE = "train.json"
51
  _DEV_FILE = "dev.json"
52
  _TEST_FILE = "test.json"