mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
small doc fixes (#67)
This commit is contained in:
parent
4bee6d9088
commit
060773c2ee
2 changed files with 3 additions and 6 deletions
|
|
@ -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?
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue