GenAI Studio
  • Edge AI SDK/GenAI Studio
  • Getting Started
    • About GenAI Studio
    • Quickstart
      • Prerequisite
      • Installation
      • Utilities
    • Feature Overview
      • Inference Chat
      • Fine-tuning
      • Model Management
      • Application
    • Version History
      • Version 1.1
      • Version 1.0
  • Inference
    • Chat Inference
    • AI Agents
  • Finetune
    • Text-to-Text
      • Overview
      • Full Parameter
      • LoRA
    • Text-to-Image (Coming Soon)
    • Dataset Management
    • Schedule
  • Model
    • Model Management
  • Validation
  • Convert
  • Administration
    • Resource Monitoring
  • System Configuration
    • AI Providers
      • LLM Setup
      • Embedder Setup
      • Vector DB
      • Transcription Setup
    • System Administration
      • Users
      • Workspace Chats
      • Invites
      • GPU Resource
      • Register an App
    • Appearance Customization
    • Tools
      • Embedded Chat Widgets
      • Event Logs
      • Security & Access
  • Application
    • Text to Image
    • Background Removal
    • OCR
  • FAQ
    • Technical
Powered by GitBook
On this page
  • Adding a Scheduled Task
  • Task Configuration
  • Schedule Management
  • Task Details
  • Resource Optimization
  1. Finetune

Schedule

PreviousDataset ManagementNextModel Management

Last updated 5 months ago

The Scheduled Task feature allows users to configure tasks to be executed at specific times, enabling efficient use of resources and minimizing disruption during active working hours. Here are the key aspects of this feature:

Adding a Scheduled Task

To add a new scheduled task:

  • Click on the icon located in the top-left corner of the interface.

  • Select the specific task you want to schedule.

  • Configure the corresponding training parameters, such as the model, dataset, batch size, and other details.

  • Save the settings to finalize the schedule.

Another way to add a scheduled task is through the Finetune History of a specific task. Users can select previous training parameters from the history and create a schedule based on those settings.

Task Configuration

Tasks can be set up with various parameters including:

  • Model: Specify the model used for the task (e.g., google/gemma-2-9b-it).

  • Dataset: Input dataset for training or evaluation (e.g., AIR-Product.json).

  • Batch Size: Define the batch size (e.g., 8).

  • Total Batch Size: Define the batch size (e.g., 128).

  • Maximum Sequence Length: Configure the sequence length (e.g., 512).

  • Learning Rate: Set the learning rate (e.g., 0.00007).

  • Epochs: Specify the number of training epochs (e.g., 2).

Schedule Management

Users can schedule tasks to start at specific times, such as:

  • During non-peak hours (e.g., evening after work or weekends).

  • For tasks requiring extended durations, scheduling prevents overlap with active operations.

Task Details

Each scheduled task provides a summary of essential information:

  • Start Time: Indicates the exact time the task will begin.

  • Created/Updated Timestamp: Logs when the task was created or last updated.

  • Action Options: Provides actions such as editing or deleting the scheduled task.

Resource Optimization

Scheduling ensures that tasks like model training, which often require significant computational resources, are executed during idle periods. This minimizes system load during peak hours and maximizes resource efficiency.