Skip to content

Conversation

@anujagrawal380
Copy link

Description

Implements bidirectional model sharing between OpenML and HuggingFace Hub, enabling seamless interoperability between the two platforms.

Changes

New Features

  • Upload OpenML flows to HuggingFace Hub

    • Serializes models in pickle format
    • Preserves OpenML metadata (flow ID, parameters, dependencies)
    • Auto-generates model cards with proper attribution
  • Download models from HuggingFace Hub

    • Loads models with metadata
    • Maintains provenance information
    • Caches downloads for efficiency
  • Configurable cache management

    • Flexible directory structure
    • Customizable file naming

Issue

Fixes #1520

anujagrawal380 and others added 3 commits November 27, 2025 00:17
Signed-off-by: Anuj Agrawal <anujagrawal380@gmail.com>
Signed-off-by: Anuj Agrawal <anujagrawal380@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add HuggingFace Hub integration for bidirectional model sharing

1 participant