* Initial Commit * Works * fix MLP and RoPE * formating * clean up * make it trainable * format * uptade acknowledgements
13 lines
758 B
Markdown
13 lines
758 B
Markdown
# Individual Contributors
|
|
|
|
If you wish to be acknowledged for your contributions, please list your name
|
|
with a short description of your contribution(s) below. For example:
|
|
|
|
- Jane Smith: Added the `foo` example.
|
|
|
|
MLX LM was developed with contributions from the following individuals:
|
|
|
|
- Shunta Saito: Added support for PLaMo models.
|
|
- Prince Canuma: Helped add support for `Starcoder2` models.
|
|
- Gökdeniz Gülmez: Added support for the following architectures: OpenBMB's `MiniCPM` and `MiniCPM3`, Kyutai's `Helium`, State-Space's`Mamba v1`, Z.ai & THUKEG's `GLM4`, and Allenai's `OLMoE`; Added support for the following training algorithms: `full-fine-tuning`; Added support for the following other features: `Multiple Optimizers to choose for training`.
|