1 write to EmbdPdrop
Microsoft.ML.GenAI.Phi (1)
Phi2\Config.cs (1)
26this.EmbdPdrop = 0.0;
1 reference to EmbdPdrop
Microsoft.ML.GenAI.Phi (1)
Module\Phi2Model.cs (1)
42this.embed_dropout = nn.Dropout(config.EmbdPdrop);