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