SenticGCNPreTrainedModel

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

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

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

config_class

alias of sgnlp.models.sentic_gcn.config.SenticGCNConfig