diff --git a/brainsteam/content/posts/2020-12-29-mlflow-nlp-models/index.md b/brainsteam/content/posts/2020-12-29-mlflow-nlp-models/index.md index 7d99190..dae1501 100644 --- a/brainsteam/content/posts/2020-12-29-mlflow-nlp-models/index.md +++ b/brainsteam/content/posts/2020-12-29-mlflow-nlp-models/index.md @@ -1,5 +1,5 @@ --- -title: Serving NLP Models with MLFlow +title: Serving NLP Models with MLflow author: James type: post resources: @@ -7,7 +7,7 @@ resources: src: images/feature.jpg date: 2020-12-29T09:50:28+00:00 url: /2020/12/29/serving-nlp-models-with-mlflow/ -description: Serving NLP models with MLFlow is a little trickier than serving models expecting tabular input. In this post we explore one possible solution with code examples. +description: Serving NLP models with MLflow is a little trickier than serving models expecting tabular input. In this post we explore one possible solution with code examples. categories: - Work - Open Source