Denis Zolotukhin
Denis Zolotukhin
As I understand from the docs, the `normalize()` method can be called on text spans, that were built by `tag_ner()` method. Is there a way to normalize a span of...
In Gigaword dataset there are some examples where the summary is longer than the source sequence. Sometimes the sourse is a single `unk` word. As I can see in `dataclass.py`,...
Hello! In the paper you write > All text data are lower-cased to align with the settings of Austin et al. (2021) But in D3PM paper it is never stated...
To check CRC we need both raw header bytes and bytes after header, so it is difficult to implement it as Frame struct method since it holds header as a...