1 write to embed_dropout
Microsoft.ML.GenAI.Phi (1)
Module\Phi2Model.cs (1)
42this.embed_dropout = nn.Dropout(config.EmbdPdrop);
1 reference to embed_dropout
Microsoft.ML.GenAI.Phi (1)
Module\Phi2Model.cs (1)
69inputEmbeddings = this.embed_dropout.forward(inputEmbeddings);