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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Higgsfield – Finetune LLMs for Free

5 点作者 higgsfield超过 1 年前
We have a massive GPU cluster and developed our own infrastructure to manage the cluster and train massive models.<p>There&#x27;s how it works:<p>1. You upload the dataset with preconfigured format into HuggingFaсe [1].<p>2. Choose your LLM (e.g. LLaMa 70B, Mistral 7B)<p>3. Place your submission into the queue<p>4. Wait for it to get trained.<p>5. Then you get your trained model there on HuggingFace.<p>Essentially, why would we want to do it?<p>1. We already have an experience with training big LLMs.<p>2. We could achieve near-perfect infrastructure performance for training.<p>3. Sometimes GPUs have just nothing to train.<p>Thus we thought it would be cool if we could utilize our GPU cluster 100%. And give back to Open Source community (already built an e2e distributed training framework [2]).<p>This is in an early stage, so you can expect some bugs.<p>Any thoughts, opinions, or ideas are quite welcome!<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;higgsfield-ai&#x2F;higgsfield&#x2F;blob&#x2F;main&#x2F;tutorials&#x2F;README.md">https:&#x2F;&#x2F;github.com&#x2F;higgsfield-ai&#x2F;higgsfield&#x2F;blob&#x2F;main&#x2F;tutori...</a><p>[2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;higgsfield-ai&#x2F;higgsfield">https:&#x2F;&#x2F;github.com&#x2F;higgsfield-ai&#x2F;higgsfield</a>

1 comment

gloyoyo超过 1 年前
This could be perfect for those who need it.