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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

royokong
/
e5-v

Sentence Similarity
sentence-transformers
Safetensors
llava_next
Model card Files Files and versions
xet
Community
2

Instructions to use royokong/e5-v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use royokong/e5-v with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("royokong/e5-v")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
e5-v
16.7 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
fadfddddd's picture
fadfddddd
Create LICENSE
a011348 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • LICENSE
    11.4 kB
    Create LICENSE 5 months ago
  • README.md
    2.42 kB
    Update README.md almost 2 years ago
  • config.json
    1.37 kB
    update over 1 year ago
  • generation_config.json
    121 Bytes
    Upload LlavaNextForConditionalGeneration almost 2 years ago
  • model-00001-of-00004.safetensors
    4.96 GB
    xet
    update over 1 year ago
  • model-00002-of-00004.safetensors
    4.92 GB
    xet
    Upload LlavaNextForConditionalGeneration almost 2 years ago
  • model-00003-of-00004.safetensors
    5 GB
    xet
    Upload LlavaNextForConditionalGeneration almost 2 years ago
  • model-00004-of-00004.safetensors
    1.84 GB
    xet
    update over 1 year ago
  • model.safetensors.index.json
    70.2 kB
    update over 1 year ago
  • preprocessor_config.json
    772 Bytes
    Upload processor almost 2 years ago
  • special_tokens_map.json
    325 Bytes
    Upload processor almost 2 years ago
  • tokenizer.json
    9.09 MB
    Upload processor almost 2 years ago
  • tokenizer_config.json
    51.2 kB
    Upload processor almost 2 years ago