Instructions to use jealk/llm2vec-da-mntp-sheared with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jealk/llm2vec-da-mntp-sheared with Transformers:
# Load model directly from transformers import AutoTokenizer, LlamaBiForMNTP tokenizer = AutoTokenizer.from_pretrained("jealk/llm2vec-da-mntp-sheared") model = LlamaBiForMNTP.from_pretrained("jealk/llm2vec-da-mntp-sheared") - Notebooks
- Google Colab
- Kaggle
Ctrl+K