Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
suolyer
/
testb
like
0
Languages:
English
Chinese
ArXiv:
arxiv:
2210.08590
License:
apache-2.0
Dataset card
Files
Files and versions
Community
c163af6
testb
/
testb.py
suolyer
Update testb.py
c163af6
almost 2 years ago
raw
Copy download link
history
blame
Safe
268 Bytes
import
json
import
os
import
datasets
class
TestB
(datasets.GeneratorBasedBuilder):
"""The SuperGLUE benchmark."""
BUILDER_CONFIGS = [
SuperGlueConfig(
name=
"data1"
,
),
SuperGlueConfig(
name=
"data2"
,
)]