@ -83,6 +83,10 @@ class GPT2ClassificationHeadCustom(nn.Module):
x = self.dense_2(x)
x = torch.relu(x)
x = self.dropout(x)
x = self.out_proj(x)
return x
The note is not visible to the blocked user.