multimodalart HF Staff commited on
Commit
fc319a7
·
verified ·
1 Parent(s): 508462c

Describe the reference tabs

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -39,8 +39,10 @@ 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 in a fixed order — one video, two images, one
43
- audio clip — and assembles them video, images, audio.
 
 
44
 
45
  Rules the model imposes, enforced here before anything is uploaded:
46
 
 
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