Image Feature Extraction
Transformers
Safetensors
English
Chinese
minicpmv
histopathology
multimodal
spatial-transcriptomics
custom_code
Instructions to use openbmb/SciCore-Omics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openbmb/SciCore-Omics with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="openbmb/SciCore-Omics", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openbmb/SciCore-Omics", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload model-00003-of-00004.safetensors with huggingface_hub
Browse files
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f49c1e8fbffecf3b466eb5fd24c15705459f48cc18328f79d8f2db8844de199
|
| 3 |
+
size 4330865648
|