Unverified Commit 9586e222 authored by Martin Pömsl's avatar Martin Pömsl Committed by GitHub
Browse files

Fix typo in RetriBERT docstring (#17018)

parent 93b802c4
...@@ -42,7 +42,7 @@ class RetriBertTokenizer(BertTokenizer): ...@@ -42,7 +42,7 @@ class RetriBertTokenizer(BertTokenizer):
r""" r"""
Constructs a RetriBERT tokenizer. Constructs a RetriBERT tokenizer.
[`RetroBertTokenizer`] is identical to [`BertTokenizer`] and runs end-to-end tokenization: punctuation splitting [`RetriBertTokenizer`] is identical to [`BertTokenizer`] and runs end-to-end tokenization: punctuation splitting
and wordpiece. and wordpiece.
Refer to superclass [`BertTokenizer`] for usage examples and documentation concerning parameters. Refer to superclass [`BertTokenizer`] for usage examples and documentation concerning parameters.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment