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

mehularora
/
scrabble-embed-v2

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:222635
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use mehularora/scrabble-embed-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use mehularora/scrabble-embed-v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mehularora/scrabble-embed-v2")
    
    sentences = [
        "OMBRELLAS",
        "'ALPHASORT, to sort into alphabetic order [v]'",
        "'OMBRELLA, an umbrella [n]'",
        "'PHYLLID, the leaf of a liverwort or moss [n]'"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
scrabble-embed-v2
91.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mehularora's picture
mehularora
Add new SentenceTransformer model
a4bf89b verified 6 months ago
  • 1_Pooling
    Add new SentenceTransformer model 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    18.4 kB
    Add new SentenceTransformer model 6 months ago
  • config.json
    636 Bytes
    Add new SentenceTransformer model 6 months ago
  • config_sentence_transformers.json
    294 Bytes
    Add new SentenceTransformer model 6 months ago
  • model.safetensors
    90.9 MB
    xet
    Add new SentenceTransformer model 6 months ago
  • modules.json
    368 Bytes
    Add new SentenceTransformer model 6 months ago
  • sentence_bert_config.json
    60 Bytes
    Add new SentenceTransformer model 6 months ago
  • special_tokens_map.json
    732 Bytes
    Add new SentenceTransformer model 6 months ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 6 months ago
  • tokenizer_config.json
    1.53 kB
    Add new SentenceTransformer model 6 months ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model 6 months ago