Skip to main content

HuggingFace Integration

Hubify Labs integrates with HuggingFace Hub for publishing models, datasets, and experiment artifacts. Share your research outputs with the community directly from your lab.

Setup

1

Get a HuggingFace token

Go to huggingface.co/settings/tokens and create a write-access token.
2

Configure in Hubify

3

Verify

Publishing Datasets

Push experiment outputs and processed datasets to HuggingFace:
This creates a HuggingFace dataset repository with:
  • Data files (Parquet format for tabular data)
  • Dataset card (auto-generated from experiment metadata)
  • Schema and column descriptions
  • Provenance information (experiment ID, lab, date)

Dataset Cards

Hubify auto-generates HuggingFace dataset cards:
The card includes:
  • Dataset description and purpose
  • Column definitions
  • Collection methodology
  • License information
  • Citation instructions

Publishing Models

Push trained models to HuggingFace:

Publishing Spaces

Create a HuggingFace Space with an interactive demo:
This creates a Gradio app that lets anyone explore your experiment results interactively.

Bulk Publishing

Publish all publishable artifacts from a lab:

Linking to Lab Site

Published HuggingFace resources are automatically linked from your lab site:
The lab site will display links to your HuggingFace datasets, models, and Spaces.

Examples

Privacy

  • Only experiments and data you explicitly publish are uploaded
  • Private lab data is never automatically shared
  • You control the repository visibility (public or private) on HuggingFace
  • API tokens are stored locally and never sent to Hubify servers