Update becas.py
Browse files
becas.py
CHANGED
@@ -27,9 +27,9 @@ _DESCRIPTION = """\
|
|
27 |
automatic translation of the Stanford Question Answering Dataset (SQuAD) v2 into Spanish
|
28 |
"""
|
29 |
|
30 |
-
_URL = "https://raw.githubusercontent.com/
|
31 |
_URLS_V1 = {
|
32 |
-
"train": _URL + "
|
33 |
#"dev": _URL + "SQuAD-es-v1.1/dev-v1.1-es.json",
|
34 |
}
|
35 |
#_URLS_V2 = {
|
|
|
27 |
automatic translation of the Stanford Question Answering Dataset (SQuAD) v2 into Spanish
|
28 |
"""
|
29 |
|
30 |
+
_URL = "https://raw.githubusercontent.com/EvelynQuevedo/becas/main/"
|
31 |
_URLS_V1 = {
|
32 |
+
"train": _URL + "datos/data.json"
|
33 |
#"dev": _URL + "SQuAD-es-v1.1/dev-v1.1-es.json",
|
34 |
}
|
35 |
#_URLS_V2 = {
|