CoolFace
Modelpublic

Synthyra/ESM2-8M

sourceHugging Facemitupdated 2d agoView on Hugging Face
4likes581downloads
__init__.py12 linesDownload Raw Back to models
1"""Lazy model-family namespace for FastPLMs.2 3Model classes are resolved through Transformers AutoClasses and the typed4registry. Importing this package therefore does not load checkpoints, create5tokenizers, compile kernels, or initialize an accelerator runtime.6"""7 8from __future__ import annotations9 10 11__all__: tuple[str, ...] = ()12