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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

感谢,个人觉得这个模型实际表现很不错

#14 opened 5 months ago by
nillwyc

Add exported onnx model 'model.onnx'

#13 opened 11 months ago by
XudongLiu

Add exported onnx model 'model_O4.onnx'

#12 opened about 1 year ago by
wangxccc

使用llama.cpp推理失败, python convert-hf-to-gguf.py

#11 opened over 1 year ago by
Fruitteage

what is the best chunk size

#9 opened almost 2 years ago by
hulianxue

can this model be used for reranking? please give a code demo for reranking

2
#8 opened almost 2 years ago by
HeGang1

code for generating datasets?

#7 opened almost 2 years ago by
Chrislu

大佬能再搞个base版本的吗

2
#6 opened almost 2 years ago by
xieyf

Can the model be dimensional cropped like stella?

👍 1
1
#5 opened almost 2 years ago by
huwei1990

Will release the datasets or the code for generating datasets?

2
#4 opened almost 2 years ago by
MerlinLi

what kind of documents you used for query generation?

1
#3 opened almost 2 years ago by
weier248

我的推理框架已经支持point_large_embedding_zh 的OpenAI 接口服务,欢迎大家来体验

#2 opened almost 2 years ago by
Liuyu

关于模型细节

1
#1 opened almost 2 years ago by
NLPArtisan
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs