diff --git a/docs/source/implementing_a_new_model.md b/docs/source/implementing_a_new_model.md index 134271ff..e2a0437e 100644 --- a/docs/source/implementing_a_new_model.md +++ b/docs/source/implementing_a_new_model.md @@ -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`.