← all datasets

InfiniteBench

Emerging
7papers using it
15,137HF downloads
34HF likes
2024first seen

Usage load with datasets from datasets import load_dataset, Features, Value, Sequence # Define the features schema ft = Features({ "id": Value("int64"), "context": Value("string"), "input": Value("string"), "answer": Sequence(Value("string")), "options": Sequence(Value("string")) }) # Load the dataset with the specifie

Papers using InfiniteBench (7)

InfiniteBench β€” datasets β€” llm-papers