TensorFlow Datasets
TensorFlow Datasets 是一個隨時可用的資料集集合,可用於 TensorFlow 或其他 Python ML 框架,例如 Jax。所有資料集都以 tf.data.Datasets 的形式公開,實現易於使用和高效能的輸入管道。若要開始使用,請參閱指南和資料集列表。
安裝與設定
您需要安裝 tensorflow
和 tensorflow-datasets
python 套件。
pip install tensorflow
pip install tensorflow-dataset
文件載入器
請參閱使用範例。
from langchain_community.document_loaders import TensorflowDatasetLoader
API 參考:TensorflowDatasetLoader