# Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("fanjiang98/ABEL-Query-Encoder-Warmup")
model = AutoModel.from_pretrained("fanjiang98/ABEL-Query-Encoder-Warmup")Quick Links
README.md exists but content is empty.
- Downloads last month
- 8
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="fanjiang98/ABEL-Query-Encoder-Warmup")