Adding the README_es.md and reference to it in the others files readme (#19427)

* Adding the README_es.md and reference to it in the others files readme

* Updating the check_copies.py

* Updating README_es.md

* Updating chec_copies
This commit is contained in:
Oussamaosman02
2022-10-11 18:56:25 +02:00
committed by GitHub
parent 70a058bc65
commit 0b7b4c60c6
6 changed files with 459 additions and 4 deletions

View File

@@ -70,6 +70,14 @@ LOCALIZED_READMES = {
" {paper_authors}.{supplements}"
),
},
"README_es.md": {
"start_prompt": "🤗 Transformers actualmente proporciona las siguientes arquitecturas",
"end_prompt": "1. ¿Quieres aportar un nuevo modelo?",
"format_model_list": (
"**[{title}]({model_link})** (from {paper_affiliations}) released with the paper {paper_title_link} by"
" {paper_authors}.{supplements}"
),
},
}