Evelyn18 commited on
Commit
4c71567
1 Parent(s): 88c3614

Update becas.py

Browse files
Files changed (1) hide show
  1. becas.py +2 -2
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/Leo646/Posgrados/master/"
31
  _URLS_V1 = {
32
- "train": _URL + "Squad_posgrados/train.json"
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 = {