Sentence Similarity
Transformers
PyTorch
English
deberta-v2
feature-extraction
PubChem
chemistry
biology
deberta-v3
Instructions to use mschuh/PubChemDeBERTa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mschuh/PubChemDeBERTa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("mschuh/PubChemDeBERTa") model = AutoModel.from_pretrained("mschuh/PubChemDeBERTa") - Notebooks
- Google Colab
- Kaggle
Ctrl+K