poet70 commited on
Commit
d3a9f4f
·
verified ·
1 Parent(s): dd92868

add model card and artifact metadata

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -1 +1,28 @@
1
- CLIP encoder weights for DreamZero
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - robotics
5
+ - vla
6
+ - clip
7
+ - checkpoint
8
+ ---
9
+
10
+ # CLIP Encoder Checkpoint
11
+
12
+ This repo stores the CLIP encoder checkpoint used by the VLA SFT deployment suite.
13
+
14
+ ## Files
15
+
16
+ | File | Size |
17
+ |---|---:|
18
+ | `models_clip_open-clip-xlm-roberta-large-vit-huge-14.pth` | `2,528,465,537 bytes` |
19
+
20
+ ## Usage
21
+
22
+ The recommended entrypoint is `poet70/vla-sft-suite`; its `scripts/download_artifacts.sh` downloads this checkpoint automatically for DreamZero runs.
23
+
24
+ Manual download:
25
+
26
+ ```bash
27
+ hf download poet70/clip-encoder --repo-type model --local-dir ./clip-encoder
28
+ ```