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

RiverRider
/
srt-reader-heads

sentence-transformers
srt
cross-modal-retrieval
coco
webgpu
browser
Model card Files Files and versions
xet
Community

Instructions to use RiverRider/srt-reader-heads with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use RiverRider/srt-reader-heads with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("RiverRider/srt-reader-heads")
    
    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
srt-reader-heads
5.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
RiverRider's picture
RiverRider
card: evidence and a checker, not the recipe
65b6999 verified 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 13 days ago
  • README.md
    6.93 kB
    card: evidence and a checker, not the recipe 10 days ago
  • check_head.py
    5.53 kB
    self-contained parity and replay check 10 days ago
  • parity_bge-small.json
    252 kB
    Upload parity_bge-small.json with huggingface_hub 13 days ago
  • parity_e5-base.json
    320 kB
    Upload parity_e5-base.json with huggingface_hub 13 days ago
  • reader_swap_123k.json
    12.1 kB
    Upload reader_swap_123k.json with huggingface_hub 13 days ago
  • replay_123k.json
    472 kB
    the 5,001-caption evaluation set with gold gallery rows 10 days ago
  • text_head_bge-small_v3gallery.safetensors
    790 kB
    xet
    Upload text_head_bge-small_v3gallery.safetensors with huggingface_hub 13 days ago
  • text_head_e5-base_v3gallery.safetensors
    1.58 MB
    xet
    Upload text_head_e5-base_v3gallery.safetensors with huggingface_hub 13 days ago
  • text_head_gte-base_v3gallery.safetensors
    1.58 MB
    xet
    Upload text_head_gte-base_v3gallery.safetensors with huggingface_hub 13 days ago
  • text_head_minilm_v3gallery.safetensors
    790 kB
    xet
    Upload text_head_minilm_v3gallery.safetensors with huggingface_hub 13 days ago