Skip to main content

Module opt

Module opt 

Source
Expand description

OPT Model V2 - Clean implementation

OPT (Open Pre-trained Transformer) architecture features:

  • Learned absolute position embeddings
  • Standard multi-head attention
  • Pre-norm layer normalization

Structsยง

OPTAttention
OPTConfig
OPTLayer
OPTModelV2