SenticGCNEmbeddingPreTrainedModel

class SenticGCNEmbeddingPreTrainedModel(config: transformers.configuration_utils.PretrainedConfig, *inputs, **kwargs)[source]

The SenticGCN Embedding Pre-Trained Model used as base class for derived SenticGCN Embedding Model.

This model is the abstract super class for the SenticGCN Embedding Model which defines the config class types and weights initalization method. This class should not be used or instantiated directly, see SenticGCNEmbeddingModel class for usage.

config_class

alias of sgnlp.models.sentic_gcn.config.SenticGCNEmbeddingConfig