Feature Extraction
Transformers
Safetensors
deberta-v2
chemistry
bioinformatics
drug-discovery
text-embeddings-inference
Instructions to use SaeedLab/MolDeBERTa-small-123M-contrastive_mtr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SaeedLab/MolDeBERTa-small-123M-contrastive_mtr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="SaeedLab/MolDeBERTa-small-123M-contrastive_mtr")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SaeedLab/MolDeBERTa-small-123M-contrastive_mtr") model = AutoModel.from_pretrained("SaeedLab/MolDeBERTa-small-123M-contrastive_mtr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 34 Bytes
f71bdf9 | 1 2 3 4 5 | {
"</s>": 4001,
"<s>": 4000
}
|