Skip to content

Commit

Permalink
MNLI diagnostic example bug (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
zphang authored Mar 14, 2021
1 parent 1ad8628 commit 235f646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/jiant_MNLI_Diagnostic_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"jiant_run_config[\"taskmodels_config\"][\"task_to_taskmodel_map\"] = {\n",
" \"mnli\": \"mnli\",\n",
" \"mnli_mismatched\": \"mnli\",\n",
" \"glue_diagnostics\": \"glue_diagnostics\",\n",
" \"glue_diagnostics\": \"mnli\",\n",
"}\n",
"os.makedirs(\"./run_configs/\", exist_ok=True)\n",
"py_io.write_json(jiant_run_config, \"./run_configs/jiant_run_config.json\")"
Expand Down

0 comments on commit 235f646

Please sign in to comment.