You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[Column Types](https://nvidia-nemo.github.io/DataDesigner/concepts/columns/)** – Explore samplers, LLM columns, validators, and more
104
+
-**[Validators](https://nvidia-nemo.github.io/DataDesigner/concepts/validators/)** – Learn how to validate generated data with Python, SQL, and remote validators
104
105
-**[Model Configuration](https://nvidia-nemo.github.io/DataDesigner/models/model-configs/)** – Configure custom models and providers
106
+
-**[Person Sampling](https://nvidia-nemo.github.io/DataDesigner/concepts/persons/)** – Learn how to sample realistic person data with demographic attributes
105
107
106
108
### 🔧 Configure models via CLI
107
109
@@ -114,11 +116,26 @@ data-designer config list # View current settings
114
116
### 🤝 Get involved
115
117
116
118
-**[Contributing Guide](https://nvidia-nemo.github.io/DataDesigner/CONTRIBUTING.md)** – Help improve Data Designer
117
-
-**[GitHub Issues](https://github.com/NVIDIA-NeMo/DataDesigner/issues)** – Report bugs or request features
118
-
-**[GitHub Discussions](https://github.com/NVIDIA-NeMo/DataDesigner/discussions)** – Ask questions and share ideas
119
+
-**[GitHub Issues](https://github.com/NVIDIA-NeMo/DataDesigner/issues)** – Report bugs or make a feature request
119
120
120
121
---
121
122
122
123
## License
123
124
124
125
Apache License 2.0 – see [LICENSE](LICENSE) for details.
126
+
127
+
---
128
+
129
+
## Citation
130
+
131
+
If you use NeMo Data Designer in your research, please cite it using the following BibTeX entry:
132
+
133
+
```bibtex
134
+
@misc{nemo-data-designer,
135
+
author = {The NeMo Data Designer Team},
136
+
title = {NeMo Data Designer: A framework for generating synthetic data from scratch or based on your own seed data},
0 commit comments