Results 127 issues of Niklas

This is a bit hacky, maybe you don't want it ```python from promptsource.templates import DatasetTemplates from functools import partial import multiprocessing import os import datasets from datasets import load_dataset from...

@KhalidAlt Great work on the dataset & sorry for just opening a 2nd pr with it If someone has bandwidth would be great to add the arabic prompts via PR...

Adds mbpp. I kept it simple as the function instructions are already very diverse. cc @haileyschoelkopf @thomasw21 @lintangsutawika Two examples: ``` ('Write a function to find the minimum cost path...

See: https://huggingface.co/datasets/Helsinki-NLP/tatoeba_mt/ I left the python script I used inside for others to use. I can rmv it if it's a problem :) cc @haileyschoelkopf @thomasw21 @lintangsutawika Tests are failing...

I just duplicated the files including the ID for fr & pt as I didn't run into any problems after that. If it's not ok I can also change their...

Hey great library! Why do you not support additional SHAP explainers such as GPUTreeExplainer, DeepExplainer, GradientExplainer or LinearExplainer?

Type: Question

If I see correctly cqadupstack is the only dataset not uploaded to the Hub, i.e. there's [only its qrels](https://huggingface.co/datasets/BeIR/cqadupstack-qrels). This prevents using it with DPRES :( Would be great if...