# 必要ライブラリのインストール !pip install sentencepiece !pip install keras_bert # これ必要だったよ?しらんけど。 !pip install np_utils # GPUとかTPUとか使いたい...わからない... from __future__ import absolute_import, division, print_function, unicode_literals try: %tensorflow_version 2.x except Exception: pass import tensorflow as tf import os import tensorflow_datasets as tfds print(tf.__version__) # BERTの設定ファイル、モデルのロード # max値を得るプログラム i