"use client"; import React from "react"; import { useAccount } from 'wagmi'; export default function FineTuningPage() { const { isConnected } = useAccount(); if (!isConnected) { return (
Please connect your wallet to access fine-tuning features.
Customize AI models with your own data
Fine-tuning is currently supported through the 0G CLI tools. You can start fine-tuning models today using the command-line interface.
View CLI DocumentationUpload your custom datasets to train AI models
Set hyperparameters and training configurations
Track training progress and model performance
Deploy your fine-tuned models for inference