Commit ·
af3e9dc
1
Parent(s): bdcd4e1
Update glue.py
Browse files
glue.py
CHANGED
|
@@ -134,7 +134,7 @@ class Glue(datasets.GeneratorBasedBuilder):
|
|
| 134 |
"""The General Language Understanding Evaluation (GLUE) benchmark."""
|
| 135 |
|
| 136 |
BUILDER_CONFIGS = [
|
| 137 |
-
GlueConfig(
|
| 138 |
# name="cola",
|
| 139 |
# description=textwrap.dedent(
|
| 140 |
# """\
|
|
|
|
| 134 |
"""The General Language Understanding Evaluation (GLUE) benchmark."""
|
| 135 |
|
| 136 |
BUILDER_CONFIGS = [
|
| 137 |
+
# GlueConfig(
|
| 138 |
# name="cola",
|
| 139 |
# description=textwrap.dedent(
|
| 140 |
# """\
|