Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ export NVIDIA_API_KEY="your-api-key-here"
export OPENAI_API_KEY="your-openai-api-key-here"
```

### 3. Generate your first dataset

### 3. Start generating data!
```python
from data_designer.essentials import (
CategorySamplerParams,
Expand Down Expand Up @@ -90,8 +89,6 @@ preview = data_designer.preview(config_builder=config_builder)
preview.display_sample_record()
```

**That's it!** You've created a dataset.

---

## What's next?
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Data Designer helps you create datasets through an intuitive, **iterative** proc
3. **🔁 Preview** your results and iterate
- Generate a preview dataset stored in memory for fast iteration
- Inspect sample records and analysis results to refine your configuration
- Try for yourself by running the [tutorial notebooks](notebooks/intro.md)
- Try for yourself by running the [tutorial notebooks](notebooks/README.md)
4. **🖼️ Create** your dataset
- Generate your full dataset and save results to disk
- Access the generated dataset and associated artifacts for downstream use
- Give it a try by running the [tutorial notebooks](notebooks/intro.md)
- Give it a try by running the [tutorial notebooks](notebooks/README.md)

## Library and Microservice

Expand Down