├── .gitattributes ├── README.md ├── api.py ├── data ├── data.json └── reasoning.jsonl ├── generate.py ├── parquedit.py ├── templates ├── 1.txt ├── 2.txt ├── 3.txt ├── 4.txt ├── 5.txt ├── 6.txt └── 7.txt └── zipjson.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/README.md -------------------------------------------------------------------------------- /api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/api.py -------------------------------------------------------------------------------- /data/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/data/data.json -------------------------------------------------------------------------------- /data/reasoning.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/data/reasoning.jsonl -------------------------------------------------------------------------------- /generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/generate.py -------------------------------------------------------------------------------- /parquedit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/parquedit.py -------------------------------------------------------------------------------- /templates/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/templates/1.txt -------------------------------------------------------------------------------- /templates/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/templates/2.txt -------------------------------------------------------------------------------- /templates/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/templates/3.txt -------------------------------------------------------------------------------- /templates/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/templates/4.txt -------------------------------------------------------------------------------- /templates/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/templates/5.txt -------------------------------------------------------------------------------- /templates/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/templates/6.txt -------------------------------------------------------------------------------- /templates/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/templates/7.txt -------------------------------------------------------------------------------- /zipjson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignment-Lab-AI/datagen/HEAD/zipjson.py --------------------------------------------------------------------------------