Skip to content

cognitivecomputations/generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

This is a demo to showcase Dolphin's ability to generate conversational datasets for training AI with a simple python script.

Usage

  • install ollama
ollama pull dolphin-mixtral
pip install ollama
python generate-usecase-chats.py

example output:

image

There is a reason I'm outputting in this wonky schema. This schema forces there to be 1 system message, and human/gpt pairs per conversation.

After generating, you will need convert it to ShareGPT (either Axolotl style or LlamaFactory style)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages