Fix template for new models in README (#18182)

This commit is contained in:
Sylvain Gugger
2022-07-18 10:01:51 -04:00
committed by GitHub
parent 45255814a2
commit aeeab1ffd0

View File

@@ -495,8 +495,8 @@ MODELS_NOT_IN_README = [
README_TEMPLATE = ( README_TEMPLATE = (
"1. **[{model_name}](https://huggingface.co/docs/transformers/model_doc/{model_type})** (from <FILL INSTITUTION>) " "1. **[{model_name}](https://huggingface.co/docs/main/transformers/model_doc/{model_type})** (from "
"released with the paper [<FILL PAPER TITLE>](<FILL ARKIV LINK>) by <FILL AUTHORS>." "<FILL INSTITUTION>) released with the paper [<FILL PAPER TITLE>](<FILL ARKIV LINK>) by <FILL AUTHORS>."
) )