mict-zhaw commited on
Commit
cc363df
·
1 Parent(s): 83d0dab

Update configs

Browse files
Files changed (1) hide show
  1. chall.py +1 -1
chall.py CHANGED
@@ -113,7 +113,7 @@ class Chall(GeneratorBasedBuilder):
113
  folds={
114
  "test": ["5", "20", "21"], # add the new data (20 + 21 not in acl) to the test -> This results in about 60 hours of train data.
115
  "eval": ["1", "15", "17"],
116
- "train": ["2", "3", "4", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "18", "19"]
117
  },
118
  description="Settings used for the paper."
119
  )
 
113
  folds={
114
  "test": ["5", "20", "21"], # add the new data (20 + 21 not in acl) to the test -> This results in about 60 hours of train data.
115
  "eval": ["1", "15", "17"],
116
+ "train": ["2", "3", "4", "6", "7", "8", "9", "10", "11", "12", "13", "14", "16", "18", "19"]
117
  },
118
  description="Settings used for the paper."
119
  )