jyansir/excelformer
ExcelFormer Benchmark The datasets used in ExcelFormer. The usage example is as follows: from datasets import load_dataset import pandas as pd import numpy as np # process train split, similar to other splits data = {} datasets = load_dataset('jyansir/excelformer') # load 96 small-scale datasets in default # datasets = load_dataset('jyansir/excelformer', 'large') # load 21 large-scale datasets with specification dataset = datasets['train'].to_dict() for table_name, table, task… See the full description on the dataset page: https://huggingface.co/datasets/jyansir/excelformer.
0183
