To upload a fine-tuning data file to Nscale, you’ll need to send a request of type multipart/form-data. The request should contain the file you would like to upload.
Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>
A file to upload. The file should follow the specifications of RFC 2388 (which defines file transfers for the multipart/form-data protocol).
Successful response.
This is an object representing a fine-tuning data file hosted on Nscale's servers.
The size of the file in bytes.
Time at which the object was created.
Unique identifier for the object.
The name of the file.
The workspace that this file was uploaded to.
The column headers from the file, including the first five values for each column.