fix data dir path in eval

This commit is contained in:
Swetha Mandava 2019-09-19 16:54:11 -07:00
parent d6c5fef145
commit 890fc1c143

View file

@ -585,7 +585,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python /workspace/bert/data/squad/v1.1/evaluate-v1.1.py \\\n",
"!python /workspace/bert/data/download/squad/v1.1/evaluate-v1.1.py \\\n",
" $predict_file \\\n",
" $output_dir/predictions.json"
]