| """Anonymized config subclass. Loaded via trust_remote_code=True.""" | |
| import base64 as _b64, transformers as _t | |
| _B = getattr(_t, _b64.b64decode('UXdlbjNWTENvbmZpZw==').decode()) | |
| class AxiomLConfig(_B): | |
| model_type = 'axiom_l' | |
| __all__ = ["AxiomLConfig"] | |