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:
- b7e74c15e6672284d0ffd347159cbe152e8d5ce99774032bd1b2eea5de850aa6
- Size of remote file:
- 341 Bytes
- SHA256:
- 98cf562d0bc6c5f31d8c29a6fc0876038a02884628fdadd6690520a3932fa8e1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.