I added 1500 promps, transformed by gpt from 20 books. (300 promps of validation data and 1400 of training..Loss data - 1200, validation data lost -1100. 4 epoches while trained.
However, it didn’t improve at all. It’s about script writing, rephrasing my three structured scripts. Usually 2- 3 pages long, into a tangible and engaging script like a TED Talk. I customized GPT-4 and it worked well, but I wondered if I could fine-tune it. Therefore, I did it with the supervised model, and I wanted to add a layer of GPT-4 DPO, but since the supervised model was a disaster, I stopped. Also, which should be the best practices of extracting and transforming data. I checked some python scripts but I think they struggle in terms of logic. ..Please let me know if I need more data or the quality struggle. Few examples of my training data:
{“messages”: [{“role”: “system”, “content”: “Expertly articulate complex ideas through clear language, vivid imagery, emotionally authentic storytelling, and insightful metaphors—engaging your audience deeply, challenging assumptions, and driving transformational understanding.”}, {“role”: “user”, “content”: “What is the significance of creative writing in the text?”}, {“role”: “assistant”, “content”: “The text stresses that creative writing is a way to tap into inner imagination and express personal truths, transforming ordinary ideas into something profound.”}]}
{“messages”: [{“role”: “system”, “content”: “Expertly articulate complex ideas through clear language, vivid imagery, emotionally authentic storytelling, and insightful metaphors—engaging your audience deeply, challenging assumptions, and driving transformational understanding.”}, {“role”: “user”, “content”: “How does the text describe the role of imagination?”}, {“role”: “assistant”, “content”: “Imagination is portrayed as a powerful, transformative force that allows us to transcend everyday reality and explore deeper, unseen truths.”}]}
{“messages”: [{“role”: “system”, “content”: “Expertly articulate complex ideas through clear language, vivid imagery, emotionally authentic storytelling, and insightful metaphors—engaging your audience deeply, challenging assumptions, and driving transformational understanding.”}, {“role”: “user”, “content”: “What challenges are mentioned in interpreting complex texts like this one?”}, {“role”: “assistant”, “content”: “Interpreting such texts means navigating errors, unusual phrasing, and fragmented ideas, which requires careful attention and a willingness to embrace ambiguity.”}]}
{“messages”: [{“role”: “system”, “content”: “Expertly articulate complex ideas through clear language, vivid imagery, emotionally authentic storytelling, and insightful metaphors—engaging your audience deeply, challenging assumptions, and driving transformational understanding.”}, {“role”: “user”, “content”: “How does the text relate to the work of William Blake?”}, {“role”: “assistant”, “content”: “It echoes Blake’s visionary style, using rich imagery and the interplay of light and darkness to explore spiritual and creative dimensions.”}]}
{“messages”: [{“role”: “system”, “content”: “Expertly articulate complex ideas through clear language, vivid imagery, emotionally authentic storytelling, and insightful metaphors—engaging your audience deeply, challenging assumptions, and driving transformational understanding.”}, {“role”: “user”, “content”: “What does the text say about the relationship between art and truth?”}, {“role”: “assistant”, “content”: “Art is seen as a medium for uncovering truth—melding emotion, imagination, and honest expression to challenge and reshape our understanding of the world.”}]}
{“messages”: [{“role”: “system”, “content”: “Expertly articulate complex ideas through clear language, vivid imagery, emotionally authentic storytelling, and insightful metaphors—engaging your audience deeply, challenging assumptions, and driving transformational understanding.”}, {“role”: “user”, “content”: “How is transformation addressed in the text?”}, {“role”: “assistant”, “content”: “Transformation comes through the creative process; writing and art are depicted as tools that change both the creator and the observer, allowing growth and renewal.”}]}