Instructions to use ethnmcl/ontask-participation-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use ethnmcl/ontask-participation-classifier with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("ethnmcl/ontask-participation-classifier") 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
- Xet hash:
- 6e54e9e18cafb392e5704fa228e72952911c7c5ee5a5547641a34f5e9c30ff4c
- Size of remote file:
- 91.4 MB
- SHA256:
- 5150a6547e8f1c170ba0894f0c2fe445240cb65c3772e8c190a45cd58111ac4f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.