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