Instructions to use jamesdborin/jina-v2-code-embed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jamesdborin/jina-v2-code-embed with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("jamesdborin/jina-v2-code-embed", trust_remote_code=True) model = AutoModel.from_pretrained("jamesdborin/jina-v2-code-embed", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Jamie@TitanML commited on
Rename modelling_config.py to configuration_jina.py
Browse files
modelling_config.py → configuration_jina.py
RENAMED
|
File without changes
|