From 69a26c7ecda2d9bff42a601e45a57cdb22150a98 Mon Sep 17 00:00:00 2001 From: Yuki Shindo Date: Mon, 16 Oct 2023 17:10:23 +0900 Subject: [PATCH] Add Japanese translation (#26799) Translated into Japanese (README_ja) --- README_ja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ja.md b/README_ja.md index 55fc6b3ced..108755ba18 100644 --- a/README_ja.md +++ b/README_ja.md @@ -210,7 +210,7 @@ Hugging Faceチームによって作られた **[トランスフォーマーを >>> outputs = model(**inputs) ``` -And here is the equivalent code for TensorFlow: +そしてこちらはTensorFlowと同等のコードとなります: ```python >>> from transformers import AutoTokenizer, TFAutoModel