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

thang101020
/
coin_f

Sentence Similarity
sentence-transformers
feature-extraction
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use thang101020/coin_f with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("thang101020/coin_f")
    
    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
coin_f
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
thang101020's picture
thang101020
Upload 10 files
0d251f2 verified about 1 year ago
  • 0_CLIPModel
    Upload 10 files about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.91 kB
    Upload 10 files about 1 year ago
  • config_sentence_transformers.json
    116 Bytes
    Upload 10 files about 1 year ago
  • modules.json
    122 Bytes
    Upload 10 files about 1 year ago