Views
No views yet
| File | Description | Size |
|---|---|---|
model-*.safetensors | Qwen3-4B text model (fine-tuned) | ~7.6 GB |
protein_model/ | ESM3 protein encoder | ~2.7 GB |
protein_projection.pt | ESM3 -> text embedding projection | ~41 MB |
go_encoder.pt | GO graph attention network | ~316 MB |
go_projection.pt | GO -> text embedding projection | ~51 MB |
go_embedding.pt | Precomputed GO embeddings | ~1 MB |
1from huggingface_hub import snapshot_download
2
3ckpt_dir = snapshot_download("parsaidp/bioreason-proteinllm")