Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

noname002
/
jina-embeddings-v5-text-nano-retrieval-hieule-20fre

Sentence Similarity
Safetensors
GGUF
sentence-transformers
multilingual
llama.cpp
eurobert
embedding
llama-cpp
jina-embeddings-v5
feature-extraction
mteb
vllm
custom_code
Model card Files Files and versions
xet
Community

Instructions to use noname002/jina-embeddings-v5-text-nano-retrieval-hieule-20fre with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use noname002/jina-embeddings-v5-text-nano-retrieval-hieule-20fre with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("noname002/jina-embeddings-v5-text-nano-retrieval-hieule-20fre", trust_remote_code=True)
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
jina-embeddings-v5-text-nano-retrieval-hieule-20fre / 1_Pooling
95 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
noname002's picture
noname002
Upload folder using huggingface_hub
4ab840e verified 5 months ago
  • config.json
    95 Bytes
    Upload folder using huggingface_hub 5 months ago