mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
* 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)
41 lines
2.0 KiB
Markdown
41 lines
2.0 KiB
Markdown
---
|
||
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.
|
||
|
||

|
||
|
||
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> |