Instructions to use convoicon/APT_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use convoicon/APT_encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="convoicon/APT_encoder")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("convoicon/APT_encoder") model = AutoModel.from_pretrained("convoicon/APT_encoder") - Notebooks
- Google Colab
- Kaggle
Ctrl+K