fixed typo of docs\source\implementing_a_new_model.md

This commit is contained in:
Subash-Lamichhane 2023-10-13 19:00:15 +05:45
parent 99635193f5
commit 15b03e2380
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
6. Optionally, define `MyModelArgs`.
`MyModelArgs` is a 👨Coqpit class that sets all the class arguments of the `MyModel`. `MyModelArgs` must have
all the fields neccessary to instantiate the `MyModel`. However, for training, you need to pass `MyModelConfig` to
all the fields necessary to instantiate the `MyModel`. However, for training, you need to pass `MyModelConfig` to
the model.
7. Test `MyModel`.