SenticGCNBertPreTrainedModel

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

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

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

config_class

alias of sgnlp.models.sentic_gcn.config.SenticGCNBertConfig