AI Studio

Model fine-tuning

Harness the power of Compute Power cloud infrastructure to refine your machine learning models. By leveraging the latest GPUs, you can dramatically reduce training times and achieve the highest levels of precision.

GPUs for different workloads

We offer AI-tailored NVIDIA A100 and H100
GPUs in DELTA HGX Baseboards with 8 GPUs
connected by NVLink, as well as L40s and
other GPUs in the PCIe form factor.

Support and onboarding assistance

We provide onboarding, assistance with
complex cases and with optimizing platform usage, reducing your problem-solving time.

Marketplace

Leading vendors' AI-specific tools including OS images and Kubernetes® apps will make a perfect workplace for data scientists and ML engineers.

How to choose GPU for fine-tuning

V100

V100 with NVLink is a good choice for fine-tuning of diffusion and transformer models, e.g. Llama2 and Stable Diffusion, as well as non-transofrmer models.

А100

Cost effective for fine-tuning of conventional models. Great for domains where CNN, RNN models are popular, e. g. computer vision or medical diagnostics.

Н100

Best choice if speed is your top priority.

Perfect for bigNLP, LLM, and all models with Transformer architecture.

H200

The world’s most powerful GPU
for supercharging AI and
HPC workloads coming
soon!

Reserve now

Solution architecture

This set of Compute Power services will enable you to create an environment and a data pipeline for self-supervised, supervised or reinforcement learning.

Let’s find the best possible technical solution

If you want to use a specific database or third-party software for your project, our team of solution architects is here to assist you at every step of the way.

Compute Cloud

Virtual machines and
block storage

Managed Service for Kubernetes®

Managed Kubernetes clusters

Object Storage

Scalable data
storage

Getting started with Compute Cloud

Compute Cloud provides the scalable computing power you need to create and manage virtual machines. Create your first VM or instance group.

Getting started with Managed Service for Kubernetes

Create a Managed Service for Kubernetes cluster and node group and manage them using kubectl, the Kubernetes command-line interface.

Concepts overview

Learn more about Compute Cloud concepts and resources.

FAQ and basic terminology

Fine-tuning is a process in machine learning where a pre-trained model, often a deep learning model, is further trained on a specific task or dataset to improve its performance for that task. Instead of training a model from scratch, fine-tuning leverages the knowledge and features learned from a broader dataset, making it a more efficient approach for specific tasks.

It’s crucial to choose a pre-trained model relevant to the task and ensure that the new dataset aligns with the original dataset’s characteristics. Additionally, careful consideration of the learning rate, the number of layers to be fine-tuned and regularization techniques are necessary to prevent overfitting.

Yes, fine-tuning can mitigate the challenges posed by limited datasets. By using knowledge from a larger dataset, fine-tuning helps in leveraging broader patterns, making it possible to achieve good performance even with relatively small amounts of task-specific data.

Absolutely. Fine-tuned models find applications in various fields, including healthcare, finance, customer service. They are deployed in real-world scenarios where specific tasks, like medical image analysis or sentiment analysis, require specialized machine learning solutions derived from pre-trained models.