Rename to MiniMax-H3 Reference; describe the tab order and image slots
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: MiniMax-H3
|
| 3 |
emoji: 🎭
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
|
@@ -7,7 +7,7 @@ sdk: gradio
|
|
| 7 |
sdk_version: 6.20.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description: Unquantized MiniMax-H3
|
| 11 |
suggested_hardware: zero-a10g
|
| 12 |
---
|
| 13 |
|
|
@@ -39,10 +39,11 @@ fit unquantized:
|
|
| 39 |
A request carries up to **12** references — at most 9 images, 3 videos and 3 audio clips — **in the order the model
|
| 40 |
reads them**. The order is semantic: it numbers the labels of MiniMax-H3's prompt presentation (`<Picture 1>`,
|
| 41 |
`<Video 1>`, `<Audio 1>`) and it advances the shared audio/video rotary clock, so the same references in a different
|
| 42 |
-
order are a different request. This demo
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
not choose between
|
|
|
|
| 46 |
|
| 47 |
Rules the model imposes, enforced here before anything is uploaded:
|
| 48 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: MiniMax-H3 Reference
|
| 3 |
emoji: 🎭
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
|
|
|
| 7 |
sdk_version: 6.20.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
short_description: Unquantized MiniMax-H3 from image, audio, video refs
|
| 11 |
suggested_hardware: zero-a10g
|
| 12 |
---
|
| 13 |
|
|
|
|
| 39 |
A request carries up to **12** references — at most 9 images, 3 videos and 3 audio clips — **in the order the model
|
| 40 |
reads them**. The order is semantic: it numbers the labels of MiniMax-H3's prompt presentation (`<Picture 1>`,
|
| 41 |
`<Video 1>`, `<Audio 1>`) and it advances the shared audio/video rotary clock, so the same references in a different
|
| 42 |
+
order are a different request. This demo lays the slots out as one tab per modality in reading order — images, then
|
| 43 |
+
audio, then video — and assembles the request that way. The Images tab opens with two slots and **+ Add another
|
| 44 |
+
image** reveals the rest, up to the model's own nine; the audio and video tabs hold one each. A reference left in a
|
| 45 |
+
tab that is not the open one is still part of the request; the tabs lay the slots out, they do not choose between
|
| 46 |
+
them.
|
| 47 |
|
| 48 |
Rules the model imposes, enforced here before anything is uploaded:
|
| 49 |
|