If you would like to download the Weights and Biases of your model so that you can use your fine-tuned model outside of our platform, you are able to do this through the following:
To download the weights of a fine-tuned model, run:
together fine-tuning download <FT-ID>
This command will download ZSTD compressed weights of the model. To extract the weights, run tar -xf filename
.
Other arguments:
--output
,-o
(filename, optional) -- Specify the output filename. Default:<MODEL-NAME>.tar.zst
--step
,-s
(integer, optional) -- Download a specific checkpoint's weights. Defaults to download the latest weights. Default:-1