From 11b90e54685c8d709d6623b3d67c9fadb3b9c0d7 Mon Sep 17 00:00:00 2001 From: emrgnt-cmplxty <68796651+emrgnt-cmplxty@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:18:07 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a95c8f2..aff11e1 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,10 @@ for batch in data_maker.generator(args.batch_size, args.num_samples): This project is licensed under the Apache-2.0 License. +### Datasets Generated + +[1] [Python Synthetic Textbooks](https://huggingface.co/datasets/emrgnt-cmplxty/sciphi-python-textbook/viewer/default/train) + ### Sources [1] [WizardCoder: Empowering Code Large Language Models with Evol-Instruct](https://arxiv.org/abs/2306.08568)