From d6de6423baf02a971d38ee69824104a1f0f85ad2 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Tue, 10 Mar 2020 16:52:44 -0400 Subject: [PATCH] [doc] --organization tweak Co-Authored-By: Thomas Wolf --- README.md | 4 +++- docs/source/model_sharing.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ff0874314..69176ed424 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,9 @@ If you want your model to be namespaced by your organization name rather than yo Your model will then be accessible through its identifier, a concatenation of your username (or organization name) and the folder name above: ```python -"namespace/pretrained_model" +"username/pretrained_model" +# or if an org: +"organization_name/pretrained_model" ``` **Please add a README.md model card** to the repo under `model_cards/` with: model description, training params (dataset, preprocessing, hardware used, hyperparameters), evaluation results, intended uses & limitations, etc. diff --git a/docs/source/model_sharing.md b/docs/source/model_sharing.md index 6b29fa7010..cad003fadc 100644 --- a/docs/source/model_sharing.md +++ b/docs/source/model_sharing.md @@ -28,7 +28,9 @@ If you want your model to be namespaced by your organization name rather than yo Your model will then be accessible through its identifier, a concatenation of your username (or organization name) and the folder name above: ```python -"namespace/pretrained_model" +"username/pretrained_model" +# or if an org: +"organization_name/pretrained_model" ``` **Please add a README.md model card** to the repo under `model_cards/` with: model description, training params (dataset, preprocessing, hardware used, hyperparameters), evaluation results, intended uses & limitations, etc.