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-large-en

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

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("julep-ai/dfe-large-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-large-en / 2_Asym
235 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Diwank Singh
v2
5f36a54 almost 3 years ago
  • 139759749869296_Dense
    v1 almost 3 years ago
  • 139759749870880_Dense
    v1 almost 3 years ago
  • 139759749873328_Dense
    v1 almost 3 years ago
  • 139762386917776_Dense
    v1 almost 3 years ago
  • 139771065711008_Dense
    v1 almost 3 years ago
  • 139771065971808_Dense
    v1 almost 3 years ago
  • 139911174117776_Dense
    v1 almost 3 years ago
  • 139911174118736_Dense
    v1 almost 3 years ago
  • 139911174119600_Dense
    v1 almost 3 years ago
  • 139911174122624_Dense
    v1 almost 3 years ago
  • 139911174123152_Dense
    v1 almost 3 years ago
  • 139913809775248_Dense
    v1 almost 3 years ago
  • 140225464223632_Dense
    v2 almost 3 years ago
  • 140225464231312_Dense
    v2 almost 3 years ago
  • 140225464232416_Dense
    v2 almost 3 years ago
  • 140225464233232_Dropout
    v2 almost 3 years ago
  • 140225464235392_Dense
    v2 almost 3 years ago
  • 140225464235968_Dense
    v2 almost 3 years ago
  • 140225464236064_Dense
    v2 almost 3 years ago
  • 140225464236784_Dense
    v2 almost 3 years ago
  • 140225507851568_Dropout
    v2 almost 3 years ago
  • 140228101622896_Dense
    v2 almost 3 years ago
  • config.json
    1.35 kB
    v2 almost 3 years ago