Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

TencentBAC
/
Conan-embedding-v2

Sentence Similarity
sentence-transformers
Transformers
English
Chinese
mteb
Model card Files Files and versions
xet
Community
13

Instructions to use TencentBAC/Conan-embedding-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use TencentBAC/Conan-embedding-v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("TencentBAC/Conan-embedding-v2")
    
    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]
  • Transformers

    How to use TencentBAC/Conan-embedding-v2 with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("TencentBAC/Conan-embedding-v2", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Performance tests

#15 opened 13 days ago by
Shailu1492

PR挺多的,为什么不开放checkpoint呢?

🔥 5
#13 opened 11 months ago by
jamestang0219

不是不不准备再开源权重了?

#12 opened 11 months ago by
hanswang1973

怎么获取access token呢

1
#10 opened 12 months ago by
entropy123

SoftMask实现不放一下吗

#9 opened about 1 year ago by
zss9606

请问模型权重什么时候开放呢

➕ 14
1
#8 opened about 1 year ago by
bigcoder

请问权重大约什么时候会放出来?

➕ 6
#7 opened about 1 year ago by
hanswang1973

请问如何获得access token

#5 opened about 1 year ago by
yvway

why i can see any model file?

1
#4 opened about 1 year ago by
zletpm

请问会发技术报告吗?

2
#3 opened about 1 year ago by
chenda7

weight, could you please release the model's weight

➕ 3
#2 opened about 1 year ago by
infgrad

Weights?

➕ 21
1
#1 opened about 1 year ago by
ashercn97
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs