TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What problems do you face while using NLP models in production?

8 点作者 Nevin1901大约 2 年前
As someone whose launched a business using generative nlp models, I found my fair share of problems with them.<p>For those of you who used models such as gpt-2&#x2F;3.5, gpt-neox, etc for a service or in prod, what problems do you currently face while using the nlp models?

1 comment

vazgenzohranyan大约 2 年前
In our case, the biggest problem is to deploy, monitor and view the track of the model in the production. Most problem is that it is not well fit to our platform that DS use for their model deployments,and we need to change it for gpt like models. The most important problem is that, you need to have unified schema for saving inputs, outputs and then calculate metrics on them vor further development and alerting.