Datasets:

ArXiv:
License:
testb / testb.py
suolyer's picture
Update testb.py
c163af6
raw
history blame
268 Bytes
import json
import os
import datasets
class TestB(datasets.GeneratorBasedBuilder):
"""The SuperGLUE benchmark."""
BUILDER_CONFIGS = [
SuperGlueConfig(
name="data1",
),
SuperGlueConfig(
name="data2",
)]