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: Smolmodels – open-source tool to build ML models using natural language

37 pointsby imaginaryspaces4 months ago
Hi HN - Marcello and Vaibhav here. We built smolmodels to experiment with using LLMs for ML development. It&#x27;s a fully open-source library that generates complete model training and inference code from natural language descriptions. It combines graph search with LLM code generation to find a model that gives as good predictions as possible.<p>The core idea is that LLMs are overkill for a lot of predictive tasks. Smolmodels automates the trial-and-error process of finding the right model architecture and training approach, letting you build small, specialised models. You can either provide your own training data or have the library generate synthetic data based on your input&#x2F;output schema requirements. This lets you quickly experiment with different model designs before investing in data collection.<p>The library handles the full pipeline - from data prep&#x2F;generation through training to inference code. Everything can be self-hosted and works with major LLM providers.<p>We would love any thoughts&#x2F;feedback on the project!<p>Repo link: <a href="https:&#x2F;&#x2F;github.com&#x2F;plexe-ai&#x2F;smolmodels">https:&#x2F;&#x2F;github.com&#x2F;plexe-ai&#x2F;smolmodels</a>

5 comments

documentparser4 months ago
This is an interesting approach, I was wondering what kind of data can I use with it? Can’t wait to try it out
评论 #42935318 未加载
评论 #42934835 未加载
binarymuffin4 months ago
Love the idea, can take away the complexity that comes with such an effort
评论 #42935161 未加载
pfrpt4 months ago
looks cool, so I can fine-tune an LLM with this tool?
评论 #42935149 未加载
评论 #42934745 未加载
Santosho4 months ago
very helpful
alienlolkinn4 months ago
love it !!!