Update README.md (#25832)

deleted unnecessary comma in the Adding a new model section.
This commit is contained in:
Nino Risteski 2023-08-30 11:52:41 +02:00 committed by GitHub
parent 07998ef399
commit 1bf2f36daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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