import_model
Import a model from Amazon S3 into Tuning Engines cloud storage to serve as a base model for fine-tuning jobs.
Instructions
Import a model from S3 into Tuning Engines cloud storage so it can be used as a base for future fine-tuning jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the imported model | |
| source_s3_url | Yes | S3 URL of the model to import (e.g. s3://bucket/path/to/model) | |
| base_model | Yes | HuggingFace model ID that this model was fine-tuned from | |
| s3_access_key_id | Yes | AWS access key ID | |
| s3_secret_access_key | Yes | AWS secret access key | |
| s3_region | Yes | AWS region (e.g. us-east-1) |