Documentation Index
Fetch the complete documentation index at: https://docs.veri.studio/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This cookbook is a set of practical starting points for common fine-tuning workflows in Veri. It is intentionally lightweight for now: the goal is to help you get unstuck quickly, not bury you in framework-specific details.Common Starting Points
Fine-tune for structured outputs
Use this when you want:- valid JSON responses
- predictable schemas
- strict formatting requirements
Connect a dataset from an existing source
Use this when your training data already lives in:- S3
- GCS
- Azure Blob
- Hugging Face
- Postgres or another database
Fine-tune for task-specific quality
Use this when you want the model to become better at:- a domain-specific task
- a constrained format
- a known evaluation rubric
Example Workflow
More Resources
- Examples repo — runnable scripts for common workflows
- API Reference
- Python SDK
- Discord Community