Add Japanese translation (#26799)

Translated into Japanese (README_ja)
This commit is contained in:
Yuki Shindo
2023-10-16 17:10:23 +09:00
committed by GitHub
parent 0e52af4d7b
commit 69a26c7ecd

View File

@@ -210,7 +210,7 @@ Hugging Faceチームによって作られた **[トランスフォーマーを
>>> outputs = model(**inputs)
```
And here is the equivalent code for TensorFlow:
そしてこちらはTensorFlowと同等のコードとなります:
```python
>>> from transformers import AutoTokenizer, TFAutoModel