Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion documentation/docs/faqs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
description: Learn about frequently asked questions.
---
import Icon from "@material-ui/core/Icon";

import Icon from "@mui/material/Icon"

# FAQs

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/guide/datasets/merge-datasets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
description: H2O LLM Studio enables you to merge imported datasets into one main dataset. This functionality can be used to merge training and validation data together into one dataset or extend your existing dataset with more data and increase your dataset size.
---
import Icon from "@material-ui/core/Icon";

import Icon from "@mui/material/Icon"

# Merge datasets

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/guide/datasets/view-dataset.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
description: You can view, review, edit, or delete your datasets once you have imported them. You can also start a new experiment using a dataset you have imported.
---
import Icon from "@material-ui/core/Icon";

import Icon from "@mui/material/Icon"

# View and manage dataset

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
description: This page highlights the steps needed to create an experiment in H2O LLM Studio.
---
import Icon from "@material-ui/core/Icon";

import Icon from "@mui/material/Icon"

# Create an experiment

Expand Down
2 changes: 2 additions & 0 deletions documentation/docs/guide/experiments/experiment-settings.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: All the settings needed for creating an experiment are explored in this page.
---

import GeneralSettingsDataset from '../../tooltips/experiments/_dataset.mdx';
import GeneralSettingsProblemType from '../../tooltips/experiments/_problem-type.mdx';
import GSImportConfigFromYaml from '../../tooltips/experiments/_import-config-from-yaml.mdx';
Expand All @@ -9,6 +10,7 @@ import GSLLMBackbone from '../../tooltips/experiments/_llm-backbone.mdx';
import DSTrainDataframe from '../../tooltips/experiments/_train-dataframe.mdx';
import DSvalidationStrategy from '../../tooltips/experiments/_validation-strategy.mdx';
import DSvalidationSize from '../../tooltips/experiments/_validation-size.mdx';
import DSidColumn from '../../tooltips/experiments/_id-column.mdx';
import DSdataSample from '../../tooltips/experiments/_data-sample.mdx';
import DSpromptColumn from '../../tooltips/experiments/_prompt-column.mdx';
import DSPromptColumnSeparator from '../../tooltips/experiments/_prompt-column-separator.mdx';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
description: You can view, rename, stop, or delete your experiments once you launch them. You can also create a new experiment based on an experiment you have already launched.
---
import Icon from "@material-ui/core/Icon";

import Icon from "@mui/material/Icon"

# View and manage experiments

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/tutorials/tutorial-1a/tutorial-1a.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: This tutorial will guide you through the process of setting up and conducting an experiment for causal classification modeling using H2O LLM Studio. It covers how to import datasets, configure key experiment settings, and create a new experiment.
---

import Icon from "@material-ui/core/Icon";
import Icon from "@mui/material/Icon"

# Create an experiment for causal classification modeling

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/tutorials/tutorial-2a/tutorial-2a.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: This tutorial will guide you through the process of setting up and conducting an experiment for causal regression modeling using H2O LLM Studio. It covers how to import datasets from Hugging Face, configure key experiment settings, and create a new experiment.
---

import Icon from "@material-ui/core/Icon";
import Icon from "@mui/material/Icon"

# Create an experiment for causal regression modeling

Expand Down
12 changes: 6 additions & 6 deletions documentation/makersaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ module.exports = {
},
},
dependencies: {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
// "@material-ui/core": "^5.0.0",
"@material/card": "^14.0.0",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.16",
"react-player": "^2.11.0",
"@mui/icons-material": "^5.16.14",
"@mui/material": "^5.15.17",
"react-player": "^2.16.0",
},
};
Loading
Loading