Instructions to use spacemanidol/distillbert-query-augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use spacemanidol/distillbert-query-augmented with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="spacemanidol/distillbert-query-augmented")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("spacemanidol/distillbert-query-augmented") model = AutoModel.from_pretrained("spacemanidol/distillbert-query-augmented") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload pytorch_model.bin 12173dd
Daniel Campos commited on
Upload config.json 92a9e55
Daniel Campos commited on
Upload vocab.txt ef0d844
Daniel Campos commited on
Upload tokenizer.json 880d5a7
Daniel Campos commited on
Upload tokenizer_config.json 5f231dd
Daniel Campos commited on
initial commit 1a584f8
Daniel Campos commited on