PhasmoWiki_ChatML / README.md
ZekiHVH's picture
Update README.md
dcd31cc verified
---
size_categories: 1K<n<10K
tags:
- synthetic
- datadesigner
configs:
- config_name: data
data_files: data/*.parquet
default: true
license: mit
language:
- en
pretty_name: Phasmophobia Wiki x1500
---
<div style="display: flex; justify-content: space-between; align-items: flex-end; width: 100%; margin-bottom: 1rem;">
<h1 style="flex: 1; margin: 0;">PhasmoWiki x1500</h1>
<sub style="white-space: nowrap;">Made with ❤️ using 🦥 Unsloth Studio</sub>
</div>
---
Generated using Unsloth Recipe Studio. It contains 1,500 generated records based on the game's Wiki.
---
## 📚 Citation
If you use Data Designer in your work, please cite the project as follows:
```bibtex
@misc{nemo-data-designer,
author = {The NeMo Data Designer Team, NVIDIA},
title = {NeMo Data Designer: A framework for generating synthetic data from scratch or based on your own seed data},
howpublished = {\url{https://github.com/NVIDIA-NeMo/DataDesigner}},
year = 2026,
note = {GitHub Repository},
}
```
---
## 💡 About NeMo Data Designer
NeMo Data Designer is a general framework for generating high-quality synthetic data that goes beyond simple LLM prompting. It provides:
- **Diverse data generation** using statistical samplers, LLMs, or existing seed datasets
- **Relationship control** between fields with dependency-aware generation
- **Quality validation** with built-in Python, SQL, and custom local and remote validators
- **LLM-as-a-judge** scoring for quality assessment
- **Fast iteration** with preview mode before full-scale generation
For more information, visit: [https://github.com/NVIDIA-NeMo/DataDesigner](https://github.com/NVIDIA-NeMo/DataDesigner) (`pip install data-designer`)