Add docs (#207)
* Add docs folder with introduction, overview, and getting started * Add feature pages * Remove some of Who We Are
This commit is contained in:
8
docs/features/experiments.mdx
Normal file
8
docs/features/experiments.mdx
Normal 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></Frame>
|
||||
8
docs/features/exporting-data.mdx
Normal file
8
docs/features/exporting-data.mdx
Normal 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></Frame>
|
||||
8
docs/features/fine-tuning.mdx
Normal file
8
docs/features/fine-tuning.mdx
Normal 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></Frame>
|
||||
7
docs/features/log-filters.mdx
Normal file
7
docs/features/log-filters.mdx
Normal 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></Frame>
|
||||
Reference in New Issue
Block a user