Views
No views yet
1from huggingface_hub import snapshot_download
2encoder_dir = snapshot_download("zihaojing/Cuttlefish-Encoder")
3
4# Load via the Cuttlefish codebase
5# See https://github.com/your-repo/cuttlefish for full usage| Resource | Link |
|---|---|
| Full Cuttlefish LLM | zihaojing/Cuttlefish |
| SFT instruction data | zihaojing/Cuttlefish-SFT-Data |
| Encoder pretraining data | zihaojing/Cuttlefish-Encoder-Data |