Ask a question to get started
Enter to send•Shift+Enter new line
Load a dataset from the LangChainDatasets on HuggingFace.
load_dataset( uri: str, ) -> list[dict]
Prerequisites
pip install datasets
from langchain_classic.evaluation import load_dataset ds = load_dataset("llm-math")
uri
str
The uri of the dataset to load.