Update README.md
Browse files
README.md
CHANGED
@@ -19,4 +19,9 @@ This repository hosts pre-trained model checkpoints for cross-modal video-text u
|
|
19 |
| mamba_mobileclip_ckpt.pt | 500 MB | Mamba trained to aggregate MobileCLIP embeddings. Checkpoint 6900, no FiLM |
|
20 |
| internvideo2_clip.pt | 5.55 MB | CLIP component of **InternVideo2-B14** |
|
21 |
| internvideo2_vision.pt | 205 MB | Vision encoder backbone for **InternVideo2-B14** |
|
22 |
-
| mobileclip_blt.pt | 599 MB | Lightweight **MobileCLIP** variant (BLT) |
|
|
|
|
|
|
|
|
|
|
|
|
19 |
| mamba_mobileclip_ckpt.pt | 500 MB | Mamba trained to aggregate MobileCLIP embeddings. Checkpoint 6900, no FiLM |
|
20 |
| internvideo2_clip.pt | 5.55 MB | CLIP component of **InternVideo2-B14** |
|
21 |
| internvideo2_vision.pt | 205 MB | Vision encoder backbone for **InternVideo2-B14** |
|
22 |
+
| mobileclip_blt.pt | 599 MB | Lightweight **MobileCLIP** variant (BLT) |
|
23 |
+
|
24 |
+
| spfs_r64 files | Size | Description |
|
25 |
+
| ------------------------|---------|---------------------|
|
26 |
+
| /confidence_head.pt | 144 MB | Confidence head for SPFS, saved at step 14,000 (Epoch 2) |
|
27 |
+
| /predictor_head.pt | 3.04 MB | Predictor head for SPFS, saved at the end of Epoch 1 |
|