Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

yehzw
/
wow

Sentence Similarity
sentence-transformers
Safetensors
roberta
feature-extraction
dense
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use yehzw/wow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use yehzw/wow with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("yehzw/wow")
    
    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
wow
1.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
yehzw's picture
yehzw
Add new SentenceTransformer model
5d792ed verified 6 months ago
  • 1_Pooling
    Add new SentenceTransformer model 6 months ago
  • 2_Dense
    Add new SentenceTransformer model 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    4.27 kB
    Add new SentenceTransformer model 6 months ago
  • config.json
    661 Bytes
    Add new SentenceTransformer model 6 months ago
  • config_sentence_transformers.json
    277 Bytes
    Add new SentenceTransformer model 6 months ago
  • merges.txt
    456 kB
    Add new SentenceTransformer model 6 months ago
  • model.safetensors
    1.42 GB
    xet
    Add new SentenceTransformer model 6 months ago
  • modules.json
    341 Bytes
    Add new SentenceTransformer model 6 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model 6 months ago
  • special_tokens_map.json
    958 Bytes
    Add new SentenceTransformer model 6 months ago
  • tokenizer.json
    3.56 MB
    Add new SentenceTransformer model 6 months ago
  • tokenizer_config.json
    1.25 kB
    Add new SentenceTransformer model 6 months ago
  • vocab.json
    798 kB
    Add new SentenceTransformer model 6 months ago