TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Easy Prompt – A weekend project for formatting LLM training data

4 pointsby FajitaNachosalmost 2 years ago
I&#x27;ve been doing sentiment classification to train a ChatGPT model as a hobby-project. Using a script to format the completions made it quite tedious&#x2F;slow to go back and complete the output in my code editor.<p>To solve that (and for a reasonable excuse to play with Next.js + Tailwind CSS) I made this! I decided to share it here for fun.<p>Quick Stats:<p>Time spent: ~15 hours Technologies: Next, Tailwind, ChatGPT for help with Tailwind. Fun had: Lots.

1 comment

TiltedKingsalmost 2 years ago
I have definitely felt the pain of doing manual classification. I’m not sure how much time it would save though. I’ve also split up tasks like this so it might be more helpful with multiplayer support.<p>Bonus points for shipping it in a weekend.