Ask HN: Best online AI training and model service like HuggingFace?
If I have a few hundred megabytes of tabular data that I want categorized into 2 classes with a probability score -- is there a good full service online tool that can fully abstract the AI/ML model picking and training and provide it via an API I can use to get scores for new rows? I'm looking at Hugging Face offerings but it seems very rough around the edges (ex. getting error messages with no actionable reasons on just uploading or training a model).
1 comment
[ 3.8 ms ] story [ 14.2 ms ] threadAlso, there are zero shot categorizers like KeyBERT.
If you have no labels, running it through the ChatGPT API might be a low hanging fruit option also.