tooka-sbert-large-v2-legal-names-bi-encoder
6
—
by
IRI2070
Embedding Model
OTHER
New
6 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
🚀 نحوه نصب و استفادهbash
pip install -U sentence-transformers🚀 نحوه نصب و استفادهpython
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("IRI2070/tooka-sbert-large-v2-legal-names-bi-encoder")
sentences = [
'دبیرستان معلم پارسیان',
'دبیرستان معلم پارسیانها',
'دبیرستان فرهنگ و معلم',
]
embeddings = model.encode(sentences)
print(embeddings)
# محاسبه شباهت میان جملات
from sentence_transformers.util import cos_sim
similarities = cos_sim(embeddings, embeddings)
print(similarities)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.