mirror of
				https://github.com/rasbt/LLMs-from-scratch.git
				synced 2025-11-03 19:30:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			437 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			437 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Generating Datasets 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
 | 
						|
 | 
						|
- [reflection-gpt4.ipynb](reflection-gpt4.ipynb): A notebook that implements an instruction dataset refinement step based on reflection-tuning
 |