multimodalart HF Staff commited on
Commit
06e2317
·
verified ·
1 Parent(s): 79e1481

Rename to MiniMax-H3 Reference; describe the tab order and image slots

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: MiniMax-H3 references (split, bf16)
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 ref2va with AoTI blocks, split in two
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 exposes the first four slots as one tab per modality one video, two
43
- images, one audio clip — and the tabs are laid out in reading order, so it assembles them video, images, audio. A
44
- reference left in a tab that is not the open one is still part of the request; the tabs lay the slots out, they do
45
- not choose between them.
 
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