Skip to content
Draft
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
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@
"pages": [
"serverless-training",
"serverless-training/prerequisites",
"serverless-training/quickstart",
"serverless-training/usage-limits",
{
"group": "Serverless RL",
Expand Down
2 changes: 1 addition & 1 deletion serverless-training.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Serverless Training is ideal for tasks like:

Serverless Training trains low-rank adapters (LoRAs) to specialize a model for your specific task. This extends the original model's capabilities with on-the-job experience. W&B automatically stores the LoRAs you train as artifacts in your account. You can also save them locally or to a third party for backup. Serverless Inference also automatically hosts models that you train through Serverless Training.

See the ART [quickstart](https://art.openpipe.ai/getting-started/quick-start) or [Google Colab notebook](https://colab.research.google.com/github/openpipe/art-notebooks/blob/main/examples/2048/2048.ipynb) to get started.
To get started, train a customer support agent in the [quickstart](/serverless-training/quickstart).

## Why Serverless Training?

Expand Down
Loading
Loading