Model Stock: All we need is just a few fine-tuned models
Paper • 2403.19522 • Published • 15
How to use Mihaiii/test24 with sentence-transformers:
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("Mihaiii/test24")
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]This is a merge of pre-trained language models created using mergekit.
This model was merged using the Model Stock merge method using TaylorAI/bge-micro as a base.
The following models were included in the merge:
The following YAML configuration was used to produce this model:
models:
- model: Mihaiii/Wartortle
- model: TaylorAI/bge-micro-v2
- model: TaylorAI/bge-micro
merge_method: model_stock
base_model: TaylorAI/bge-micro