From 916843f9210951256429e0e3b9b0f8a164b4b5e9 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 3 Mar 2023 15:14:09 +0900 Subject: [PATCH] fix typo in Gen_QA.ipynb recieve -> receive --- examples/vector_databases/pinecone/Gen_QA.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vector_databases/pinecone/Gen_QA.ipynb b/examples/vector_databases/pinecone/Gen_QA.ipynb index df9caed..8e21532 100644 --- a/examples/vector_databases/pinecone/Gen_QA.ipynb +++ b/examples/vector_databases/pinecone/Gen_QA.ipynb @@ -214,7 +214,7 @@ "\n", "This answer seems pretty convincing right? Yet, it's wrong. MLM is typically used in the pretraining step of a transformer model but *cannot* be used to fine-tune a sentence-transformer, and has nothing to do with having _\"pairs of related sentences\"_.\n", "\n", - "An alternative answer we recieve (and the one we returned above) is about `supervised learning approach` being the most suitable. This is completely true, but it's not specific and doesn't answer the question.\n", + "An alternative answer we receive (and the one we returned above) is about `supervised learning approach` being the most suitable. This is completely true, but it's not specific and doesn't answer the question.\n", "\n", "We have two options for enabling our LLM in understanding and correctly answering this question:\n", "\n",