Views
No views yet
1from huggingface_hub import snapshot_download
2
3# Download model
4local_dir = snapshot_download("zihaojing/Cuttlefish")
5
6# Run inference (requires cuttlefish codebase)
7# python src/runner/inference.py --config configs/inference/octopus_8B_s3_v1_5.yaml| Field | Description |
|---|---|
modality | "molecule", "protein", "dna", or "rna" |
node_feat | Atom/node features (N × d) |
pos | 3D coordinates in Å (N × 3) |
edge_index | Spatial graph edges in COO (2 × E) |
messages | Chat-style instruction with <STRUCTURE> token |
<STRUCTURE> placeholder in the user message is replaced by the encoded structural tokens at inference time.| Resource | Link |
|---|---|
| Cuttlefish-Encoder | zihaojing/Cuttlefish-Encoder |
| SFT instruction data | zihaojing/Cuttlefish-SFT-Data |
| Encoder pretraining data | zihaojing/Cuttlefish-Encoder-Data |