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

iampanda
/
zpoint_large_embedding_zh

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

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

  • Libraries
  • sentence-transformers

    How to use iampanda/zpoint_large_embedding_zh with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("iampanda/zpoint_large_embedding_zh")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
zpoint_large_embedding_zh
2.62 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 19 commits
iampanda's picture
iampanda
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#10)
b107514 verified almost 2 years ago
  • 1_Pooling
    Upload config.json almost 2 years ago
  • 2_Dense
    Adding `safetensors` variant of this model (#10) almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    27.5 kB
    Update README.md almost 2 years ago
  • config.json
    833 Bytes
    Upload 9 files almost 2 years ago
  • config_sentence_transformers.json
    172 Bytes
    Upload 9 files almost 2 years ago
  • model.safetensors
    1.3 GB
    xet
    Adding `safetensors` variant of this model (#10) almost 2 years ago
  • modules.json
    341 Bytes
    Upload 9 files almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    1.3 GB
    xet
    Upload 9 files almost 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Upload 9 files almost 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload 9 files almost 2 years ago
  • tokenizer.json
    439 kB
    Upload 9 files almost 2 years ago
  • tokenizer_config.json
    1.46 kB
    Upload 9 files almost 2 years ago
  • vocab.txt
    110 kB
    Upload 9 files almost 2 years ago