jacmor64's picture
Add Ares starter roleplay and ML-process dataset
e9e7690 verified
|
Raw
History Blame Contribute Delete
875 Bytes
---
tags:
- ares
- roleplay
- machine-learning
- synthetic
- starter-dataset
license: mit
---
# Ares Starter Dataset
Starter public dataset for the Ares from-scratch AI project.
## Files
- `ares_roleplay_starter_1000.jsonl` — 1,000 deterministic roleplay chat scenarios.
- `ares_ml_process_starter_500.txt` — 500 deterministic machine-learning process records and chat examples.
- `DATASET_CARD.md` — dataset notes.
## Full dataset generation
The Ares Static Lab Colab notebook generates a larger mixture on demand:
- Wikipedia streamed from `wikimedia/wikipedia`
- ML-process curriculum
- 12,000+ roleplay scenarios by default
- train/validation splits
- tokenizer data
- optional roleplay SFT data
Space:
https://huggingface.co/spaces/jacmor64/ares-static-lab
Notebook path in the Space repo:
```text
colab/Ares_Wikipedia_Roleplay_Brain_Training.ipynb
```