create_dataset
Import data from S3 to create a new dataset for fine-tuning or evaluating open-source LLMs.
Instructions
Create a new dataset by importing from S3. Datasets can be used for fine-tuning or model evaluation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the dataset | |
| description | No | Description of the dataset contents | |
| source_type | Yes | Source type (e.g. 's3') | |
| s3_url | No | S3 URL of the dataset (e.g. s3://bucket/path/data.jsonl) | |
| s3_access_key_id | No | AWS access key ID | |
| s3_secret_access_key | No | AWS secret access key | |
| s3_region | No | AWS region (e.g. us-east-1) | |
| for_evaluation | No | Whether this dataset is for evaluation (default: false) |