This is an example how to generate instruction sets for fine-tuning LLM
This repository shows how you can generate instruction sets for LLM.
#create_instructions_emotion.ipynb is used to generate instruction text. We used OpenAI API to generate this text. You can update based on your need. #instruction.py generates a complete instruction set.