Upload a file
Please follow to the bedrock file upload guide for more details.Create a fine-tuning job
- Bedrock fine-tuning dataset format is a little bit different from OpenAI’s fine-tuning dataset format.
model_type
field is required for the dataset transformation, currently gateway does the following dataset transformation:chat
->text-to-text
chat
->chat
.
model
param should be theModelID
that is required for fine-tuning not for the inference.ModelID
is different for inference and fine-tuning.
List of supported finetune models and their IDs are available at Bedrock documentation