Feature Extraction
Transformers
Safetensors
seqscreen
image-feature-extraction
proteins
molecules
bioinformatics
drug-discovery
custom_code
Instructions to use SaeedLab/SeqScreen-Finetuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SaeedLab/SeqScreen-Finetuning with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="SaeedLab/SeqScreen-Finetuning", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SaeedLab/SeqScreen-Finetuning", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
117e99b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7c4a55beefcc43242daf84849856898dcf03039d21a5849c1878e7a2edc05042
size 8930448
|