gcoderw commited on
Commit
6c4dbae
·
verified ·
1 Parent(s): fb228ce

Remove throughput and efficiency tables

Browse files
Files changed (1) hide show
  1. README.md +0 -21
README.md CHANGED
@@ -111,27 +111,6 @@ TEG's image-text retrieval trades accuracy for edge deployability — MobileNetV
111
  | Nemotron-3B | 4.7B | 0.727 |
112
  | ImageBind | 1.2B | 0.664 |
113
 
114
- ### Throughput — items/s on NVIDIA L4
115
-
116
- | Model | Params | Text | Audio | Image |
117
- |---|---|---|---|---|
118
- | EBind | ~200M | **771** | 51.0 | 46.7 |
119
- | **TEG-421M** | **421M** | 470 | **180** | **158** |
120
- | ImageBind | 1.2B | 122 | 49.5 | 20.6 |
121
- | LCO-3B | 4.7B | 90 | 5.2 | 15.4 |
122
- | Nemotron-3B | 4.7B | 90 | 42.8 | 15.4 |
123
-
124
- TEG is **35x faster than LCO on audio** and **10x faster on image**. It leads all models on audio and image throughput while being the only one with both edge-deployable encoders and competitive retrieval quality.
125
-
126
- ### Efficiency comparison
127
-
128
- | Model | Params | SALT T→A R@1 | Audio items/s | R@1 per billion params |
129
- |---|---|---|---|---|
130
- | **TEG-421M** | 0.42B | **0.117** | **180** | **0.278** |
131
- | EBind | ~0.2B | 0.047 | 51.0 | 0.235 |
132
- | ImageBind | 1.2B | 0.038 | 49.5 | 0.032 |
133
- | LCO-3B | 4.7B | 0.042 | 5.2 | 0.009 |
134
- | Nemotron-3B | 4.7B | 0.018 | 42.8 | 0.004 |
135
 
136
  ## Usage
137
 
 
111
  | Nemotron-3B | 4.7B | 0.727 |
112
  | ImageBind | 1.2B | 0.664 |
113
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
 
115
  ## Usage
116