Before diving into this content, it might be helpful to read:
Evaluate on a filtered view of a dataset
You can use thelist_examples
/ listExamples
method to fetch a subset of examples from a dataset to evaluate on. You can refer to guide above to learn more about the different ways to fetch examples.
One common workflow is to fetch examples that have a certain metadata key-value pair.
- Python
- TypeScript
Evaluate on a dataset split
You can use thelist_examples
/ listExamples
method to evaluate on one or multiple splits of your dataset. The splits
param takes a list of the splits you would like to evaluate.
- Python
- TypeScript
Related
- Learn more about how to fetch views of a dataset here