polinaeterna HF staff commited on
Commit
2334bf9
1 Parent(s): a48b2f1

Update duorc.py

Browse files
Files changed (1) hide show
  1. duorc.py +2 -2
duorc.py CHANGED
@@ -43,12 +43,12 @@ _URL = "https://raw.githubusercontent.com/duorc/duorc/master/dataset/"
43
  _URLs = {
44
  "SelfRC": {
45
  "train": _URL + "SelfRC_train.json",
46
- "dev": _URL + "SelfRC_dev.json",
47
  "test": _URL + "SelfRC_test.json",
48
  },
49
  "ParaphraseRC": {
50
  "train": _URL + "ParaphraseRC_train.json",
51
- "dev": _URL + "ParaphraseRC_dev.json",
52
  "test": _URL + "ParaphraseRC_test.json",
53
  },
54
  }
 
43
  _URLs = {
44
  "SelfRC": {
45
  "train": _URL + "SelfRC_train.json",
46
+ # "dev": _URL + "SelfRC_dev.json",
47
  "test": _URL + "SelfRC_test.json",
48
  },
49
  "ParaphraseRC": {
50
  "train": _URL + "ParaphraseRC_train.json",
51
+ # "dev": _URL + "ParaphraseRC_dev.json",
52
  "test": _URL + "ParaphraseRC_test.json",
53
  },
54
  }