Once your fine-tune job completes, you should see your new model in your models dashboard.
CREATE DEDICATED ENDPOINT
to create a dedicated endpoint for the fine-tuned model.
OPEN IN PLAYGROUND
to quickly test the fine-tuned model.
You can also call the model directly just like any other model on the Together AI platform, by providing the unique fine-tuned model output_name
that you can find for the specific model on the dashboard. See the list of models that support LoRA Inference.
download
with your job ID:
output
as a tar.zst
file, which is an archive file format that uses the ZStandard algorithm. You’ll need to install ZStandard to decompress your model.
On Macs, you can use Homebrew: