Skip to content

Commit 235f646

Browse files
authored
MNLI diagnostic example bug (#1294)
1 parent 1ad8628 commit 235f646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/notebooks/jiant_MNLI_Diagnostic_Example.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"jiant_run_config[\"taskmodels_config\"][\"task_to_taskmodel_map\"] = {\n",
293293
" \"mnli\": \"mnli\",\n",
294294
" \"mnli_mismatched\": \"mnli\",\n",
295-
" \"glue_diagnostics\": \"glue_diagnostics\",\n",
295+
" \"glue_diagnostics\": \"mnli\",\n",
296296
"}\n",
297297
"os.makedirs(\"./run_configs/\", exist_ok=True)\n",
298298
"py_io.write_json(jiant_run_config, \"./run_configs/jiant_run_config.json\")"

0 commit comments

Comments
 (0)