Files
landing_page/qdrant-landing/content/blog/introducing-the-quaterion-a-framework-for-fine-tuning-similarity-learning-models.md
T
Andrey Vasnetsov cae8456ce1 Fixing links again (#697)
* use relative links instead of absolute

* add trailing slashes to avoid 301 redirect

* add trailing slashes to avoid 301 redirect

* make link checker unhappy with local redirects

* test if ci fails (should fail)

* rollback: test if ci fails (should fail)
2024-03-07 20:31:05 +01:00

41 lines
2.0 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
draft: true
preview_image: /blog/from_cms/new-cmp-demo.gif
sitemapExclude: true
title: "Introducing the Quaterion: a framework for fine-tuning similarity
learning models"
slug: quaterion
short_description: Please meet Quaterion—a framework for training and
fine-tuning similarity learning models.
description: We're happy to share the result of the work we've been into during
the last months - Quaterion. It is a framework for fine-tuning similarity
learning models that streamlines the training process to make it significantly
faster and cost-efficient.
date: 2022-06-28T12:48:36.622Z
author: Andrey Vasnetsov
featured: true
author_link: https://www.linkedin.com/in/andrey-vasnetsov-75268897/
tags:
- Corporate news
- Release
- Quaterion
- PyTorch
categories:
- News
- Release
- Quaterion
---
We're happy to share the result of the work we've been into during the last months -
[Quaterion](https://quaterion.qdrant.tech/). It is a framework for fine-tuning similarity learning models that streamlines the training process to make it significantly faster and cost-efficient.
To develop Quaterion, we utilized PyTorch Lightning, leveraging a high-performing AI research approach to constructing training loops for ML models.
![quaterion](/blog/from_cms/new-cmp-demo.gif)
This framework empowers vector search [solutions](/solutions/), such as semantic search, anomaly detection, and others, by advanced coaching mechanism, specially designed head layers for pre-trained models, and high flexibility in terms of customization according to large-scale training pipelines and other features.
Here you can read why similarity learning is preferable to the traditional machine learning approach and how Quaterion can help benefit <https://quaterion.qdrant.tech/getting_started/why_quaterion.html#why-quaterion>   
A quick start with Quaterion:<https://quaterion.qdrant.tech/getting_started/quick_start.html>\
\
And try it and give us a star on GitHub :) <https://github.com/qdrant/quaterion>