Datasets:

ArXiv:
License:
suolyer commited on
Commit
c163af6
1 Parent(s): cd90c6c

Update testb.py

Browse files
Files changed (1) hide show
  1. testb.py +15 -0
testb.py CHANGED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import json
2
+ import os
3
+
4
+ import datasets
5
+
6
+ class TestB(datasets.GeneratorBasedBuilder):
7
+ """The SuperGLUE benchmark."""
8
+
9
+ BUILDER_CONFIGS = [
10
+ SuperGlueConfig(
11
+ name="data1",
12
+ ),
13
+ SuperGlueConfig(
14
+ name="data2",
15
+ )]