Instructions to use allenai/aspire-biencoder-compsci-spec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/aspire-biencoder-compsci-spec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="allenai/aspire-biencoder-compsci-spec")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("allenai/aspire-biencoder-compsci-spec") model = AutoModel.from_pretrained("allenai/aspire-biencoder-compsci-spec") - Notebooks
- Google Colab
- Kaggle
Commit History
Usage instructions update. 00f38c1
Sheshera Mysore commited on
Small changes 53c0932
Sheshera Mysore commited on
Update readme. 340d0f5
Sheshera Mysore commited on
Initial model commit. ee9a10f
Sheshera Mysore commited on