Skip to content

Commit 060773c

Browse files
authored
small doc fixes (#67)
1 parent 4bee6d9 commit 060773c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ export NVIDIA_API_KEY="your-api-key-here"
4848
export OPENAI_API_KEY="your-openai-api-key-here"
4949
```
5050

51-
### 3. Generate your first dataset
52-
51+
### 3. Start generating data!
5352
```python
5453
from data_designer.essentials import (
5554
CategorySamplerParams,
@@ -90,8 +89,6 @@ preview = data_designer.preview(config_builder=config_builder)
9089
preview.display_sample_record()
9190
```
9291

93-
**That's it!** You've created a dataset.
94-
9592
---
9693

9794
## What's next?

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Data Designer helps you create datasets through an intuitive, **iterative** proc
3434
3. **🔁 Preview** your results and iterate
3535
- Generate a preview dataset stored in memory for fast iteration
3636
- Inspect sample records and analysis results to refine your configuration
37-
- Try for yourself by running the [tutorial notebooks](notebooks/intro.md)
37+
- Try for yourself by running the [tutorial notebooks](notebooks/README.md)
3838
4. **🖼️ Create** your dataset
3939
- Generate your full dataset and save results to disk
4040
- Access the generated dataset and associated artifacts for downstream use
41-
- Give it a try by running the [tutorial notebooks](notebooks/intro.md)
41+
- Give it a try by running the [tutorial notebooks](notebooks/README.md)
4242

4343
## Library and Microservice
4444

0 commit comments

Comments
 (0)