From a594ee9c84dde933a3d0b4e07ff2994a1960574c Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 8 Apr 2020 12:12:52 -0400 Subject: [PATCH] More doc for model cards (#3698) see https://github.com/huggingface/transformers/pull/3679#pullrequestreview-389368270 --- templates/adding_a_new_model/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/adding_a_new_model/README.md b/templates/adding_a_new_model/README.md index 81af5cfba5c..e4daa7d8da1 100644 --- a/templates/adding_a_new_model/README.md +++ b/templates/adding_a_new_model/README.md @@ -60,3 +60,4 @@ You can then finish the addition step by adding imports for your classes in the - [ ] edit the PyTorch to TF 2.0 conversion script to add your model in the `convert_pytorch_checkpoint_to_tf2.py` file - [ ] add a mention of your model in the doc: `README.md` and the documentation itself at `docs/source/pretrained_models.rst`. - [ ] upload the pretrained weights, configurations and vocabulary files. +- [ ] create model card(s) for your models on huggingface.co. For those last two steps, check the [model sharing documentation](https://github.com/huggingface/transformers#quick-tour-of-model-sharing).