Prerequisites
- HoneyHive API key
- An existing project
datasetslibrary installed:pip install datasets
Import a Dataset
1
Install dependencies
2
Load and import
Python
Field Mapping
UseDatapointMapping to map HuggingFace dataset columns to HoneyHive datapoint fields:
Any columns not listed in the mapping are automatically stored as
metadata.
Example: Q&A Dataset
Python
Example: Classification Dataset
Python
Best Practices
Next Steps
Run Experiments
Evaluate your application using the imported dataset
Export Datasets
Export datasets for external use

