Instructions to use mrp/SCT_BERT_Large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use mrp/SCT_BERT_Large with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("mrp/SCT_BERT_Large") 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 mrp/SCT_BERT_Large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mrp/SCT_BERT_Large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 3cde468d57742a78bacee0cd7005926ce1ac45803c648c9fb62fda80514193e7
- Size of remote file:
- 1.34 GB
- SHA256:
- 3c189df8041a82cac9b3acf73f2122cec9b42467bef6d1b1dacab1029c980435
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.