RepresentationBase.ConfigΒΆ

Component: RepresentationBase

class RepresentationBase.Config

Bases: Module.Config

All Attributes (including base classes)

load_path: Optional[str] = None
save_path: Optional[str] = None
freeze: bool = False
shared_module_key: Optional[str] = None
Subclasses
  • AugmentedLSTM.Config
  • BiLSTM.Config
  • BiLSTMDocAttention.Config
  • BiLSTMDocSlotAttention.Config
  • BiLSTMSlotAttention.Config
  • BSeqCNNRepresentation.Config
  • ContextualIntentSlotRepresentation.Config
  • DeepCNNRepresentation.Config
  • DocNNRepresentation.Config
  • HuggingFaceBertSentenceEncoder.Config
  • HuggingFaceElectraSentenceEncoder.Config
  • JointCNNRepresentation.Config
  • SharedCNNRepresentation.Config
  • OrderedNeuronLSTM.Config
  • PassThroughRepresentation.Config
  • PureDocAttention.Config
  • SeqRepresentation.Config
  • SparseTransformerSentenceEncoder.Config
  • TransformerSentenceEncoder.Config
  • TransformerSentenceEncoderBase.Config
  • RoBERTaEncoder.Config
  • RoBERTaEncoderBase.Config
  • RoBERTaEncoderJit.Config

Default JSON

{
    "load_path": null,
    "save_path": null,
    "freeze": false,
    "shared_module_key": null
}