Comment on LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023parentComments−JimDabell2ySet up to use, sure. Learn? Learning isn’t deployment in this context.Setting up spaCy is just `pip install spacy`. No need to worry about GPUs or dedicated services like you do with LLMs.−throwawaymaths2yyeah, then you have to learn the API. Basically every option for running LLMs have converged on the openAI (web) API.−JimDabell2y“Learning the API” is not deployment.
Comments
Set up to use, sure. Learn? Learning isn’t deployment in this context.
Setting up spaCy is just `pip install spacy`. No need to worry about GPUs or dedicated services like you do with LLMs.
yeah, then you have to learn the API. Basically every option for running LLMs have converged on the openAI (web) API.
“Learning the API” is not deployment.