Update README.md (#25832)
deleted unnecessary comma in the Adding a new model section.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user