TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 FajitaNachos将近 2 年前
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

TiltedKings将近 2 年前
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.