muhammadravi251001/idk-mrc-nli
You can download this Dataset just like this (if you only need: premise, hypothesis, and label column): from datasets import load_dataset, Dataset, DatasetDict import pandas as pd data_files = {"train": "data_nli_train_df.csv", "validation": "data_nli_val_df.csv", "test": "data_nli_test_df.csv"} dataset = load_dataset("muhammadravi251001/idk-mrc-nli", data_files=data_files) selected_columns = ["premise", "hypothesis", "label"] # selected_columns =… See the full description on the dataset page: https://huggingface.co/datasets/muhammadravi251001/idk-mrc-nli.
This repository belongs to muhammadravi251001 on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
