Instructions to use OpenMatch/AAR-Contriever with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMatch/AAR-Contriever with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="OpenMatch/AAR-Contriever")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("OpenMatch/AAR-Contriever") model = AutoModel.from_pretrained("OpenMatch/AAR-Contriever", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
fb292d3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4c90da251202e2535f87cc3828fea754f37c5c8c602e7eee731b088d08d8008f
size 437998385
|