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

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 - 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. every model of that class (the base model, alongside models with additional heads), both in PyTorch and TensorFlow.
The order is generally: The order is generally:
- Configuration, - Configuration
- Tokenizer - Tokenizer
- PyTorch base model - PyTorch base model
- PyTorch head models - PyTorch head models