From 7351ef83c1bf0cf01a2498fffdf7df9da7bc3c7f Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Wed, 2 Sep 2020 03:51:51 -0700 Subject: [PATCH] [doc] typos (#6867) * [doc] typos fixed typos * Update README.md --- templates/adding_a_new_model/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/adding_a_new_model/README.md b/templates/adding_a_new_model/README.md index ea97ff76128..ece8f322844 100644 --- a/templates/adding_a_new_model/README.md +++ b/templates/adding_a_new_model/README.md @@ -62,8 +62,8 @@ Here is the workflow for the adding tests: Here is the workflow for documentation: -- [ ] Make sure all your arguments are properly documened in your configuration and tokenizer. -- [ ] Most of the documentation of the models is automatically generated, you just ahve to male sure that +- [ ] Make sure all your arguments are properly documented in your configuration and tokenizer. +- [ ] Most of the documentation of the models is automatically generated, you just have to make sure that `XXX_START_DOCSTRING` contains an introduction to the model you're adding and a link to the original article and that `XXX_INPUTS_DOCSTRING` contains all the inputs of your model. - [ ] Create a new page `xxx.rst` in the folder `docs/source/model_doc` and add this file in `docs/source/index.rst`.