Instructions to use yujuyeon/SciLinkBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yujuyeon/SciLinkBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="yujuyeon/SciLinkBERT")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("yujuyeon/SciLinkBERT") model = AutoModel.from_pretrained("yujuyeon/SciLinkBERT") - Notebooks
- Google Colab
- Kaggle