jinnovation's picture
add README w/ plan
e696975 verified
metadata
title: 'POC: Dataset To Endpoint'
emoji: 🐠
colorFrom: pink
colorTo: indigo
sdk: docker
pinned: false
license: mit

This Space acts as proof-of-concept integration of the following components of the Hugging Face ecosystem:

  • Docker Spaces;
  • Secret management thereof;
  • Dedicated inference endpoints (protected);
  • Datasets.

The flow will be as follows.

The Space will act as a pseudo-inference-endpoint. Rather than taking in features or lookup indexes, however, it will take a reference to another Dataset hosted on Hugging Face. From this dataset, we'll pull in the prompts to feed to a gated model, hosted on a protected dedicated inference endpoint. For said endpoint, we'll store the access token in the Space as a secret.