Evelyn18 commited on
Commit
c2723ab
1 Parent(s): 93a14b4

Update becasv2.py

Browse files
Files changed (1) hide show
  1. becasv2.py +2 -2
becasv2.py CHANGED
@@ -32,10 +32,10 @@ automatic translation of the Stanford Question Answering Dataset (SQuAD) v2 into
32
  _URL = "https://raw.githubusercontent.com/EvelynQuevedo/becas/main/"
33
  print(_URL)
34
  _URLS_V1 = {
35
- "train": _URL + "datos/train.json",
36
 
37
 
38
- "validation": _URL + "datos/validation.json",
39
  }
40
  print(_URLS_V1)
41
  #_URLS_V2 = {
 
32
  _URL = "https://raw.githubusercontent.com/EvelynQuevedo/becas/main/"
33
  print(_URL)
34
  _URLS_V1 = {
35
+ "train": _URL + "datos/train.json3",
36
 
37
 
38
+ "validation": _URL + "datos/validation3.json",
39
  }
40
  print(_URLS_V1)
41
  #_URLS_V2 = {