clean up glue example

This commit is contained in:
thomwolf
2019-07-05 16:31:13 +02:00
parent 162ba383b0
commit 1113f97f33
4 changed files with 423 additions and 17 deletions

View File

@@ -583,6 +583,7 @@ processors = {
output_modes = {
"cola": "classification",
"mnli": "classification",
"mnli-mm": "classification",
"mrpc": "classification",
"sst-2": "classification",
"sts-b": "regression",