Table of contents

Files — podstack files

Upload dataset files that other Podstack features (notably fine-tuning) consume.

Upload a dataset

podstack files upload ./data.jsonl --purpose fine-tune

The command prints a file id (e.g. file_123) — pass it to podstack train create --training-file file_123.

Run podstack files upload --help for accepted purposes and options.

  • Fine-tuning — the main consumer of uploaded files.
  • To move arbitrary files between machines (checkpoints, results), use Send & receive.