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

julep-ai
/
dfe-base-en

Sentence Similarity
sentence-transformers
PyTorch
English
bert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use julep-ai/dfe-base-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use julep-ai/dfe-base-en with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("julep-ai/dfe-base-en")
    
    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
dfe-base-en / 2_Asym
56.7 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 4 commits
Diwank Singh
Trained model
c187875 almost 3 years ago
  • 140409421457024_Dense
    Trained model almost 3 years ago
  • 140409421457216_Dense
    Trained model almost 3 years ago
  • 140409421457312_Dense
    Trained model almost 3 years ago
  • 140409421460672_Dropout
    Trained model almost 3 years ago
  • 140409421461776_Dense
    Trained model almost 3 years ago
  • 140409421462064_Dense
    Trained model almost 3 years ago
  • 140409444484096_Dense
    Trained model almost 3 years ago
  • 140409444484192_Dropout
    Trained model almost 3 years ago
  • 140411929812208_Dense
    Trained model almost 3 years ago
  • 140414744497120_Dense
    Trained model almost 3 years ago
  • config.json
    1.13 kB
    Trained model almost 3 years ago