GPTConfig constructor
const
GPTConfig({})
Implementation
const GPTConfig({
required this.vocabSize,
required this.maxSeqLen,
required this.dModel,
required this.nHeads,
required this.nLayers,
this.ffnMult = 4,
this.tieWeights = true,
this.rope = true,
});