"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "eb79b55bf34359b8d815256576abdc3fc01aa51f"
Fix classifier dropout in AlbertForMultipleChoice (#13087)
Classification head of AlbertForMultipleChoice uses `hidden_dropout_prob` instead of `classifier_dropout_prob`. This is not desirable as we cannot change classifer head dropout probability without changing the dropout probabilities of the whole model.
Showing
Please register or sign in to comment