Feature Extraction
Transformers.js
ONNX
sentence-transformers
bert
medical
on-device
text-embeddings-inference
Instructions to use evum/lab-marker-e5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use evum/lab-marker-e5-small with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('feature-extraction', 'evum/lab-marker-e5-small'); - sentence-transformers
How to use evum/lab-marker-e5-small with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("evum/lab-marker-e5-small") 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:
- 58c341cfddf9e6509ae6dc1149c64466220c5fc87ba50a5bc0e88bb91b519543
- Size of remote file:
- 470 MB
- SHA256:
- 90d608a738a5c5659ce27b5a69c85fa17378bad2c62028f773902473a0738e31
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.