Skip to content
Snippets Groups Projects
Commit 9eb4af0f authored by kreuzer's avatar kreuzer
Browse files

Aktualisieren models.py

parent 0039afac
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,8 @@ class SummarisationModel(nn.Module):
return probs.topk(k).indices, probs # handle doc weniger als 3 sents?
return torch.arange(len(probs)), probs
def test(self, dataset):
class ActorOnlySummarisationModel(SummarisationModel):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment