transformers_config =================== .. py:module:: transformers_config Classes ------- .. autoapisummary:: transformers_config.TransformersConfig Module Contents --------------- .. py:class:: TransformersConfig(model, tokenizer, vocab_size=None, device='cuda', *args, **kwargs) Configuration class for transformers. .. py:attribute:: device .. py:attribute:: model .. py:attribute:: tokenizer .. py:attribute:: vocab_size .. py:attribute:: gen_kwargs