GPT2 head WIP

This commit is contained in:
Andrzej Preibisz 2023-02-12 19:23:03 +01:00
parent 1e6683a6aa
commit 024ad6aae5

View File

@ -84,7 +84,6 @@ class GPT2ClassificationHeadCustom(nn.Module):
x = torch.relu(x)
x = self.dropout(x)
x = torch.flatten(x)
x = torch.relu(x)
x = self.dropout(x)