From b9fefe3bdf44fe6b51085266996795821f2855b3 Mon Sep 17 00:00:00 2001 From: ghostfly23333 Date: Tue, 27 Feb 2024 17:22:47 +0800 Subject: [PATCH] Fix whitespace typo for Bert Question Answerer test in README.md --- .../examples/task/text/desktop/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tensorflow_lite_support/examples/task/text/desktop/README.md b/tensorflow_lite_support/examples/task/text/desktop/README.md index c3f9bcada..dc6d58755 100644 --- a/tensorflow_lite_support/examples/task/text/desktop/README.md +++ b/tensorflow_lite_support/examples/task/text/desktop/README.md @@ -27,11 +27,11 @@ bazel run -c opt \ tensorflow_lite_support/examples/task/text/desktop:bert_question_answerer_demo -- \ --model_path=/tmp/mobilebert.tflite \ --question="Where is Amazon rainforest?" \ - --context="The Amazon rainforest, alternatively, the Amazon Jungle, also known in \ -English as Amazonia, is a moist broadleaf tropical rainforest in the Amazon \ -biome that covers most of the Amazon basin of South America. This basin \ -encompasses 7,000,000 km2 (2,700,000 sq mi), of which \ -5,500,000 km2 (2,100,000 sq mi) are covered by the rainforest. This region \ + --context="The Amazon rainforest, alternatively, the Amazon Jungle, also known in \ +English as Amazonia, is a moist broadleaf tropical rainforest in the Amazon \ +biome that covers most of the Amazon basin of South America. This basin \ +encompasses 7,000,000 km2 (2,700,000 sq mi), of which \ +5,500,000 km2 (2,100,000 sq mi) are covered by the rainforest. This region \ includes territory belonging to nine nations." ```