dokato

Results 46 issues of dokato

I added extension of XNLI dataset, XNLI 2.0, described in this paper: https://arxiv.org/pdf/2301.06527 for Indian languages. I collated them into one multilingual set added to: [`mteb/xnli2.0-multi-pair`](https://huggingface.co/datasets/mteb/xnli2.0-multi-pair) ## Checklist for adding...

This PR does not add any new dataset, but rather makes ScaLa classification as a truly multilingual format as pointed in #577. I added new dataset to: https://huggingface.co/datasets/mteb/multilingual-scala-classification

Hey @KennethEnevoldsen, it seems like you added `ScalaDaClassification`, right? I was wondering if there's a reason why it's listed as a multilingual (i.e., some more langs support planned) or is...

enhancement

Maltese news classification dataset: https://huggingface.co/datasets/MLRS/maltese_news_categories As suggested here: https://github.com/embeddings-benchmark/mteb/issues/419 ## Checklist for adding MMTEB dataset Reason for dataset addition: - [x] I have tested that the dataset runs with the...

WIP

This PR proposes a structure `collector`, which exchange current `collection` call. Deprecation warnings added when direct call occurs. Some example with a use-case of new approach is provided in `examples/`...

# default view does not get hidden by default Otherwise it creates problems in `uioutput`. Now can be set using `router_default_display` option.

I noticed an error when I try to scale my data before training. ### Minimal, reproducible example: #### Minimal dataset: ```{R} #inpdat structure(list(A = c(250.397844444444, 118.723101730769, 198.102258935361, 72.0243680555556, 127.334116930023, 113.544560833333,...

I tried to reproduce your accuracies from the paper, but running the vanilla model straight from the repo( without any tweaks), doesn't look like its learning: ``` Epoch: 001, Loss:...

When calling `get_persistence_diagram` on my neuron ( swc file attached) that looks like this: ![Screenshot 2022-11-02 at 17 18 16](https://user-images.githubusercontent.com/4547289/199558061-175386f2-34d3-4287-887d-baaada12a5b7.png) I get the following error: ```py In [18]: perd =...