Transformers
Safetensors
virtual_cell_distil
biology
genomics
bulk-rna-seq
patient-embedding
custom_code
Instructions to use ConvergeBio/virtual-cell-distil-bulk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ConvergeBio/virtual-cell-distil-bulk with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ConvergeBio/virtual-cell-distil-bulk", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -73,7 +73,7 @@ from datasets import load_dataset
|
|
| 73 |
import torch
|
| 74 |
from transformers import AutoModel
|
| 75 |
|
| 76 |
-
ds = load_dataset("ConvergeBio/virtual-cell-distil-bulk-example",
|
| 77 |
|
| 78 |
model = AutoModel.from_pretrained(
|
| 79 |
"ConvergeBio/virtual-cell-distil-bulk",
|
|
|
|
| 73 |
import torch
|
| 74 |
from transformers import AutoModel
|
| 75 |
|
| 76 |
+
ds = load_dataset("ConvergeBio/virtual-cell-distil-bulk-example", split="validation")
|
| 77 |
|
| 78 |
model = AutoModel.from_pretrained(
|
| 79 |
"ConvergeBio/virtual-cell-distil-bulk",
|