ZenBel

Results 4 issues of ZenBel

Hello, I am trying to use SemTorch for instance segmentation for the case when multiple masks are present in the same image. By looking at the source code and the[...

Hello, I am comparing HDBSCAN and DBSCAN clustering speeds for a dataset `X` of dimension 40000x228. I have tested both algorithms with the default settings: ``` from hdbscan import HDBSCAN...

Hello, I would like to try out word-level knowledge distillation (https://arxiv.org/abs/1606.07947) and for this I need the probabilities of all tokens (or at least the top-k ones) at each decoding...

Hello, I have two monolingual datasets with about 1M sentences each and I would like to mine bitext from them. For this, I am following the [quickstart](https://facebookresearch.github.io/stopes/docs/quickstart) and modifying `demo.yml`...