Skip to content

Commit

Permalink
Fix template for new models in README (huggingface#18182)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger authored and viclzhu committed Jul 18, 2022
1 parent 4a4b637 commit db51f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/check_copies.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ def check_model_list_copy(overwrite=False, max_per_line=119):


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


Expand Down

0 comments on commit db51f67

Please sign in to comment.