Skip to content

Commit

Permalink
Update jiant/shared/model_resolution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswan committed Mar 11, 2021
1 parent 21e7736 commit 391bd59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jiant/shared/model_resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def resolve_model_arch_tokenizer(tokenizer):
ModelArchitecture
"""
print(TOKENIZER_CLASS_DICT.inverse)
assert len(TOKENIZER_CLASS_DICT.inverse[tokenizer.__class__]) == 1
return TOKENIZER_CLASS_DICT.inverse[tokenizer.__class__][0]

Expand Down

0 comments on commit 391bd59

Please sign in to comment.