Skip to main content
This guide shows how to export annotations from Avala and load them into a Hugging Face Dataset for fine-tuning or evaluation.

Prerequisites

Export and Load

Convert to Hugging Face Dataset

Use with a Hugging Face Trainer

Classification Datasets

For image classification projects, the conversion is simpler:

Push to Hugging Face Hub

Share your annotated dataset with your team or the community:
The SDK is currently read-only for datasets. Use the REST API or Mission Control to upload images before exporting annotations. See File Uploads.

Next Steps