Алексеев Илья

Results 3 issues of Алексеев Илья

Please include information about your system, the steps to reproduce the bug, and the version of llama.cpp that you are using. If possible, please provide a minimal code example that...

bug-unconfirmed

I am trying to understand this [code snippet](https://github.com/amazon-science/dse/blob/f645d74efd8b6a8b12593f9294f1d482e42946ae/pretrain/utils/contrastive_utils.py#L46C9-L51C26): ``` negimp = neg.log().exp() Ng = (negimp*neg).sum(dim = -1) / negimp.mean(dim = -1) loss_pos = (-posmask * torch.log(pos / (Ng+pos))).sum() / posmask.sum()...

You have included Mamba in the leaderboard and survey paper, but this model is not intended for time series analysis; it is better suited for language modeling. There are several...

enhancement