UFDAdaptorDomainModel¶
-
class
UFDAdaptorDomainModel(config)[source]¶ The UFD Adaptor Domain Model used for unsupervised training for domain context.
This method inherits from
UFDAdaptorDomainPreTrainedModelfor weights initalization and utility functions from transformerPreTrainedModelclass.- Parameters
config (
UFDAdaptorDomainConfig) – Model configuration class with all parameters required for the model. Initializing with a config file does not load the weights associated with the model, only the configuration. Use thefrom_pretrainedmethod to load the model weights.