mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-11 14:21:41 +08:00
* Uv workflow improvements * Uv workflow improvements * linter improvements * pytproject.toml fixes * pytproject.toml fixes * pytproject.toml fixes * pytproject.toml fixes * pytproject.toml fixes * pytproject.toml fixes * windows fixes * windows fixes * windows fixes * windows fixes * windows fixes * windows fixes * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix * win32 fix |
||
|---|---|---|
| .. | ||
| config.json | ||
| instruction-data-llama3-7b.json | ||
| llama3-ollama.ipynb | ||
| README.md | ||
| reflection-gpt4.ipynb | ||
| requirements-extra.txt | ||
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