
Fine Tuning Replicate Train
Replicate · Replicate
AI Model Hosting — Replicate
Evaluates Replicate's Fine-tuning (Replicate Train) across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's AI Model Hosting eval coverage.
About Replicate
Replicate is an AI model-hosting platform — run thousands of community and custom Cog-packaged models (FLUX, SDXL, Llama, Whisper, custom fine-tunes) via a simple HTTP API with predictions, webhooks, streaming, deployments, and per-second billing.
Sample tests· showing 3 of 9
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | Integrator submits POST /v1/trainings with version=<sdxl-trainer-version>, input={training_data: <zip-url>, ...}, destination='myorg/sdxl-brand-lora'. | Specify destination as an existing model owner/name the token has write access to. On success, the training writes a new version into that model (immutable). Retain the training_id for audit. Choose destination model before training, not after — the model must exist. | Pass / FailAi Platformhigh |
| 02 | Integrator passes training_data='https://my-private-bucket.s3.amazonaws.com/dataset.zip' with no auth in the URL. | training_data URLs must be publicly fetchable from Replicate workers (or use a presigned URL). Bake authentication into the URL, not headers — the training worker cannot send custom headers. Do not host on internal IPs. For sensitive datasets, prefer Replicate-hosted Files API uploads. | Pass / FailAi Platformcritical |
| 03 | SDXL LoRA trainer accepts input_images:zip, max_train_steps:int (50-6000), lora_rank:int (4-128). Llama LoRA trainer has a different shape entirely. | Fetch the trainer version's OpenAPI schema before constructing input. Do not reuse a Stable-Diffusion LoRA input shape for a Llama LoRA. Generate operator UIs per-trainer from the schema. [REQUIRES-VERIFICATION] for per-trainer param ranges over time. | Pass / FailAi Platformhigh |
How this eval is graded
Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
Rubric criteria
- Replicate
- Ai Platform
- Fine Tuning Replicate Train
Recommended for
Works with
Related evals
Claude API
Evaluates Anthropic's Batch API across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
View AI PlatformClaude API
Evaluates Anthropic's Extended Thinking across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
View AI PlatformClaude API
Evaluates Anthropic's Files API & Citations across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
ViewFrequently asked questions
What does the Fine Tuning Replicate Train eval for Replicate Replicate test?+
Evaluates Replicate's Fine-tuning (Replicate Train) across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's AI Model Hosting eval coverage.
How is the Fine Tuning Replicate Train eval scored?+
The judge rubric: Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
How many test cases does this eval pack include?+
The Fine Tuning Replicate Train pack for Replicate Replicate contains 9 test cases. 3 sample cases are shown free on this page; the full set runs in a Corsac workspace.
How do I run this eval?+
Sign up for Corsac, connect your model or agent endpoint, and run the Fine Tuning Replicate Train pack as-is or after customizing thresholds. Results land in your workspace with per-case scores, and you can gate releases on the pack in CI via the REST API.
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.