Skip to content

Commit

Permalink
Update text-gen-fine-tuning-cli-reference.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaxiao16 authored Aug 20, 2024
1 parent 68aaf3d commit d48863b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/docs/cli/text-gen-fine-tuning-cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ octoai tune text --checkpoint <CHECKPOINT_NAME> --dataset <DATASET_ID> --name <T
- `-r`, `--lora-rank <int32> (optional)` Rank of LoRa (Low Rank Adaptation). Default is 8.
- `-e`, `--epochs <int32> (optional)` Number of epochs. Default is 3.
- `--wandb-project-name <string> (optional)` Weights & Biases project name.
- `--wandb-secret-key <string> (optional)` Name of OctoAI secret containing Weights & Biases token. Note: This is the “key” of OctoAI secret, not the value. Set up your Weights & Biases account by following [this instruction](/docs/integrations/weights-and-biases).
- `--wandb-secret-key <string> (optional)` Name of OctoAI secret containing Weights & Biases token. Note: This is the “key” of OctoAI secret, not the value. Set up your Weights & Biases account by following [Weights & Biases Setup Guide](/docs/integrations/weights-and-biases).
- `-d`, `--description <float32> (optional)` Description of text generation fine-tuning.

## octoai tune list
Expand Down

0 comments on commit d48863b

Please sign in to comment.