Edit model card

FUE

This is a sentence transformer model based on all-mpnet-base-v2.

Usage

from sentence_transformers import SentenceTransformer
sentences = ["This is an example sentence", "Each sentence is encoded"]

model = SentenceTransformer('FAE')
embeddings = model.encode(sentences)
print(embeddings)
Downloads last month
7
Safetensors
Model size
109M params
Tensor type
F32
·
Inference Examples
Inference API (serverless) is not available, repository is disabled.