TensorFlow Datasets
TensorFlow Datasets is a collection of datasets ready to use,with TensorFlow or other Python ML frameworks, such as Jax. All datasets are exposedastf.data.Datasets,enabling easy-to-use and high-performance input pipelines. To get started seetheguide andthelist of datasets.
Installation and Setup
You need to installtensorflow
andtensorflow-datasets
python packages.
pip install tensorflow
pip install tensorflow-dataset
Document Loader
See ausage example.
from langchain_community.document_loadersimport TensorflowDatasetLoader
API Reference:TensorflowDatasetLoader