Daniel Bershatsky

Results 69 comments of Daniel Bershatsky

BERT and RoBERTa are my part. Are you going finish BERT or I am proceeding from now on.

Here `time` is not a part of bash but a standalone executable. Try to install it like `apt install time`. I use it to report peak (resident) memory usage.

Good point. The original issue occurred in situation when I loaded weights of embedding layer `xs` from a checkpoint. The reason why I include initialization with zeros is that I...

Good thing there's a workaround. Although, it is a little bit inconvenient, since I use closures as arguments of higher-order functions. But this little alternative with `jax.jit` seems to do...

It's great to see support for line numbers. I wanted to try it out and built `typst` from commit 92ec56601. Everything is great, but how can I customize the font?...

I see. Thank you.

@robherley Could we revert the changes in the latest release 4.3.5 and create a new release 4.3.6? After that, we can continue working on this issue.

The issue exists for APA and IEEE for sure (see reproduction [URL](https://typst.app/project/ruTfM_JQH5u0j5EqPh7eHE)). I have no other CSL-based app so can't provide any info here. To clarify the issue. The field...

I guess that such functionality is implemented with some post-processing rules at least for citations. For example, some citation styles collapses multiple citations (e.g. `@cite1 @cite2` results in `[1,2]`).

It closes some use cases. Thank you! However, it does not cover padding issues. Specifically, it is still unclear how one can make the following layout without manual adjustments. ```...