Skip to content
Snippets Groups Projects
Commit 7148b4e9 authored by Martyna Wiącek's avatar Martyna Wiącek
Browse files

added relation distribution to combo prediction

parent 9b647453
1 merge request!45Adding sentence attributes:
Pipeline #10903 passed with stage
in 8 minutes and 40 seconds
......@@ -24,6 +24,7 @@ class Token:
embeddings: Dict[str, List[float]] = field(default_factory=list, repr=False)
@dataclass
class Sentence:
tokens: List[Token] = field(default_factory=list)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment