Instructions to use sensenova/piccolo-large-zh-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use sensenova/piccolo-large-zh-v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("sensenova/piccolo-large-zh-v2") 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
已解决
#5 opened almost 2 years ago
by
maceyname2023
此模型没有开放模型权重,请问如何调用该模型的api?
🚀 1
3
#4 opened almost 2 years ago
by
poison21
no pytorch_model.bin file
1
#3 opened almost 2 years ago
by
wakakaka
训练数据问题
5
#1 opened about 2 years ago
by
NLPArtisan