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