mindformers

mindformers init

mindformers.AutoConfig

AutoConfig class, helps instantiates a config by yaml model name or path.

mindformers.AutoModel

This is a generic model class that will be instantiated as one of the base model classes of the library when created with the [~AutoModel.from_pretrained] class method or the [~AutoModel.from_config] class method.

mindformers.AutoProcessor

This is a generic processor class that will be instantiated as one of the processor classes of the library when created with the [AutoProcessor.from_pretrained] class method.

mindformers.AutoTokenizer

This is a generic tokenizer class that will be instantiated as one of the tokenizer classes of the library when created with the [AutoTokenizer.from_pretrained] class method.