mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-09 01:02:50 +00:00
7 lines
295 B
Markdown
7 lines
295 B
Markdown
# Generating a Dataset for Instruction Finetuning
|
|
|
|
This folder contains utility code that can be used for generating a dataset for instruction finetuning.
|
|
|
|
- [llama3-ollama.ipynb](llama3-ollama.ipynb): A notebook that creates a synthetic instruction finetuning dataset using Llama 3 and Ollama
|
|
|