ruanchaves commited on
Commit
4ad5136
1 Parent(s): b8a6494

feat: FaQUAD-NLI

Browse files
Files changed (1) hide show
  1. faquad-nli.py +1 -1
faquad-nli.py CHANGED
@@ -19,7 +19,7 @@ def check_overlap(interval1, interval2):
19
  return not (interval1[1] < interval2[0] or interval2[1] < interval1[0])
20
 
21
 
22
- class Boun(datasets.GeneratorBasedBuilder):
23
 
24
  VERSION = datasets.Version("1.0.0")
25
  def _info(self):
 
19
  return not (interval1[1] < interval2[0] or interval2[1] < interval1[0])
20
 
21
 
22
+ class Faquad(datasets.GeneratorBasedBuilder):
23
 
24
  VERSION = datasets.Version("1.0.0")
25
  def _info(self):