File size: 2,829 Bytes
07423df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
slug: /
displayed_sidebar: defaultSidebar
title: H2O LLM Studio | Docs
hide_table_of_contents: true
hide_title: true
description: 'A framework and no-code GUI designed for fine-tuning state-of-the-art large language models (LLMs)'
---

import H2OHome from '@site/src/components/H2OHome';

<H2OHome title="H2O LLM Studio" description="A framework and no-code GUI designed for fine-tuning state-of-the-art large language models (LLMs)" sections={[
  {
    subsections: [
      {
        title: "Get started",
        icon: "rocket_launch",
        items: [
          {
            label: "What is H2O LLM Studio?",
            to: "/get-started/what-is-h2o-llm-studio",
          },
          {
            label: "Set up H2O LLM Studio",
            to: "/get-started/set-up-llm-studio",
          },
          {
            label: "Core features",
            to: "/get-started/core-features",
          },
          {
            label: "Model flow",
            to: "/get-started/llm-studio-flow",
          },
        ],
      },
      {
        title: "Datasets",
        icon: "dataset",
        subtitle: null,
        items: [
          {
            label: "Data connectors and data format",
            to: "/guide/datasets/data-connectors-format",
          },
          {
            label: "Import a dataset",
            to: "/guide/datasets/import-dataset",
          },
          {
            label: "View and manage a dataset",
            to: "/guide/datasets/view-dataset",
          },
          {
            label: "Merge datasets",
            to: "/guide/datasets/merge-datasets",
          },
        ],
      },
      {
        title: "Experiments",
        icon: "timeline",
        items: [
          {
            label: "Experiment settings",
            to: "/guide/experiments/experiment-settings",
          },
          {
            label: "Create an experiment",
            to: "/guide/experiments/create-an-experiment",
          },
          {
            label: "Monitor experiments",
            to: "/guide/experiments/view-an-experiment",
          },
          {
            label: "Compare experiments",
            to: "/guide/experiments/compare-experiments",
          },
          {
            label: "Publish model",
            to: "/guide/experiments/export-trained-model",
          },
        ],
      },
            {
        title: "Helpful links",
        icon: "link",
        items: [
          {
            label: "FAQs",
            to: "/faqs",
          },
          {
            label: "Concepts",
            to: "/concepts",
          },
          {
            label: "Videos",
            to: "/get-started/videos",
          },
          {
            label: "Key Terms",
            to: "/key-terms",
          },
        ],
      },
    ],
  },
]} />