| 1 | # This script converts model checkpoint trained by EsayLM to a standard |
| 2 | # mspack checkpoint that can be loaded by huggingface transformers or |
| 3 | # flax.serialization.msgpack_restore. Such conversion allows models to be |
| 4 | # used by other frameworks that integrate with huggingface transformers. |