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