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

dunzhang
/
stella-mrl-large-zh-v3.5-1792d

Sentence Similarity
sentence-transformers
PyTorch
Safetensors
bert
feature-extraction
mteb
Eval Results (legacy)
Model card Files Files and versions
xet
Community
14

Instructions to use dunzhang/stella-mrl-large-zh-v3.5-1792d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use dunzhang/stella-mrl-large-zh-v3.5-1792d with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("dunzhang/stella-mrl-large-zh-v3.5-1792d")
    
    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]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
stella-mrl-large-zh-v3.5-1792d
2.62 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
infgrad's picture
infgrad
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#13)
17bb1c3 verified almost 2 years ago
  • 1_Pooling
    Upload 8 files over 2 years ago
  • 2_Dense
    Adding `safetensors` variant of this model (#13) almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    29.1 kB
    Update README.md about 2 years ago
  • config.json
    810 Bytes
    Upload 8 files over 2 years ago
  • model.safetensors
    1.3 GB
    xet
    Adding `safetensors` variant of this model (#13) almost 2 years ago
  • modules.json
    311 Bytes
    Upload 8 files over 2 years ago
  • pytorch_model.bin
    1.3 GB
    xet
    Upload 8 files over 2 years ago
  • sentence_bert_config.json
    51 Bytes
    Upload 8 files over 2 years ago
  • vocab.txt
    110 kB
    Upload 8 files over 2 years ago