UFDCombineFeaturesMapModel¶
-
class
UFDCombineFeaturesMapModel(config)[source]¶ The UFD Combine Features Map Model used for unsupervised training for global to domain mapping.
This method inherits from
UFDCombineFeaturesMapPreTrainedModelfor weights initalization and utility functions from transformerPreTrainedModelclass.- Parameters
config (
UFDCombineFeaturesMapConfig) – 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.