19 ms·
looks cool, so I can fine-tune an LLM with this tool?
by pfrpt 2y ago
looks cool, so I can fine-tune an LLM with this tool?
- deleted 2y ago[deleted]
- imaginaryspaces 2y agoNot yet, though we plan to add that feature soon-ish! As of 0.4.0, with this tool you can use LLMs to build non-LLM models for your ML use cases. For example: you have an ecommerce site and want to rank relevant products for your users. You want to launch a prototype quickly. You could use ChatGPT as your ranker ("rank products for this user ..."), or you could use smolmodels to generate a more lightweight ranking model like a smaller neural net, etc.