Spaces:
Runtime error
Runtime error
jinnovation
commited on
Commit
•
e696975
1
Parent(s):
91fe01a
add README w/ plan
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🐠
|
4 |
colorFrom: pink
|
5 |
colorTo: indigo
|
@@ -8,4 +8,19 @@ pinned: false
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: "POC: Dataset To Endpoint"
|
3 |
emoji: 🐠
|
4 |
colorFrom: pink
|
5 |
colorTo: indigo
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
This Space acts as proof-of-concept integration of the following components of
|
12 |
+
the Hugging Face ecosystem:
|
13 |
+
|
14 |
+
- Docker Spaces;
|
15 |
+
- Secret management thereof;
|
16 |
+
- Dedicated inference endpoints (protected);
|
17 |
+
- Datasets.
|
18 |
+
|
19 |
+
The flow will be as follows.
|
20 |
+
|
21 |
+
The Space will act as a pseudo-inference-endpoint. Rather than taking in
|
22 |
+
features or lookup indexes, however, it will take a reference to **another
|
23 |
+
Dataset hosted on Hugging Face**. From this dataset, we'll pull in the prompts
|
24 |
+
to feed to a gated model, hosted on a protected dedicated inference
|
25 |
+
endpoint. For said endpoint, we'll store the access token in the Space as a
|
26 |
+
secret.
|