speakleash / speakleash-instruct-creator

Generate instructions datasets for the fine-tuning purposes.
3 stars 5 forks source link

changing repo structure #56

Closed IgorTest19 closed 4 months ago

IgorTest19 commented 4 months ago

After consultation, a different structure was proposed to facilitate adding new types as subdirectories.

speakleash_tuning_sets/ ├───instructions │ ├───samples │ ├───automated │ └───manual ├───conversations │ ├───samples │ ├───automated │ └───manual ├───functions │ ├───samples │ ├───automated │ └───manual ├───utils/ ├───merge_files.py ├───generate_samples.py ├───requirements.txt