"examples/vscode:/vscode.git/clone" did not exist on "deecdd4939f98394703617cd485fea8d9f986f8c"
Unverified Commit 4e1522d6 authored by Daniel Levenson's avatar Daniel Levenson Committed by GitHub
Browse files

Fix typo in mega.mdx (#22998)

MegaConfiig -> MegaConfig
parent d9504571
......@@ -27,7 +27,7 @@ The abstract from the paper is the following:
Tips:
- MEGA can perform quite well with relatively few parameters. See Appendix D in the MEGA paper for examples of architectural specs which perform well in various settings. If using MEGA as a decoder, be sure to set `bidirectional=False` to avoid errors with default bidirectional.
- Mega-chunk is a variant of mega that reduces time and spaces complexity from quadratic to linear. Utilize chunking with MegaConfiig.use_chunking and control chunk size with MegaConfig.chunk_size
- Mega-chunk is a variant of mega that reduces time and spaces complexity from quadratic to linear. Utilize chunking with MegaConfig.use_chunking and control chunk size with MegaConfig.chunk_size
This model was contributed by [mnaylor](https://huggingface.co/mnaylor).
The original code can be found [here](https://github.com/facebookresearch/mega).
......
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