Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

1.私域召回ft,仅限内部使用

from sentence_transformers import SentenceTransformer

model = SentenceTransformer('dongjicheng/roformer-tiny-matcher-ft-v20240527')

sentences = [ '运动适应性的分子机制及治疗靶点[#]本文综述了运动对健康的益处和相关的分子机制,探讨了基于运动生物学设计新的治疗策略的可能性,并列举了相关的例子。', 'text集团第四季度财报:月度经常性收入增长,arpu稳步提升[#]text集团第四季度财务数据显示,月度经常性收入达到660,000美元,同比增长4.1%。。', '货车司机应用程序mudflap的燃料卡业务挑战与问题[#]本文讨论了mudflap的燃料卡业务,包括与加油站达成协议、成本波动、交易费用问题等挑战。' ]

embeddings = model.encode(sentences)

Downloads last month
1
Safetensors
Model size
52.7M params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.