small doc fixes (#67)

This commit is contained in:
Johnny Greco 2025-11-21 17:39:15 -05:00 committed by GitHub
parent 4bee6d9088
commit 060773c2ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View file

@ -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,
@ -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?

View file

@ -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