Add more subsections to main doc (#11758)

* add headers to main doc

* Apply suggestions from code review

* update

* upload
This commit is contained in:
Patrick von Platen
2021-05-18 14:38:56 +01:00
committed by GitHub
parent da7e73b721
commit cebb96f53a
7 changed files with 12 additions and 8 deletions

View File

@@ -306,7 +306,7 @@ def main():
if not isinstance(tokenizer, PreTrainedTokenizerFast):
raise ValueError(
"This example script only works for models that have a fast tokenizer. Checkout the big table of models "
"at https://huggingface.co/transformers/index.html#bigtable to find the model types that meet this "
"at https://huggingface.co/transformers/index.html#supported-frameworks to find the model types that meet this "
"requirement"
)