From 1bf2f36daf6731f001ea88ae53ba96acfb6c8497 Mon Sep 17 00:00:00 2001 From: Nino Risteski <95188570+NinoRisteski@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:52:41 +0200 Subject: [PATCH] Update README.md (#25832) deleted unnecessary comma in the Adding a new model section. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 403c729c6a1..f75c683dd51 100644 --- a/docs/README.md +++ b/docs/README.md @@ -147,7 +147,7 @@ When adding a new model: - Add the classes that should be linked in the model. This generally includes the configuration, the tokenizer, and every model of that class (the base model, alongside models with additional heads), both in PyTorch and TensorFlow. The order is generally: - - Configuration, + - Configuration - Tokenizer - PyTorch base model - PyTorch head models