Skip to content

Commit

Permalink
Pin conll script version (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
zphang authored Jul 9, 2021
1 parent 310f22b commit 2666eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jiant/scripts/download_data/dl_datasets/xtreme.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def _write_files(data, output_dir, lang_, suffix):
udpos_temp_path,
)
download_utils.download_file(
"https://raw.githubusercontent.com/google-research/xtreme/master/third_party/"
"ud-conversion-tools/lib/conll.py",
"https://raw.githubusercontent.com/google-research/xtreme/"
"4fd68dc6b53796413e05dc3f3f73c2106f88ec57/third_party/ud-conversion-tools/lib/conll.py",
os.path.join(udpos_temp_path, "conll.py"),
)
conll = filesystem.import_from_path(os.path.join(udpos_temp_path, "conll.py"))
Expand Down

0 comments on commit 2666eb9

Please sign in to comment.