Instructions to use CShorten/CORD-19-Title-Abstracts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use CShorten/CORD-19-Title-Abstracts with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("CShorten/CORD-19-Title-Abstracts") 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] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c80b62cfed864d93e9381cef112219bf99f2a41d1b5abceda02d5f91f7016e9a
- Size of remote file:
- 90.9 MB
- SHA256:
- 66fcb016538bdd8b24c664ad01fae7c658aa78c2fe11f064ebeff7c2361d0f57
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.