Skip to content

Easy interaction with JSON files and conversion between JSON, CSV and XLSX with few clicks. Perfect for creating JSON files for fine-tuning large language modals.

License

Notifications You must be signed in to change notification settings

AltayYuzeir/Shiny_AI_dataset_creator

Repository files navigation

Shiny_AI_dataset_creator

Easy interaction with JSON files and conversion between JSON, CSV and XLSX with few clicks.
Perfect for creating JSON files for fine-tuning large language modals.

JSON structure:

  • id: a randomly generated uuid
  • conversations: single turn human & gpt turns in ShareGPT format
  • source: source of the conversation, for metadata purposes when merging with others
  • topic: the sub-topic for the domain
  • system_prompt: type of system prompt used for generating the response.

CSV and XLSX structure:

  • human: prompt from the conversations
  • gpt: response from the conversations
  • source: source of the conversation, for metadata purposes when merging with others
  • topic: the sub-topic for the domain
  • system_prompt: type of system prompt used for generating the response.

Acknowledgements

The neat functionality to hide and show full text in the table is provided by Stéphane Laurent on Stackoverflow.

About

Easy interaction with JSON files and conversion between JSON, CSV and XLSX with few clicks. Perfect for creating JSON files for fine-tuning large language modals.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages