:autogenerated: gt4sd.algorithms.generation.hugging_face package ================================================ .. automodule:: gt4sd.algorithms.generation.hugging_face Submodules: .. toctree:: :maxdepth: 1 gt4sd.algorithms.generation.hugging_face.core gt4sd.algorithms.generation.hugging_face.implementation Summary ------- ``__all__`` Classes: .. list-table:: * - :class:`HuggingFaceCTRLGenerator ` - Configuration to generate text using CTRL. * - :class:`HuggingFaceGPT2Generator ` - Configuration to generate text using GPT2. * - :class:`HuggingFaceGenerationAlgorithm ` - Interface for automated generation via an :class:`AlgorithmConfiguration`. * - :class:`HuggingFaceOpenAIGPTGenerator ` - Configuration to generate text using OpenAIGPT. * - :class:`HuggingFaceSeq2SeqGenerator ` - Configuration to generate text using Seq2Seq LMs. * - :class:`HuggingFaceTransfoXLGenerator ` - Configuration to generate text using TransfoXL. * - :class:`HuggingFaceXLMGenerator ` - Configuration to generate text using XLM. * - :class:`HuggingFaceXLNetGenerator ` - Configuration to generate text using XLNet.