From e58bc97adbe2a287acf4015612f9ac99cb2cb57a Mon Sep 17 00:00:00 2001 From: Omkar Borhade <91014820+OmkarBorhade98@users.noreply.github.com> Date: Sun, 14 Jan 2024 08:55:54 +0530 Subject: [PATCH] Update 8.mdx --- chapters/en/chapter2/8.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chapters/en/chapter2/8.mdx b/chapters/en/chapter2/8.mdx index c41f27936..c8415b895 100644 --- a/chapters/en/chapter2/8.mdx +++ b/chapters/en/chapter2/8.mdx @@ -297,7 +297,11 @@ result = model(**encoded) }, { text: "The tokenizer and model should always be from the same checkpoint.", - explain: "Right!", + explain: "Right!" + }, + { + text: "Input Tensor to the model and the Model should be of same framework.", + explain: "Right! return_tensor should be tf instead of pt.", correct: true }, {