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.
- 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.
- 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.
The neat functionality to hide and show full text in the table is provided by Stéphane Laurent on Stackoverflow.