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

gety-ai
/
gety-embed-v0

Sentence Similarity
sentence-transformers
Core ML
ONNX
multilingual
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use gety-ai/gety-embed-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use gety-ai/gety-embed-v0 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("gety-ai/gety-embed-v0")
    
    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
gety-embed-v0
605 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
a632079's picture
a632079
Add ONNX CUDA EP FP16 variant
74497da verified about 1 month ago
  • coreml
    fix: update coreml rangedim default about 2 months ago
  • onnx
    Initial commit: gety-embed-v0 with UINT8 ONNX model 5 months ago
  • onnx_cuda
    Add ONNX CUDA EP FP16 variant about 1 month ago
  • .gitattributes
    337 Bytes
    feat: add Core ML FP16 model for macOS/iOS ANE acceleration 5 months ago
  • README.md
    570 Bytes
    Initial commit: gety-embed-v0 with UINT8 ONNX model 5 months ago
  • config.json
    622 Bytes
    Initial commit: gety-embed-v0 with UINT8 ONNX model 5 months ago
  • special_tokens_map.json
    965 Bytes
    Initial commit: gety-embed-v0 with UINT8 ONNX model 5 months ago
  • tokenizer.json
    17.1 MB
    xet
    Initial commit: gety-embed-v0 with UINT8 ONNX model 5 months ago
  • tokenizer_config.json
    1.2 kB
    Initial commit: gety-embed-v0 with UINT8 ONNX model 5 months ago