Skip to content

Commit

Permalink
Update README.md (huggingface#25832)
Browse files Browse the repository at this point in the history
deleted unnecessary comma in the Adding a new model section.
  • Loading branch information
NinoRisteski authored Aug 30, 2023
1 parent 07998ef commit 1bf2f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bf2f36

Please sign in to comment.