gkalstn0 commited on
Commit
cadd264
·
verified ·
1 Parent(s): 9e057d6

docs(README): add architecture figure to Model details

Browse files

Adds an architecture diagram (image/video inputs, patch embedding, 40-block transformer stack, and a transformer-block internals callout) at the top of the Model details section, pairing the visual with the spec table. Figure is deterministic matplotlib output at 2791px width.

Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +4 -0
  3. assets/architecture.png +3 -0
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  *.gif filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  *.gif filter=lfs diff=lfs merge=lfs -text
37
+ assets/architecture.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -78,6 +78,10 @@ with torch.inference_mode():
78
 
79
  ## Model details
80
 
 
 
 
 
81
  | | |
82
  |---|---|
83
  | Backbone | ViT-7B, patch 16, embed 4096, depth 40, heads 32, SwiGLU |
 
78
 
79
  ## Model details
80
 
81
+ <p align="center">
82
+ <img src="assets/architecture.png" width="820" alt="Motif Vision Encoder architecture: image and video inputs, patch embedding, 40-block transformer stack, and transformer block internals"/>
83
+ </p>
84
+
85
  | | |
86
  |---|---|
87
  | Backbone | ViT-7B, patch 16, embed 4096, depth 40, heads 32, SwiGLU |
assets/architecture.png ADDED

Git LFS Details

  • SHA256: 6e677211bf805f7642fc1732c3df486ab2c9d789c34afd8f636792852aca3c1e
  • Pointer size: 131 Bytes
  • Size of remote file: 419 kB