(no title)
mfdupuis | 1 year ago
I'm building in this space[1] and I'm intrigued. When I checked out the repo, this actually looked like possibly a really convenient way to fine-tune models, but I'm trying to understand the piece about "products simply don’t have datasets, and datasets can’t keep up with product evolution". What does this mean in practice and how does this relate to fine-tuning?
scosman|1 year ago
QA files one off bugs, but not in a way that impacts datasets/training. Someone needs to analyze them in bulk and make calls about which areas to care about (which is slow and expensive).
However, if the time to data is tiny, you can iterate more like software. New model drops often (with fast evals). Subjective feedback can become synth data quickly, the issue fixed, and results evaluated.
Your product looks a bit more like analysis pipelines for new problems? I'm more looking at zero-shot quality and performance.