adding license 780d274
Benedikt Schifferer commited on
How to use nvidia/llama-nemoretriever-colembed-1b-v1 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("nvidia/llama-nemoretriever-colembed-1b-v1", trust_remote_code=True, dtype="auto")How to use nvidia/llama-nemoretriever-colembed-1b-v1 with ColPali:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js