* Add docs folder with introduction, overview, and getting started

* Add feature pages

* Remove some of Who We Are
This commit is contained in:
arcticfly
2023-08-31 13:20:08 -07:00
committed by GitHub
parent 16354d83df
commit 96a589e401
19 changed files with 371 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
---
title: "Experiments"
description: "
Template multiple scenarios into combinations of prompts and models to compare their output. Use flexible regex and GPT-4 evaluations to assess completion quality.
Quickly iterate and spot model shortcomings before deployment."
---
<Frame>![](/images/features/experiments.png)</Frame>

View File

@@ -0,0 +1,8 @@
---
title: "Export Data - Beta"
sidebarTitle: "Export Data"
description: "
Export your past requests as a JSONL file in an Alpaca or OpenAI fine-tuning format or in their raw form."
---
<Frame>![](/images/features/exporting-data.png)</Frame>

View File

@@ -0,0 +1,8 @@
---
title: "Fine Tuning - Beta"
sidebarTitle: "Fine Tuning"
description: "
Fine tune your data on specific logs. Filter by prompt id and exclude requests with an undesirable output."
---
<Frame>![](/images/features/fine-tuning.png)</Frame>

View File

@@ -0,0 +1,7 @@
---
title: "Log Filters"
description: "
Search and filter your past LLM requests to inspect your responses and build a training dataset."
---
<Frame>![](/images/features/log-filters.png)</Frame>