Sebastian Raschka a08d7aaa84 Uv workflow improvements (#531) há 9 meses atrás
..
README.md 835ed29dbf reflection-tuning dataset generation (#349) há 1 ano atrás
config.json 835ed29dbf reflection-tuning dataset generation (#349) há 1 ano atrás
instruction-data-llama3-7b.json dbcdc7593b Generating a synthetic dataset for instruction finetuning (#245) há 1 ano atrás
llama3-ollama.ipynb 835ed29dbf reflection-tuning dataset generation (#349) há 1 ano atrás
reflection-gpt4.ipynb a08d7aaa84 Uv workflow improvements (#531) há 9 meses atrás
requirements-extra.txt 835ed29dbf reflection-tuning dataset generation (#349) há 1 ano atrás

README.md

Generating Datasets for Instruction Finetuning

This folder contains utility code that can be used for generating a dataset for instruction finetuning.

  • llama3-ollama.ipynb: A notebook that creates a synthetic instruction finetuning dataset using Llama 3 and Ollama

  • reflection-gpt4.ipynb: A notebook that implements an instruction dataset refinement step based on reflection-tuning