"docs/source/vscode:/vscode.git/clone" did not exist on "4469010c1be3a94f74d6448497051468f617baf2"
Unverified Commit 1bf2f36d authored by Nino Risteski's avatar Nino Risteski Committed by GitHub
Browse files

Update README.md (#25832)

deleted unnecessary comma in the Adding a new model section.
parent 07998ef3
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment