From cc1cf6c22fdd74a6be5aff7944a74e5106f3b9d0 Mon Sep 17 00:00:00 2001 From: philschmid Date: Fri, 1 Jul 2022 19:38:36 +0000 Subject: [PATCH] change nlp to summarizer to match earlier code (#2) - change nlp to summarizer to match earlier code (87dc0aaeefda339b47f7ac6f610fac751d6c844f) Co-authored-by: Nicholas Broad --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5168c73..bc2aa24 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Jeff: and how can I get started? Jeff: where can I find documentation? Philipp: ok, ok you can find everything here. https://huggingface.co/blog/the-partnership-amazon-sagemaker-and-hugging-face ''' -nlp(conversation) +summarizer(conversation) ``` ## Results