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
258
Safetensors
Model size
109M params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Evaluation results