tfds-nightly 4.9.9.dev202506020045__py3-none-any.whl → 4.9.9.dev202506030044__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1603) hide show
  1. tensorflow_datasets/__init__.py +1 -1
  2. tensorflow_datasets/audio/__init__.py +1 -1
  3. tensorflow_datasets/audio/accentdb.py +1 -1
  4. tensorflow_datasets/audio/commonvoice.py +1 -1
  5. tensorflow_datasets/audio/commonvoice_test.py +1 -1
  6. tensorflow_datasets/audio/crema_d.py +1 -1
  7. tensorflow_datasets/audio/crema_d_test.py +1 -1
  8. tensorflow_datasets/audio/dementiabank.py +1 -1
  9. tensorflow_datasets/audio/dementiabank_test.py +1 -1
  10. tensorflow_datasets/audio/fuss.py +1 -1
  11. tensorflow_datasets/audio/fuss_test.py +1 -1
  12. tensorflow_datasets/audio/groove.py +1 -1
  13. tensorflow_datasets/audio/gtzan/__init__.py +1 -1
  14. tensorflow_datasets/audio/gtzan/dummy_data_generation.py +1 -1
  15. tensorflow_datasets/audio/gtzan/gtzan.py +1 -1
  16. tensorflow_datasets/audio/gtzan/gtzan_test.py +1 -1
  17. tensorflow_datasets/audio/gtzan_music_speech/__init__.py +1 -1
  18. tensorflow_datasets/audio/gtzan_music_speech/dummy_data_generation.py +1 -1
  19. tensorflow_datasets/audio/gtzan_music_speech/gtzan_music_speech.py +1 -1
  20. tensorflow_datasets/audio/gtzan_music_speech/gtzan_music_speech_test.py +1 -1
  21. tensorflow_datasets/audio/librispeech.py +1 -1
  22. tensorflow_datasets/audio/libritts.py +1 -1
  23. tensorflow_datasets/audio/ljspeech.py +1 -1
  24. tensorflow_datasets/audio/nsynth.py +1 -1
  25. tensorflow_datasets/audio/savee.py +1 -1
  26. tensorflow_datasets/audio/speech_commands.py +1 -1
  27. tensorflow_datasets/audio/spoken_digit/__init__.py +1 -1
  28. tensorflow_datasets/audio/spoken_digit/spoken_digit.py +1 -1
  29. tensorflow_datasets/audio/tedlium.py +1 -1
  30. tensorflow_datasets/audio/userlibri_audio_data/__init__.py +1 -1
  31. tensorflow_datasets/audio/userlibri_audio_data/userlibri_audio_data.py +1 -1
  32. tensorflow_datasets/audio/userlibri_audio_data/userlibri_audio_data_test.py +1 -1
  33. tensorflow_datasets/audio/vctk.py +1 -1
  34. tensorflow_datasets/audio/vctk_test.py +1 -1
  35. tensorflow_datasets/audio/voxceleb.py +1 -1
  36. tensorflow_datasets/audio/voxceleb_test.py +1 -1
  37. tensorflow_datasets/audio/voxforge.py +1 -1
  38. tensorflow_datasets/audio/voxforge_test.py +1 -1
  39. tensorflow_datasets/audio/xtreme_s/__init__.py +1 -1
  40. tensorflow_datasets/audio/xtreme_s/dummy_data_generation.py +1 -1
  41. tensorflow_datasets/audio/xtreme_s/xtreme_s.py +1 -1
  42. tensorflow_datasets/audio/xtreme_s/xtreme_s_test.py +1 -1
  43. tensorflow_datasets/audio/yesno/__init__.py +1 -1
  44. tensorflow_datasets/audio/yesno/dummy_data_generation.py +1 -1
  45. tensorflow_datasets/audio/yesno/yesno.py +1 -1
  46. tensorflow_datasets/audio/yesno/yesno_test.py +1 -1
  47. tensorflow_datasets/conftest.py +1 -1
  48. tensorflow_datasets/core/__init__.py +1 -1
  49. tensorflow_datasets/core/as_dataframe.py +1 -1
  50. tensorflow_datasets/core/as_dataframe_test.py +1 -1
  51. tensorflow_datasets/core/beam_utils.py +1 -1
  52. tensorflow_datasets/core/beam_utils_test.py +1 -1
  53. tensorflow_datasets/core/community/__init__.py +1 -1
  54. tensorflow_datasets/core/community/cache.py +1 -1
  55. tensorflow_datasets/core/community/config.py +1 -1
  56. tensorflow_datasets/core/community/config_test.py +1 -1
  57. tensorflow_datasets/core/community/dataset_sources.py +1 -1
  58. tensorflow_datasets/core/community/dataset_sources_test.py +1 -1
  59. tensorflow_datasets/core/community/huggingface_wrapper.py +1 -1
  60. tensorflow_datasets/core/community/huggingface_wrapper_test.py +1 -1
  61. tensorflow_datasets/core/community/load.py +1 -1
  62. tensorflow_datasets/core/community/load_test.py +1 -1
  63. tensorflow_datasets/core/community/register_base.py +1 -1
  64. tensorflow_datasets/core/community/register_package.py +1 -1
  65. tensorflow_datasets/core/community/register_package_test.py +1 -1
  66. tensorflow_datasets/core/community/register_path.py +1 -1
  67. tensorflow_datasets/core/community/register_path_test.py +1 -1
  68. tensorflow_datasets/core/community/registry.py +1 -1
  69. tensorflow_datasets/core/community/registry_test.py +1 -1
  70. tensorflow_datasets/core/constants.py +1 -1
  71. tensorflow_datasets/core/data_sources/__init__.py +1 -1
  72. tensorflow_datasets/core/data_sources/array_record.py +1 -1
  73. tensorflow_datasets/core/data_sources/base.py +1 -1
  74. tensorflow_datasets/core/data_sources/base_test.py +1 -1
  75. tensorflow_datasets/core/data_sources/parquet.py +1 -1
  76. tensorflow_datasets/core/data_sources/python.py +1 -1
  77. tensorflow_datasets/core/data_sources/python_test.py +1 -1
  78. tensorflow_datasets/core/dataset_builder.py +1 -1
  79. tensorflow_datasets/core/dataset_builder_beam_test.py +1 -1
  80. tensorflow_datasets/core/dataset_builder_notfdv_test.py +1 -1
  81. tensorflow_datasets/core/dataset_builder_read_test.py +1 -1
  82. tensorflow_datasets/core/dataset_builder_test.py +1 -1
  83. tensorflow_datasets/core/dataset_builders/__init__.py +1 -1
  84. tensorflow_datasets/core/dataset_builders/adhoc_builder.py +1 -1
  85. tensorflow_datasets/core/dataset_builders/adhoc_builder_test.py +1 -1
  86. tensorflow_datasets/core/dataset_builders/conll/__init__.py +1 -1
  87. tensorflow_datasets/core/dataset_builders/conll/conll_dataset_builder.py +1 -1
  88. tensorflow_datasets/core/dataset_builders/conll/conll_dataset_builder_test.py +1 -1
  89. tensorflow_datasets/core/dataset_builders/conll/conll_dataset_builder_utils.py +1 -1
  90. tensorflow_datasets/core/dataset_builders/conll/conllu_dataset_builder.py +1 -1
  91. tensorflow_datasets/core/dataset_builders/conll/conllu_dataset_builder_test.py +1 -1
  92. tensorflow_datasets/core/dataset_builders/conll/conllu_dataset_builder_utils.py +1 -1
  93. tensorflow_datasets/core/dataset_builders/conll/conllu_dataset_builder_utils_test.py +1 -1
  94. tensorflow_datasets/core/dataset_builders/croissant_builder.py +1 -1
  95. tensorflow_datasets/core/dataset_builders/croissant_builder_test.py +1 -1
  96. tensorflow_datasets/core/dataset_builders/huggingface_dataset_builder.py +1 -1
  97. tensorflow_datasets/core/dataset_builders/huggingface_dataset_builder_test.py +1 -1
  98. tensorflow_datasets/core/dataset_builders/view_builder.py +1 -1
  99. tensorflow_datasets/core/dataset_builders/view_builder_test.py +1 -1
  100. tensorflow_datasets/core/dataset_collection_builder.py +1 -1
  101. tensorflow_datasets/core/dataset_collection_builder_test.py +1 -1
  102. tensorflow_datasets/core/dataset_info.py +1 -1
  103. tensorflow_datasets/core/dataset_info_test.py +1 -1
  104. tensorflow_datasets/core/dataset_metadata.py +1 -1
  105. tensorflow_datasets/core/dataset_metadata_test.py +1 -1
  106. tensorflow_datasets/core/dataset_registered_test.py +1 -1
  107. tensorflow_datasets/core/dataset_utils.py +1 -1
  108. tensorflow_datasets/core/dataset_utils_test.py +1 -1
  109. tensorflow_datasets/core/decode/__init__.py +1 -1
  110. tensorflow_datasets/core/decode/base.py +1 -1
  111. tensorflow_datasets/core/decode/base_test.py +1 -1
  112. tensorflow_datasets/core/decode/partial_decode.py +1 -1
  113. tensorflow_datasets/core/decode/partial_decode_test.py +1 -1
  114. tensorflow_datasets/core/deprecated/__init__.py +1 -1
  115. tensorflow_datasets/core/deprecated/text/__init__.py +1 -1
  116. tensorflow_datasets/core/deprecated/text/subword_text_encoder.py +1 -1
  117. tensorflow_datasets/core/deprecated/text/subword_text_encoder_test.py +1 -1
  118. tensorflow_datasets/core/deprecated/text/text_encoder.py +1 -1
  119. tensorflow_datasets/core/deprecated/text/text_encoder_test.py +1 -1
  120. tensorflow_datasets/core/download/__init__.py +1 -1
  121. tensorflow_datasets/core/download/checksums.py +1 -1
  122. tensorflow_datasets/core/download/checksums_test.py +1 -1
  123. tensorflow_datasets/core/download/download_manager.py +1 -1
  124. tensorflow_datasets/core/download/download_manager_test.py +1 -1
  125. tensorflow_datasets/core/download/downloader.py +1 -1
  126. tensorflow_datasets/core/download/downloader_test.py +1 -1
  127. tensorflow_datasets/core/download/extractor.py +1 -1
  128. tensorflow_datasets/core/download/extractor_test.py +1 -1
  129. tensorflow_datasets/core/download/kaggle.py +1 -1
  130. tensorflow_datasets/core/download/kaggle_test.py +1 -1
  131. tensorflow_datasets/core/download/resource.py +1 -1
  132. tensorflow_datasets/core/download/resource_test.py +1 -1
  133. tensorflow_datasets/core/download/util.py +1 -1
  134. tensorflow_datasets/core/example_parser.py +1 -1
  135. tensorflow_datasets/core/example_parser_test.py +1 -1
  136. tensorflow_datasets/core/example_serializer.py +1 -1
  137. tensorflow_datasets/core/example_serializer_test.py +1 -1
  138. tensorflow_datasets/core/features/__init__.py +1 -1
  139. tensorflow_datasets/core/features/audio_feature.py +1 -1
  140. tensorflow_datasets/core/features/audio_feature_test.py +1 -1
  141. tensorflow_datasets/core/features/bounding_boxes.py +1 -1
  142. tensorflow_datasets/core/features/bounding_boxes_test.py +1 -1
  143. tensorflow_datasets/core/features/bounding_boxes_utils.py +1 -1
  144. tensorflow_datasets/core/features/bounding_boxes_utils_test.py +1 -1
  145. tensorflow_datasets/core/features/class_label_feature.py +1 -1
  146. tensorflow_datasets/core/features/class_label_feature_test.py +1 -1
  147. tensorflow_datasets/core/features/dataset_feature.py +1 -1
  148. tensorflow_datasets/core/features/dataset_feature_test.py +1 -1
  149. tensorflow_datasets/core/features/feature.py +1 -1
  150. tensorflow_datasets/core/features/feature_test.py +1 -1
  151. tensorflow_datasets/core/features/features_dict.py +1 -1
  152. tensorflow_datasets/core/features/features_test.py +1 -1
  153. tensorflow_datasets/core/features/image_feature.py +1 -1
  154. tensorflow_datasets/core/features/image_feature_test.py +1 -1
  155. tensorflow_datasets/core/features/labeled_image.py +1 -1
  156. tensorflow_datasets/core/features/labeled_image_test.py +1 -1
  157. tensorflow_datasets/core/features/optional_feature_test.py +1 -1
  158. tensorflow_datasets/core/features/scalar.py +1 -1
  159. tensorflow_datasets/core/features/scalar_test.py +1 -1
  160. tensorflow_datasets/core/features/sequence_feature.py +1 -1
  161. tensorflow_datasets/core/features/sequence_feature_test.py +1 -1
  162. tensorflow_datasets/core/features/tensor_feature.py +1 -1
  163. tensorflow_datasets/core/features/tensor_feature_test.py +1 -1
  164. tensorflow_datasets/core/features/test_feature.py +1 -1
  165. tensorflow_datasets/core/features/text_feature.py +1 -1
  166. tensorflow_datasets/core/features/text_feature_test.py +1 -1
  167. tensorflow_datasets/core/features/top_level_feature.py +1 -1
  168. tensorflow_datasets/core/features/top_level_feature_test.py +1 -1
  169. tensorflow_datasets/core/features/translation_feature.py +1 -1
  170. tensorflow_datasets/core/features/translation_feature_test.py +1 -1
  171. tensorflow_datasets/core/features/video_feature.py +1 -1
  172. tensorflow_datasets/core/features/video_feature_test.py +1 -1
  173. tensorflow_datasets/core/file_adapters.py +1 -1
  174. tensorflow_datasets/core/file_adapters_test.py +1 -1
  175. tensorflow_datasets/core/folder_dataset/__init__.py +1 -1
  176. tensorflow_datasets/core/folder_dataset/compute_split_utils.py +1 -1
  177. tensorflow_datasets/core/folder_dataset/compute_split_utils_test.py +1 -1
  178. tensorflow_datasets/core/folder_dataset/image_folder.py +1 -1
  179. tensorflow_datasets/core/folder_dataset/image_folder_test.py +1 -1
  180. tensorflow_datasets/core/folder_dataset/translate_folder.py +1 -1
  181. tensorflow_datasets/core/folder_dataset/translate_folder_test.py +1 -1
  182. tensorflow_datasets/core/folder_dataset/write_metadata_utils.py +1 -1
  183. tensorflow_datasets/core/folder_dataset/write_metadata_utils_test.py +1 -1
  184. tensorflow_datasets/core/github_api/__init__.py +1 -1
  185. tensorflow_datasets/core/github_api/github_path.py +1 -1
  186. tensorflow_datasets/core/github_api/github_path_test.py +1 -1
  187. tensorflow_datasets/core/hashing.py +1 -1
  188. tensorflow_datasets/core/hashing_test.py +1 -1
  189. tensorflow_datasets/core/lazy_builder_import.py +1 -1
  190. tensorflow_datasets/core/lazy_builder_import_test.py +1 -1
  191. tensorflow_datasets/core/lazy_imports_lib.py +1 -1
  192. tensorflow_datasets/core/lazy_imports_lib_test.py +1 -1
  193. tensorflow_datasets/core/load.py +1 -1
  194. tensorflow_datasets/core/load_test.py +1 -1
  195. tensorflow_datasets/core/logging/__init__.py +1 -1
  196. tensorflow_datasets/core/logging/base_logger.py +1 -1
  197. tensorflow_datasets/core/logging/call_metadata.py +1 -1
  198. tensorflow_datasets/core/logging/logging_logger.py +1 -1
  199. tensorflow_datasets/core/naming.py +1 -1
  200. tensorflow_datasets/core/naming_test.py +1 -1
  201. tensorflow_datasets/core/proto/__init__.py +1 -1
  202. tensorflow_datasets/core/proto/dataset_info_generated_pb2.py +1 -1
  203. tensorflow_datasets/core/proto/feature_generated_pb2.py +1 -1
  204. tensorflow_datasets/core/read_only_builder.py +1 -1
  205. tensorflow_datasets/core/read_only_builder_test.py +1 -1
  206. tensorflow_datasets/core/reader.py +1 -1
  207. tensorflow_datasets/core/reader_test.py +1 -1
  208. tensorflow_datasets/core/registered.py +1 -1
  209. tensorflow_datasets/core/registered_test.py +1 -1
  210. tensorflow_datasets/core/sequential_writer.py +1 -1
  211. tensorflow_datasets/core/sequential_writer_test.py +1 -1
  212. tensorflow_datasets/core/shuffle.py +1 -1
  213. tensorflow_datasets/core/shuffle_test.py +1 -1
  214. tensorflow_datasets/core/split_builder.py +1 -1
  215. tensorflow_datasets/core/split_builder_test.py +1 -1
  216. tensorflow_datasets/core/splits.py +1 -1
  217. tensorflow_datasets/core/splits_test.py +1 -1
  218. tensorflow_datasets/core/subsplits_utils.py +1 -1
  219. tensorflow_datasets/core/subsplits_utils_test.py +1 -1
  220. tensorflow_datasets/core/tf_compat.py +1 -1
  221. tensorflow_datasets/core/transform/__init__.py +1 -1
  222. tensorflow_datasets/core/transform/transform_lib.py +1 -1
  223. tensorflow_datasets/core/transform/transform_lib_test.py +1 -1
  224. tensorflow_datasets/core/units.py +1 -1
  225. tensorflow_datasets/core/units_test.py +1 -1
  226. tensorflow_datasets/core/utils/__init__.py +1 -1
  227. tensorflow_datasets/core/utils/benchmark.py +1 -1
  228. tensorflow_datasets/core/utils/benchmark_test.py +1 -1
  229. tensorflow_datasets/core/utils/bool_utils.py +1 -1
  230. tensorflow_datasets/core/utils/bool_utils_test.py +1 -1
  231. tensorflow_datasets/core/utils/conversion_utils.py +1 -1
  232. tensorflow_datasets/core/utils/conversion_utils_test.py +1 -1
  233. tensorflow_datasets/core/utils/croissant_utils.py +1 -1
  234. tensorflow_datasets/core/utils/croissant_utils_test.py +1 -1
  235. tensorflow_datasets/core/utils/docs.py +1 -1
  236. tensorflow_datasets/core/utils/dtype_utils.py +1 -1
  237. tensorflow_datasets/core/utils/dtype_utils_test.py +1 -1
  238. tensorflow_datasets/core/utils/error_utils.py +1 -1
  239. tensorflow_datasets/core/utils/error_utils_test.py +1 -1
  240. tensorflow_datasets/core/utils/file_utils.py +1 -1
  241. tensorflow_datasets/core/utils/file_utils_test.py +1 -1
  242. tensorflow_datasets/core/utils/gcs_utils.py +1 -1
  243. tensorflow_datasets/core/utils/gcs_utils_test.py +1 -1
  244. tensorflow_datasets/core/utils/huggingface_utils.py +1 -1
  245. tensorflow_datasets/core/utils/huggingface_utils_test.py +1 -1
  246. tensorflow_datasets/core/utils/image_utils.py +1 -1
  247. tensorflow_datasets/core/utils/image_utils_test.py +1 -1
  248. tensorflow_datasets/core/utils/lazy_imports_utils.py +1 -1
  249. tensorflow_datasets/core/utils/lazy_imports_utils_untyped.py +1 -1
  250. tensorflow_datasets/core/utils/np_utils.py +1 -1
  251. tensorflow_datasets/core/utils/np_utils_test.py +1 -1
  252. tensorflow_datasets/core/utils/py_utils.py +1 -1
  253. tensorflow_datasets/core/utils/py_utils_test.py +1 -1
  254. tensorflow_datasets/core/utils/read_config.py +1 -1
  255. tensorflow_datasets/core/utils/resource_utils.py +1 -1
  256. tensorflow_datasets/core/utils/resource_utils_test.py +1 -1
  257. tensorflow_datasets/core/utils/shard_utils.py +1 -1
  258. tensorflow_datasets/core/utils/shard_utils_test.py +1 -1
  259. tensorflow_datasets/core/utils/tf_utils.py +1 -1
  260. tensorflow_datasets/core/utils/tf_utils_test.py +1 -1
  261. tensorflow_datasets/core/utils/tqdm_utils.py +1 -1
  262. tensorflow_datasets/core/utils/tqdm_utils_test.py +1 -1
  263. tensorflow_datasets/core/utils/type_utils.py +1 -1
  264. tensorflow_datasets/core/utils/version.py +1 -1
  265. tensorflow_datasets/core/utils/version_test.py +1 -1
  266. tensorflow_datasets/core/visibility.py +1 -1
  267. tensorflow_datasets/core/visibility_test.py +1 -1
  268. tensorflow_datasets/core/visualization/__init__.py +1 -1
  269. tensorflow_datasets/core/visualization/graph_visualizer.py +1 -1
  270. tensorflow_datasets/core/visualization/image_visualizer.py +1 -1
  271. tensorflow_datasets/core/visualization/show_examples.py +1 -1
  272. tensorflow_datasets/core/visualization/show_examples_test.py +1 -1
  273. tensorflow_datasets/core/visualization/visualizer.py +1 -1
  274. tensorflow_datasets/core/writer.py +1 -1
  275. tensorflow_datasets/core/writer_test.py +1 -1
  276. tensorflow_datasets/d4rl/__init__.py +1 -1
  277. tensorflow_datasets/d4rl/d4rl_adroit_door/__init__.py +1 -1
  278. tensorflow_datasets/d4rl/d4rl_adroit_door/d4rl_adroit_door.py +1 -1
  279. tensorflow_datasets/d4rl/d4rl_adroit_door/d4rl_adroit_door_test.py +1 -1
  280. tensorflow_datasets/d4rl/d4rl_adroit_hammer/__init__.py +1 -1
  281. tensorflow_datasets/d4rl/d4rl_adroit_hammer/d4rl_adroit_hammer.py +1 -1
  282. tensorflow_datasets/d4rl/d4rl_adroit_hammer/d4rl_adroit_hammer_test.py +1 -1
  283. tensorflow_datasets/d4rl/d4rl_adroit_pen/__init__.py +1 -1
  284. tensorflow_datasets/d4rl/d4rl_adroit_pen/d4rl_adroit_pen.py +1 -1
  285. tensorflow_datasets/d4rl/d4rl_adroit_pen/d4rl_adroit_pen_test.py +1 -1
  286. tensorflow_datasets/d4rl/d4rl_adroit_relocate/__init__.py +1 -1
  287. tensorflow_datasets/d4rl/d4rl_adroit_relocate/d4rl_adroit_relocate.py +1 -1
  288. tensorflow_datasets/d4rl/d4rl_adroit_relocate/d4rl_adroit_relocate_test.py +1 -1
  289. tensorflow_datasets/d4rl/d4rl_antmaze/__init__.py +1 -1
  290. tensorflow_datasets/d4rl/d4rl_antmaze/d4rl_antmaze.py +1 -1
  291. tensorflow_datasets/d4rl/d4rl_antmaze/d4rl_antmaze_test.py +1 -1
  292. tensorflow_datasets/d4rl/d4rl_mujoco_ant/__init__.py +1 -1
  293. tensorflow_datasets/d4rl/d4rl_mujoco_ant/d4rl_mujoco_ant.py +1 -1
  294. tensorflow_datasets/d4rl/d4rl_mujoco_ant/d4rl_mujoco_ant_test.py +1 -1
  295. tensorflow_datasets/d4rl/d4rl_mujoco_halfcheetah/__init__.py +1 -1
  296. tensorflow_datasets/d4rl/d4rl_mujoco_halfcheetah/d4rl_mujoco_halfcheetah.py +1 -1
  297. tensorflow_datasets/d4rl/d4rl_mujoco_halfcheetah/d4rl_mujoco_halfcheetah_test.py +1 -1
  298. tensorflow_datasets/d4rl/d4rl_mujoco_hopper/__init__.py +1 -1
  299. tensorflow_datasets/d4rl/d4rl_mujoco_hopper/d4rl_mujoco_hopper.py +1 -1
  300. tensorflow_datasets/d4rl/d4rl_mujoco_hopper/d4rl_mujoco_hopper_test.py +1 -1
  301. tensorflow_datasets/d4rl/d4rl_mujoco_walker2d/__init__.py +1 -1
  302. tensorflow_datasets/d4rl/d4rl_mujoco_walker2d/d4rl_mujoco_walker2d.py +1 -1
  303. tensorflow_datasets/d4rl/d4rl_mujoco_walker2d/d4rl_mujoco_walker2d_test.py +1 -1
  304. tensorflow_datasets/d4rl/dataset_builder.py +1 -1
  305. tensorflow_datasets/d4rl/dataset_builder_test.py +1 -1
  306. tensorflow_datasets/d4rl/dataset_utils.py +1 -1
  307. tensorflow_datasets/dataset_collections/__init__.py +1 -1
  308. tensorflow_datasets/dataset_collections/longt5/__init__.py +1 -1
  309. tensorflow_datasets/dataset_collections/longt5/longt5.py +1 -1
  310. tensorflow_datasets/dataset_collections/longt5/longt5_test.py +1 -1
  311. tensorflow_datasets/dataset_collections/xtreme/__init__.py +1 -1
  312. tensorflow_datasets/dataset_collections/xtreme/xtreme.py +1 -1
  313. tensorflow_datasets/dataset_collections/xtreme/xtreme_test.py +1 -1
  314. tensorflow_datasets/datasets/abstract_reasoning/__init__.py +1 -1
  315. tensorflow_datasets/datasets/abstract_reasoning/abstract_reasoning_dataset_builder.py +1 -1
  316. tensorflow_datasets/datasets/abstract_reasoning/abstract_reasoning_dataset_builder_test.py +1 -1
  317. tensorflow_datasets/datasets/accentdb/__init__.py +1 -1
  318. tensorflow_datasets/datasets/accentdb/accentdb_dataset_builder.py +1 -1
  319. tensorflow_datasets/datasets/accentdb/accentdb_dataset_builder_test.py +1 -1
  320. tensorflow_datasets/datasets/aeslc/__init__.py +1 -1
  321. tensorflow_datasets/datasets/aeslc/aeslc_dataset_builder.py +1 -1
  322. tensorflow_datasets/datasets/aeslc/aeslc_dataset_builder_test.py +1 -1
  323. tensorflow_datasets/datasets/aflw2k3d/__init__.py +1 -1
  324. tensorflow_datasets/datasets/aflw2k3d/aflw2k3d_dataset_builder.py +1 -1
  325. tensorflow_datasets/datasets/aflw2k3d/aflw2k3d_dataset_builder_test.py +1 -1
  326. tensorflow_datasets/datasets/ag_news_subset/__init__.py +1 -1
  327. tensorflow_datasets/datasets/ag_news_subset/ag_news_subset_dataset_builder.py +1 -1
  328. tensorflow_datasets/datasets/ag_news_subset/ag_news_subset_dataset_builder_test.py +1 -1
  329. tensorflow_datasets/datasets/ai2_arc/__init__.py +1 -1
  330. tensorflow_datasets/datasets/ai2_arc/ai2_arc_dataset_builder.py +1 -1
  331. tensorflow_datasets/datasets/ai2_arc/ai2_arc_dataset_builder_test.py +1 -1
  332. tensorflow_datasets/datasets/ai2_arc_with_ir/__init__.py +1 -1
  333. tensorflow_datasets/datasets/ai2_arc_with_ir/ai2_arc_with_ir_dataset_builder.py +1 -1
  334. tensorflow_datasets/datasets/ai2_arc_with_ir/ai2_arc_with_ir_dataset_builder_test.py +1 -1
  335. tensorflow_datasets/datasets/ai2dcaption/__init__.py +1 -1
  336. tensorflow_datasets/datasets/ai2dcaption/ai2dcaption_dataset_builder.py +1 -1
  337. tensorflow_datasets/datasets/amazon_us_reviews/__init__.py +1 -1
  338. tensorflow_datasets/datasets/amazon_us_reviews/amazon_us_reviews_dataset_builder.py +1 -1
  339. tensorflow_datasets/datasets/amazon_us_reviews/amazon_us_reviews_dataset_builder_test.py +1 -1
  340. tensorflow_datasets/datasets/anli/__init__.py +1 -1
  341. tensorflow_datasets/datasets/anli/anli_dataset_builder.py +1 -1
  342. tensorflow_datasets/datasets/anli/anli_dataset_builder_test.py +1 -1
  343. tensorflow_datasets/datasets/answer_equivalence/__init__.py +1 -1
  344. tensorflow_datasets/datasets/answer_equivalence/answer_equivalence_dataset_builder.py +1 -1
  345. tensorflow_datasets/datasets/answer_equivalence/answer_equivalence_dataset_builder_test.py +1 -1
  346. tensorflow_datasets/datasets/arc/__init__.py +1 -1
  347. tensorflow_datasets/datasets/arc/arc_dataset_builder.py +1 -1
  348. tensorflow_datasets/datasets/arc/arc_dataset_builder_test.py +1 -1
  349. tensorflow_datasets/datasets/asqa/__init__.py +1 -1
  350. tensorflow_datasets/datasets/asqa/asqa_dataset_builder.py +1 -1
  351. tensorflow_datasets/datasets/asqa/asqa_dataset_builder_test.py +1 -1
  352. tensorflow_datasets/datasets/asset/__init__.py +1 -1
  353. tensorflow_datasets/datasets/asset/asset_dataset_builder.py +1 -1
  354. tensorflow_datasets/datasets/asset/asset_dataset_builder_test.py +1 -1
  355. tensorflow_datasets/datasets/assin2/__init__.py +1 -1
  356. tensorflow_datasets/datasets/assin2/assin2_dataset_builder.py +1 -1
  357. tensorflow_datasets/datasets/assin2/assin2_dataset_builder_test.py +1 -1
  358. tensorflow_datasets/datasets/assin2/assin2_utils.py +1 -1
  359. tensorflow_datasets/datasets/assin2/assin2_utils_test.py +1 -1
  360. tensorflow_datasets/datasets/bair_robot_pushing_small/__init__.py +1 -1
  361. tensorflow_datasets/datasets/bair_robot_pushing_small/bair_robot_pushing_small_dataset_builder.py +1 -1
  362. tensorflow_datasets/datasets/bair_robot_pushing_small/bair_robot_pushing_small_dataset_builder_test.py +1 -1
  363. tensorflow_datasets/datasets/bccd/__init__.py +1 -1
  364. tensorflow_datasets/datasets/bccd/bccd_dataset_builder.py +1 -1
  365. tensorflow_datasets/datasets/bccd/bccd_dataset_builder_test.py +1 -1
  366. tensorflow_datasets/datasets/bccd/dummy_data_generation.py +1 -1
  367. tensorflow_datasets/datasets/beans/__init__.py +1 -1
  368. tensorflow_datasets/datasets/beans/beans_dataset_builder.py +1 -1
  369. tensorflow_datasets/datasets/beans/beans_dataset_builder_test.py +1 -1
  370. tensorflow_datasets/datasets/bee_dataset/__init__.py +1 -1
  371. tensorflow_datasets/datasets/bee_dataset/bee_dataset_dataset_builder.py +1 -1
  372. tensorflow_datasets/datasets/bee_dataset/bee_dataset_dataset_builder_test.py +1 -1
  373. tensorflow_datasets/datasets/beir/__init__.py +1 -1
  374. tensorflow_datasets/datasets/beir/beir_dataset_builder.py +1 -1
  375. tensorflow_datasets/datasets/beir/beir_dataset_builder_test.py +1 -1
  376. tensorflow_datasets/datasets/big_patent/__init__.py +1 -1
  377. tensorflow_datasets/datasets/big_patent/big_patent_dataset_builder.py +1 -1
  378. tensorflow_datasets/datasets/big_patent/big_patent_dataset_builder_test.py +1 -1
  379. tensorflow_datasets/datasets/bigearthnet/__init__.py +1 -1
  380. tensorflow_datasets/datasets/bigearthnet/bigearthnet_dataset_builder.py +1 -1
  381. tensorflow_datasets/datasets/bigearthnet/bigearthnet_dataset_builder_test.py +1 -1
  382. tensorflow_datasets/datasets/billsum/__init__.py +1 -1
  383. tensorflow_datasets/datasets/billsum/billsum_dataset_builder.py +1 -1
  384. tensorflow_datasets/datasets/billsum/billsum_dataset_builder_test.py +1 -1
  385. tensorflow_datasets/datasets/binarized_mnist/__init__.py +1 -1
  386. tensorflow_datasets/datasets/binarized_mnist/binarized_mnist_dataset_builder.py +1 -1
  387. tensorflow_datasets/datasets/binarized_mnist/binarized_mnist_dataset_builder_test.py +1 -1
  388. tensorflow_datasets/datasets/binary_alpha_digits/__init__.py +1 -1
  389. tensorflow_datasets/datasets/binary_alpha_digits/binary_alpha_digits_dataset_builder.py +1 -1
  390. tensorflow_datasets/datasets/binary_alpha_digits/binary_alpha_digits_dataset_builder_test.py +1 -1
  391. tensorflow_datasets/datasets/ble_wind_field/__init__.py +1 -1
  392. tensorflow_datasets/datasets/ble_wind_field/ble_wind_field_dataset_builder.py +1 -1
  393. tensorflow_datasets/datasets/ble_wind_field/ble_wind_field_dataset_builder_test.py +1 -1
  394. tensorflow_datasets/datasets/blimp/__init__.py +1 -1
  395. tensorflow_datasets/datasets/blimp/blimp_dataset_builder.py +1 -1
  396. tensorflow_datasets/datasets/blimp/blimp_dataset_builder_test.py +1 -1
  397. tensorflow_datasets/datasets/booksum/__init__.py +1 -1
  398. tensorflow_datasets/datasets/booksum/booksum_dataset_builder.py +1 -1
  399. tensorflow_datasets/datasets/booksum/booksum_dataset_builder_test.py +1 -1
  400. tensorflow_datasets/datasets/bool_q/__init__.py +1 -1
  401. tensorflow_datasets/datasets/bool_q/bool_q_dataset_builder.py +1 -1
  402. tensorflow_datasets/datasets/bool_q/bool_q_dataset_builder_test.py +1 -1
  403. tensorflow_datasets/datasets/bot_adversarial_dialogue/__init__.py +1 -1
  404. tensorflow_datasets/datasets/bot_adversarial_dialogue/bot_adversarial_dialogue_dataset_builder.py +1 -1
  405. tensorflow_datasets/datasets/bot_adversarial_dialogue/bot_adversarial_dialogue_dataset_builder_test.py +1 -1
  406. tensorflow_datasets/datasets/bucc/__init__.py +1 -1
  407. tensorflow_datasets/datasets/bucc/bucc_dataset_builder.py +1 -1
  408. tensorflow_datasets/datasets/bucc/bucc_dataset_builder_test.py +1 -1
  409. tensorflow_datasets/datasets/caltech101/__init__.py +1 -1
  410. tensorflow_datasets/datasets/caltech101/caltech101_dataset_builder.py +1 -1
  411. tensorflow_datasets/datasets/caltech101/caltech101_dataset_builder_test.py +1 -1
  412. tensorflow_datasets/datasets/celeb_a/__init__.py +1 -1
  413. tensorflow_datasets/datasets/celeb_a/celeb_a_dataset_builder.py +1 -1
  414. tensorflow_datasets/datasets/celeb_a/celeb_a_dataset_builder_test.py +1 -1
  415. tensorflow_datasets/datasets/celeb_a_hq/__init__.py +1 -1
  416. tensorflow_datasets/datasets/celeb_a_hq/celeb_a_hq_dataset_builder.py +1 -1
  417. tensorflow_datasets/datasets/celeb_a_hq/celeb_a_hq_dataset_builder_test.py +1 -1
  418. tensorflow_datasets/datasets/cityscapes/__init__.py +1 -1
  419. tensorflow_datasets/datasets/cityscapes/cityscapes_dataset_builder.py +1 -1
  420. tensorflow_datasets/datasets/cityscapes/cityscapes_dataset_builder_test.py +1 -1
  421. tensorflow_datasets/datasets/clevr/__init__.py +1 -1
  422. tensorflow_datasets/datasets/clevr/clevr_dataset_builder.py +1 -1
  423. tensorflow_datasets/datasets/clevr/clevr_dataset_builder_test.py +1 -1
  424. tensorflow_datasets/datasets/clic/__init__.py +1 -1
  425. tensorflow_datasets/datasets/clic/clic_dataset_builder.py +1 -1
  426. tensorflow_datasets/datasets/clic/clic_dataset_builder_test.py +1 -1
  427. tensorflow_datasets/datasets/coil100/__init__.py +1 -1
  428. tensorflow_datasets/datasets/coil100/coil100_dataset_builder.py +1 -1
  429. tensorflow_datasets/datasets/coil100/coil100_dataset_builder_test.py +1 -1
  430. tensorflow_datasets/datasets/corr2cause/__init__.py +1 -1
  431. tensorflow_datasets/datasets/corr2cause/corr2cause_dataset_builder.py +1 -1
  432. tensorflow_datasets/datasets/corr2cause/corr2cause_dataset_builder_test.py +1 -1
  433. tensorflow_datasets/datasets/databricks_dolly/__init__.py +1 -1
  434. tensorflow_datasets/datasets/databricks_dolly/databricks_dolly_dataset_builder.py +1 -1
  435. tensorflow_datasets/datasets/databricks_dolly/databricks_dolly_dataset_builder_test.py +1 -1
  436. tensorflow_datasets/datasets/dices/__init__.py +1 -1
  437. tensorflow_datasets/datasets/dices/dices_dataset_builder.py +1 -1
  438. tensorflow_datasets/datasets/dices/dices_dataset_builder_test.py +1 -1
  439. tensorflow_datasets/datasets/div2k/__init__.py +1 -1
  440. tensorflow_datasets/datasets/div2k/div2k_dataset_builder.py +1 -1
  441. tensorflow_datasets/datasets/div2k/div2k_dataset_builder_test.py +1 -1
  442. tensorflow_datasets/datasets/dolma/__init__.py +1 -1
  443. tensorflow_datasets/datasets/dolma/dolma_dataset_builder.py +1 -1
  444. tensorflow_datasets/datasets/dolma/dolma_dataset_builder_test.py +1 -1
  445. tensorflow_datasets/datasets/downsampled_imagenet/__init__.py +1 -1
  446. tensorflow_datasets/datasets/downsampled_imagenet/downsampled_imagenet_dataset_builder.py +1 -1
  447. tensorflow_datasets/datasets/downsampled_imagenet/downsampled_imagenet_dataset_builder_test.py +1 -1
  448. tensorflow_datasets/datasets/dsprites/__init__.py +1 -1
  449. tensorflow_datasets/datasets/dsprites/dsprites_dataset_builder.py +1 -1
  450. tensorflow_datasets/datasets/dsprites/dsprites_dataset_builder_test.py +1 -1
  451. tensorflow_datasets/datasets/duke_ultrasound/__init__.py +1 -1
  452. tensorflow_datasets/datasets/duke_ultrasound/duke_ultrasound_dataset_builder.py +1 -1
  453. tensorflow_datasets/datasets/duke_ultrasound/duke_ultrasound_dataset_builder_test.py +1 -1
  454. tensorflow_datasets/datasets/e2e_cleaned/__init__.py +1 -1
  455. tensorflow_datasets/datasets/e2e_cleaned/e2e_cleaned_dataset_builder.py +1 -1
  456. tensorflow_datasets/datasets/e2e_cleaned/e2e_cleaned_dataset_builder_test.py +1 -1
  457. tensorflow_datasets/datasets/efron_morris75/__init__.py +1 -1
  458. tensorflow_datasets/datasets/efron_morris75/efron_morris75_dataset_builder.py +1 -1
  459. tensorflow_datasets/datasets/efron_morris75/efron_morris75_dataset_builder_test.py +1 -1
  460. tensorflow_datasets/datasets/flic/__init__.py +1 -1
  461. tensorflow_datasets/datasets/flic/flic_dataset_builder.py +1 -1
  462. tensorflow_datasets/datasets/flic/flic_dataset_builder_test.py +1 -1
  463. tensorflow_datasets/datasets/groove/__init__.py +1 -1
  464. tensorflow_datasets/datasets/groove/groove_dataset_builder.py +1 -1
  465. tensorflow_datasets/datasets/groove/groove_dataset_builder_test.py +1 -1
  466. tensorflow_datasets/datasets/imagenet2012/__init__.py +1 -1
  467. tensorflow_datasets/datasets/imagenet2012/imagenet2012_dataset_builder.py +1 -1
  468. tensorflow_datasets/datasets/imagenet2012/imagenet2012_dataset_builder_test.py +1 -1
  469. tensorflow_datasets/datasets/imagenet2012/imagenet_common.py +1 -1
  470. tensorflow_datasets/datasets/imagenet2012_corrupted/__init__.py +1 -1
  471. tensorflow_datasets/datasets/imagenet2012_corrupted/imagenet2012_corrupted_dataset_builder.py +1 -1
  472. tensorflow_datasets/datasets/imagenet2012_corrupted/imagenet2012_corrupted_dataset_builder_test.py +1 -1
  473. tensorflow_datasets/datasets/imagenet2012_fewshot/__init__.py +1 -1
  474. tensorflow_datasets/datasets/imagenet2012_fewshot/imagenet2012_fewshot_dataset_builder.py +1 -1
  475. tensorflow_datasets/datasets/imagenet2012_fewshot/imagenet2012_fewshot_dataset_builder_test.py +1 -1
  476. tensorflow_datasets/datasets/imagenet2012_multilabel/__init__.py +1 -1
  477. tensorflow_datasets/datasets/imagenet2012_multilabel/imagenet2012_multilabel_dataset_builder.py +1 -1
  478. tensorflow_datasets/datasets/imagenet2012_multilabel/imagenet2012_multilabel_dataset_builder_test.py +1 -1
  479. tensorflow_datasets/datasets/imagenet2012_real/__init__.py +1 -1
  480. tensorflow_datasets/datasets/imagenet2012_real/imagenet2012_real_dataset_builder.py +1 -1
  481. tensorflow_datasets/datasets/imagenet2012_real/imagenet2012_real_dataset_builder_test.py +1 -1
  482. tensorflow_datasets/datasets/imagenet2012_subset/__init__.py +1 -1
  483. tensorflow_datasets/datasets/imagenet2012_subset/imagenet2012_subset_dataset_builder.py +1 -1
  484. tensorflow_datasets/datasets/imagenet2012_subset/imagenet2012_subset_dataset_builder_test.py +1 -1
  485. tensorflow_datasets/datasets/imagenet_a/__init__.py +1 -1
  486. tensorflow_datasets/datasets/imagenet_a/imagenet_a_dataset_builder.py +1 -1
  487. tensorflow_datasets/datasets/imagenet_a/imagenet_a_dataset_builder_test.py +1 -1
  488. tensorflow_datasets/datasets/imagenet_lt/__init__.py +1 -1
  489. tensorflow_datasets/datasets/imagenet_lt/imagenet_lt_dataset_builder.py +1 -1
  490. tensorflow_datasets/datasets/imagenet_lt/imagenet_lt_dataset_builder_test.py +1 -1
  491. tensorflow_datasets/datasets/imagenet_pi/__init__.py +1 -1
  492. tensorflow_datasets/datasets/imagenet_pi/imagenet_pi_dataset_builder.py +1 -1
  493. tensorflow_datasets/datasets/imagenet_pi/imagenet_pi_dataset_builder_test.py +1 -1
  494. tensorflow_datasets/datasets/imagenet_r/__init__.py +1 -1
  495. tensorflow_datasets/datasets/imagenet_r/imagenet_r_dataset_builder.py +1 -1
  496. tensorflow_datasets/datasets/imagenet_r/imagenet_r_dataset_builder_test.py +1 -1
  497. tensorflow_datasets/datasets/imagenet_resized/__init__.py +1 -1
  498. tensorflow_datasets/datasets/imagenet_resized/imagenet_resized_dataset_builder.py +1 -1
  499. tensorflow_datasets/datasets/imagenet_resized/imagenet_resized_dataset_builder_test.py +1 -1
  500. tensorflow_datasets/datasets/imagenet_sketch/__init__.py +1 -1
  501. tensorflow_datasets/datasets/imagenet_sketch/imagenet_sketch_dataset_builder.py +1 -1
  502. tensorflow_datasets/datasets/imagenet_sketch/imagenet_sketch_dataset_builder_test.py +1 -1
  503. tensorflow_datasets/datasets/imagenet_v2/__init__.py +1 -1
  504. tensorflow_datasets/datasets/imagenet_v2/imagenet_v2_dataset_builder.py +1 -1
  505. tensorflow_datasets/datasets/imagenet_v2/imagenet_v2_dataset_builder_test.py +1 -1
  506. tensorflow_datasets/datasets/imagenette/__init__.py +1 -1
  507. tensorflow_datasets/datasets/imagenette/imagenette_dataset_builder.py +1 -1
  508. tensorflow_datasets/datasets/imagenette/imagenette_dataset_builder_test.py +1 -1
  509. tensorflow_datasets/datasets/imagewang/__init__.py +1 -1
  510. tensorflow_datasets/datasets/imagewang/imagewang_dataset_builder.py +1 -1
  511. tensorflow_datasets/datasets/imagewang/imagewang_dataset_builder_test.py +1 -1
  512. tensorflow_datasets/datasets/imdb_reviews/__init__.py +1 -1
  513. tensorflow_datasets/datasets/imdb_reviews/imdb_reviews_dataset_builder.py +1 -1
  514. tensorflow_datasets/datasets/imdb_reviews/imdb_reviews_dataset_builder_test.py +1 -1
  515. tensorflow_datasets/datasets/irc_disentanglement/__init__.py +1 -1
  516. tensorflow_datasets/datasets/irc_disentanglement/irc_disentanglement_dataset_builder.py +1 -1
  517. tensorflow_datasets/datasets/irc_disentanglement/irc_disentanglement_dataset_builder_test.py +1 -1
  518. tensorflow_datasets/datasets/kddcup99/__init__.py +1 -1
  519. tensorflow_datasets/datasets/kddcup99/kddcup99_dataset_builder.py +1 -1
  520. tensorflow_datasets/datasets/kddcup99/kddcup99_dataset_builder_test.py +1 -1
  521. tensorflow_datasets/datasets/kitti/__init__.py +1 -1
  522. tensorflow_datasets/datasets/kitti/kitti_dataset_builder.py +1 -1
  523. tensorflow_datasets/datasets/kitti/kitti_dataset_builder_test.py +1 -1
  524. tensorflow_datasets/datasets/lambada/__init__.py +1 -1
  525. tensorflow_datasets/datasets/lambada/lambada_dataset_builder.py +1 -1
  526. tensorflow_datasets/datasets/lambada/lambada_dataset_builder_test.py +1 -1
  527. tensorflow_datasets/datasets/lbpp/__init__.py +1 -1
  528. tensorflow_datasets/datasets/lbpp/lbpp_dataset_builder.py +1 -1
  529. tensorflow_datasets/datasets/lfw/__init__.py +1 -1
  530. tensorflow_datasets/datasets/lfw/lfw_dataset_builder.py +1 -1
  531. tensorflow_datasets/datasets/lfw/lfw_dataset_builder_test.py +1 -1
  532. tensorflow_datasets/datasets/librispeech/__init__.py +1 -1
  533. tensorflow_datasets/datasets/librispeech/librispeech_dataset_builder.py +1 -1
  534. tensorflow_datasets/datasets/librispeech/librispeech_dataset_builder_test.py +1 -1
  535. tensorflow_datasets/datasets/librispeech_lm/__init__.py +1 -1
  536. tensorflow_datasets/datasets/librispeech_lm/librispeech_lm_dataset_builder.py +1 -1
  537. tensorflow_datasets/datasets/librispeech_lm/librispeech_lm_dataset_builder_test.py +1 -1
  538. tensorflow_datasets/datasets/libritts/__init__.py +1 -1
  539. tensorflow_datasets/datasets/libritts/libritts_dataset_builder.py +1 -1
  540. tensorflow_datasets/datasets/libritts/libritts_dataset_builder_test.py +1 -1
  541. tensorflow_datasets/datasets/ljspeech/__init__.py +1 -1
  542. tensorflow_datasets/datasets/ljspeech/ljspeech_dataset_builder.py +1 -1
  543. tensorflow_datasets/datasets/ljspeech/ljspeech_dataset_builder_test.py +1 -1
  544. tensorflow_datasets/datasets/lm1b/__init__.py +1 -1
  545. tensorflow_datasets/datasets/lm1b/lm1b_dataset_builder.py +1 -1
  546. tensorflow_datasets/datasets/lm1b/lm1b_dataset_builder_test.py +1 -1
  547. tensorflow_datasets/datasets/lost_and_found/__init__.py +1 -1
  548. tensorflow_datasets/datasets/lost_and_found/lost_and_found_dataset_builder.py +1 -1
  549. tensorflow_datasets/datasets/lost_and_found/lost_and_found_dataset_builder_test.py +1 -1
  550. tensorflow_datasets/datasets/lvis/__init__.py +1 -1
  551. tensorflow_datasets/datasets/lvis/lvis_dataset_builder.py +1 -1
  552. tensorflow_datasets/datasets/lvis/lvis_dataset_builder_test.py +1 -1
  553. tensorflow_datasets/datasets/malaria/__init__.py +1 -1
  554. tensorflow_datasets/datasets/malaria/malaria_dataset_builder.py +1 -1
  555. tensorflow_datasets/datasets/malaria/malaria_dataset_builder_test.py +1 -1
  556. tensorflow_datasets/datasets/math_dataset/__init__.py +1 -1
  557. tensorflow_datasets/datasets/math_dataset/math_dataset_dataset_builder.py +1 -1
  558. tensorflow_datasets/datasets/math_dataset/math_dataset_dataset_builder_test.py +1 -1
  559. tensorflow_datasets/datasets/math_qa/__init__.py +1 -1
  560. tensorflow_datasets/datasets/math_qa/math_qa_dataset_builder.py +1 -1
  561. tensorflow_datasets/datasets/math_qa/math_qa_dataset_builder_test.py +1 -1
  562. tensorflow_datasets/datasets/mctaco/__init__.py +1 -1
  563. tensorflow_datasets/datasets/mctaco/mctaco_dataset_builder.py +1 -1
  564. tensorflow_datasets/datasets/mctaco/mctaco_dataset_builder_test.py +1 -1
  565. tensorflow_datasets/datasets/media_sum/__init__.py +1 -1
  566. tensorflow_datasets/datasets/media_sum/media_sum_dataset_builder.py +1 -1
  567. tensorflow_datasets/datasets/media_sum/media_sum_dataset_builder_test.py +1 -1
  568. tensorflow_datasets/datasets/mlqa/__init__.py +1 -1
  569. tensorflow_datasets/datasets/mlqa/mlqa_dataset_builder.py +1 -1
  570. tensorflow_datasets/datasets/mlqa/mlqa_dataset_builder_test.py +1 -1
  571. tensorflow_datasets/datasets/natural_instructions/__init__.py +1 -1
  572. tensorflow_datasets/datasets/natural_instructions/natural_instructions_dataset_builder.py +1 -1
  573. tensorflow_datasets/datasets/natural_instructions/natural_instructions_dataset_builder_test.py +1 -1
  574. tensorflow_datasets/datasets/natural_questions/__init__.py +1 -1
  575. tensorflow_datasets/datasets/natural_questions/natural_questions_dataset_builder.py +1 -1
  576. tensorflow_datasets/datasets/natural_questions/natural_questions_dataset_builder_test.py +1 -1
  577. tensorflow_datasets/datasets/natural_questions_open/__init__.py +1 -1
  578. tensorflow_datasets/datasets/natural_questions_open/natural_questions_open_dataset_builder.py +1 -1
  579. tensorflow_datasets/datasets/natural_questions_open/natural_questions_open_dataset_builder_test.py +1 -1
  580. tensorflow_datasets/datasets/newsroom/__init__.py +1 -1
  581. tensorflow_datasets/datasets/newsroom/newsroom_dataset_builder.py +1 -1
  582. tensorflow_datasets/datasets/newsroom/newsroom_dataset_builder_test.py +1 -1
  583. tensorflow_datasets/datasets/nsynth/__init__.py +1 -1
  584. tensorflow_datasets/datasets/nsynth/nsynth_dataset_builder.py +1 -1
  585. tensorflow_datasets/datasets/nsynth/nsynth_dataset_builder_test.py +1 -1
  586. tensorflow_datasets/datasets/nyu_depth_v2/__init__.py +1 -1
  587. tensorflow_datasets/datasets/nyu_depth_v2/nyu_depth_v2_dataset_builder.py +1 -1
  588. tensorflow_datasets/datasets/nyu_depth_v2/nyu_depth_v2_dataset_builder_test.py +1 -1
  589. tensorflow_datasets/datasets/ogbg_molpcba/__init__.py +1 -1
  590. tensorflow_datasets/datasets/ogbg_molpcba/dummy_data_generation.py +1 -1
  591. tensorflow_datasets/datasets/ogbg_molpcba/ogbg_molpcba_dataset_builder.py +1 -1
  592. tensorflow_datasets/datasets/ogbg_molpcba/ogbg_molpcba_dataset_builder_test.py +1 -1
  593. tensorflow_datasets/datasets/open_images_challenge2019_detection/__init__.py +1 -1
  594. tensorflow_datasets/datasets/open_images_challenge2019_detection/open_images_challenge2019_detection_dataset_builder.py +1 -1
  595. tensorflow_datasets/datasets/open_images_challenge2019_detection/open_images_challenge2019_detection_dataset_builder_test.py +1 -1
  596. tensorflow_datasets/datasets/open_images_v4/__init__.py +1 -1
  597. tensorflow_datasets/datasets/open_images_v4/open_images_v4_dataset_builder.py +1 -1
  598. tensorflow_datasets/datasets/open_images_v4/open_images_v4_dataset_builder_test.py +1 -1
  599. tensorflow_datasets/datasets/openbookqa/__init__.py +1 -1
  600. tensorflow_datasets/datasets/openbookqa/openbookqa_dataset_builder.py +1 -1
  601. tensorflow_datasets/datasets/openbookqa/openbookqa_dataset_builder_test.py +1 -1
  602. tensorflow_datasets/datasets/opinion_abstracts/__init__.py +1 -1
  603. tensorflow_datasets/datasets/opinion_abstracts/opinion_abstracts_dataset_builder.py +1 -1
  604. tensorflow_datasets/datasets/opinion_abstracts/opinion_abstracts_dataset_builder_test.py +1 -1
  605. tensorflow_datasets/datasets/opinosis/__init__.py +1 -1
  606. tensorflow_datasets/datasets/opinosis/opinosis_dataset_builder.py +1 -1
  607. tensorflow_datasets/datasets/opinosis/opinosis_dataset_builder_test.py +1 -1
  608. tensorflow_datasets/datasets/opus/__init__.py +1 -1
  609. tensorflow_datasets/datasets/opus/opus_dataset_builder.py +1 -1
  610. tensorflow_datasets/datasets/opus/opus_dataset_builder_test.py +1 -1
  611. tensorflow_datasets/datasets/oxford_flowers102/__init__.py +1 -1
  612. tensorflow_datasets/datasets/oxford_flowers102/oxford_flowers102_dataset_builder.py +1 -1
  613. tensorflow_datasets/datasets/oxford_flowers102/oxford_flowers102_dataset_builder_test.py +1 -1
  614. tensorflow_datasets/datasets/oxford_iiit_pet/__init__.py +1 -1
  615. tensorflow_datasets/datasets/oxford_iiit_pet/oxford_iiit_pet_dataset_builder.py +1 -1
  616. tensorflow_datasets/datasets/oxford_iiit_pet/oxford_iiit_pet_dataset_builder_test.py +1 -1
  617. tensorflow_datasets/datasets/para_crawl/__init__.py +1 -1
  618. tensorflow_datasets/datasets/para_crawl/para_crawl_dataset_builder.py +1 -1
  619. tensorflow_datasets/datasets/para_crawl/para_crawl_dataset_builder_test.py +1 -1
  620. tensorflow_datasets/datasets/pass/__init__.py +1 -1
  621. tensorflow_datasets/datasets/pass/pass_dataset_builder.py +1 -1
  622. tensorflow_datasets/datasets/pass/pass_dataset_builder_test.py +1 -1
  623. tensorflow_datasets/datasets/patch_camelyon/__init__.py +1 -1
  624. tensorflow_datasets/datasets/patch_camelyon/patch_camelyon_dataset_builder.py +1 -1
  625. tensorflow_datasets/datasets/patch_camelyon/patch_camelyon_dataset_builder_test.py +1 -1
  626. tensorflow_datasets/datasets/paws_wiki/__init__.py +1 -1
  627. tensorflow_datasets/datasets/paws_wiki/paws_wiki_dataset_builder.py +1 -1
  628. tensorflow_datasets/datasets/paws_wiki/paws_wiki_dataset_builder_test.py +1 -1
  629. tensorflow_datasets/datasets/paws_x_wiki/__init__.py +1 -1
  630. tensorflow_datasets/datasets/paws_x_wiki/paws_x_wiki_dataset_builder.py +1 -1
  631. tensorflow_datasets/datasets/paws_x_wiki/paws_x_wiki_dataset_builder_test.py +1 -1
  632. tensorflow_datasets/datasets/penguins/__init__.py +1 -1
  633. tensorflow_datasets/datasets/penguins/penguins_dataset_builder.py +1 -1
  634. tensorflow_datasets/datasets/penguins/penguins_dataset_builder_test.py +1 -1
  635. tensorflow_datasets/datasets/pet_finder/__init__.py +1 -1
  636. tensorflow_datasets/datasets/pet_finder/pet_finder_dataset_builder.py +1 -1
  637. tensorflow_datasets/datasets/pet_finder/pet_finder_dataset_builder_test.py +1 -1
  638. tensorflow_datasets/datasets/pg19/__init__.py +1 -1
  639. tensorflow_datasets/datasets/pg19/pg19_dataset_builder.py +1 -1
  640. tensorflow_datasets/datasets/pg19/pg19_dataset_builder_test.py +1 -1
  641. tensorflow_datasets/datasets/piqa/__init__.py +1 -1
  642. tensorflow_datasets/datasets/piqa/piqa_dataset_builder.py +1 -1
  643. tensorflow_datasets/datasets/piqa/piqa_dataset_builder_test.py +1 -1
  644. tensorflow_datasets/datasets/places365_small/__init__.py +1 -1
  645. tensorflow_datasets/datasets/places365_small/places365_small_dataset_builder.py +1 -1
  646. tensorflow_datasets/datasets/places365_small/places365_small_dataset_builder_test.py +1 -1
  647. tensorflow_datasets/datasets/placesfull/__init__.py +1 -1
  648. tensorflow_datasets/datasets/placesfull/placesfull_dataset_builder.py +1 -1
  649. tensorflow_datasets/datasets/placesfull/placesfull_dataset_builder_test.py +1 -1
  650. tensorflow_datasets/datasets/plant_leaves/__init__.py +1 -1
  651. tensorflow_datasets/datasets/plant_leaves/plant_leaves_dataset_builder.py +1 -1
  652. tensorflow_datasets/datasets/plant_leaves/plant_leaves_dataset_builder_test.py +1 -1
  653. tensorflow_datasets/datasets/plant_village/__init__.py +1 -1
  654. tensorflow_datasets/datasets/plant_village/plant_village_dataset_builder.py +1 -1
  655. tensorflow_datasets/datasets/plant_village/plant_village_dataset_builder_test.py +1 -1
  656. tensorflow_datasets/datasets/plantae_k/__init__.py +1 -1
  657. tensorflow_datasets/datasets/plantae_k/plantae_k_dataset_builder.py +1 -1
  658. tensorflow_datasets/datasets/plantae_k/plantae_k_dataset_builder_test.py +1 -1
  659. tensorflow_datasets/datasets/pneumonia_mnist/__init__.py +1 -1
  660. tensorflow_datasets/datasets/pneumonia_mnist/pneumonia_mnist_dataset_builder.py +1 -1
  661. tensorflow_datasets/datasets/pneumonia_mnist/pneumonia_mnist_dataset_builder_test.py +1 -1
  662. tensorflow_datasets/datasets/protein_net/__init__.py +1 -1
  663. tensorflow_datasets/datasets/protein_net/protein_net_dataset_builder.py +1 -1
  664. tensorflow_datasets/datasets/protein_net/protein_net_dataset_builder_test.py +1 -1
  665. tensorflow_datasets/datasets/qa4mre/__init__.py +1 -1
  666. tensorflow_datasets/datasets/qa4mre/qa4mre_dataset_builder.py +1 -1
  667. tensorflow_datasets/datasets/qa4mre/qa4mre_dataset_builder_test.py +1 -1
  668. tensorflow_datasets/datasets/qasc/__init__.py +1 -1
  669. tensorflow_datasets/datasets/qasc/qasc_dataset_builder.py +1 -1
  670. tensorflow_datasets/datasets/qasc/qasc_dataset_builder_test.py +1 -1
  671. tensorflow_datasets/datasets/qm9/__init__.py +1 -1
  672. tensorflow_datasets/datasets/qm9/qm9_dataset_builder.py +1 -1
  673. tensorflow_datasets/datasets/qm9/qm9_dataset_builder_test.py +1 -1
  674. tensorflow_datasets/datasets/quac/__init__.py +1 -1
  675. tensorflow_datasets/datasets/quac/quac_dataset_builder.py +1 -1
  676. tensorflow_datasets/datasets/quac/quac_dataset_builder_test.py +1 -1
  677. tensorflow_datasets/datasets/quality/__init__.py +1 -1
  678. tensorflow_datasets/datasets/quality/quality_dataset_builder.py +1 -1
  679. tensorflow_datasets/datasets/quality/quality_dataset_builder_test.py +1 -1
  680. tensorflow_datasets/datasets/quickdraw_bitmap/__init__.py +1 -1
  681. tensorflow_datasets/datasets/quickdraw_bitmap/quickdraw_bitmap_dataset_builder.py +1 -1
  682. tensorflow_datasets/datasets/quickdraw_bitmap/quickdraw_bitmap_dataset_builder_test.py +1 -1
  683. tensorflow_datasets/datasets/race/__init__.py +1 -1
  684. tensorflow_datasets/datasets/race/race_dataset_builder.py +1 -1
  685. tensorflow_datasets/datasets/race/race_dataset_builder_test.py +1 -1
  686. tensorflow_datasets/datasets/radon/__init__.py +1 -1
  687. tensorflow_datasets/datasets/radon/radon_dataset_builder.py +1 -1
  688. tensorflow_datasets/datasets/radon/radon_dataset_builder_test.py +1 -1
  689. tensorflow_datasets/datasets/real_toxicity_prompts/__init__.py +1 -1
  690. tensorflow_datasets/datasets/real_toxicity_prompts/real_toxicity_prompts_dataset_builder.py +1 -1
  691. tensorflow_datasets/datasets/real_toxicity_prompts/real_toxicity_prompts_dataset_builder_test.py +1 -1
  692. tensorflow_datasets/datasets/reddit/__init__.py +1 -1
  693. tensorflow_datasets/datasets/reddit/reddit_dataset_builder.py +1 -1
  694. tensorflow_datasets/datasets/reddit/reddit_dataset_builder_test.py +1 -1
  695. tensorflow_datasets/datasets/reddit_disentanglement/__init__.py +1 -1
  696. tensorflow_datasets/datasets/reddit_disentanglement/reddit_disentanglement_dataset_builder.py +1 -1
  697. tensorflow_datasets/datasets/reddit_disentanglement/reddit_disentanglement_dataset_builder_test.py +1 -1
  698. tensorflow_datasets/datasets/reddit_tifu/__init__.py +1 -1
  699. tensorflow_datasets/datasets/reddit_tifu/reddit_tifu_dataset_builder.py +1 -1
  700. tensorflow_datasets/datasets/reddit_tifu/reddit_tifu_dataset_builder_test.py +1 -1
  701. tensorflow_datasets/datasets/ref_coco/__init__.py +1 -1
  702. tensorflow_datasets/datasets/ref_coco/manual_download_process.py +1 -1
  703. tensorflow_datasets/datasets/ref_coco/ref_coco_dataset_builder.py +1 -1
  704. tensorflow_datasets/datasets/ref_coco/ref_coco_dataset_builder_test.py +1 -1
  705. tensorflow_datasets/datasets/resisc45/__init__.py +1 -1
  706. tensorflow_datasets/datasets/resisc45/resisc45_dataset_builder.py +1 -1
  707. tensorflow_datasets/datasets/resisc45/resisc45_dataset_builder_test.py +1 -1
  708. tensorflow_datasets/datasets/robomimic_mg/__init__.py +1 -1
  709. tensorflow_datasets/datasets/robomimic_mg/robomimic_mg_dataset_builder.py +1 -1
  710. tensorflow_datasets/datasets/robomimic_mg/robomimic_mg_dataset_builder_test.py +1 -1
  711. tensorflow_datasets/datasets/robomimic_mh/__init__.py +1 -1
  712. tensorflow_datasets/datasets/robomimic_mh/robomimic_mh_dataset_builder.py +1 -1
  713. tensorflow_datasets/datasets/robomimic_mh/robomimic_mh_dataset_builder_test.py +1 -1
  714. tensorflow_datasets/datasets/robomimic_ph/__init__.py +1 -1
  715. tensorflow_datasets/datasets/robomimic_ph/robomimic_ph_dataset_builder.py +1 -1
  716. tensorflow_datasets/datasets/robomimic_ph/robomimic_ph_dataset_builder_test.py +1 -1
  717. tensorflow_datasets/datasets/robonet/__init__.py +1 -1
  718. tensorflow_datasets/datasets/robonet/robonet_dataset_builder.py +1 -1
  719. tensorflow_datasets/datasets/robonet/robonet_dataset_builder_test.py +1 -1
  720. tensorflow_datasets/datasets/rock_paper_scissors/__init__.py +1 -1
  721. tensorflow_datasets/datasets/rock_paper_scissors/rock_paper_scissors_dataset_builder.py +1 -1
  722. tensorflow_datasets/datasets/rock_paper_scissors/rock_paper_scissors_dataset_builder_test.py +1 -1
  723. tensorflow_datasets/datasets/rock_you/__init__.py +1 -1
  724. tensorflow_datasets/datasets/rock_you/rock_you_dataset_builder.py +1 -1
  725. tensorflow_datasets/datasets/rock_you/rock_you_dataset_builder_test.py +1 -1
  726. tensorflow_datasets/datasets/s3o4d/__init__.py +1 -1
  727. tensorflow_datasets/datasets/s3o4d/s3o4d_dataset_builder.py +1 -1
  728. tensorflow_datasets/datasets/s3o4d/s3o4d_dataset_builder_test.py +1 -1
  729. tensorflow_datasets/datasets/salient_span_wikipedia/__init__.py +1 -1
  730. tensorflow_datasets/datasets/salient_span_wikipedia/salient_span_wikipedia_dataset_builder.py +1 -1
  731. tensorflow_datasets/datasets/salient_span_wikipedia/salient_span_wikipedia_dataset_builder_test.py +1 -1
  732. tensorflow_datasets/datasets/samsum/__init__.py +1 -1
  733. tensorflow_datasets/datasets/samsum/samsum_dataset_builder.py +1 -1
  734. tensorflow_datasets/datasets/samsum/samsum_dataset_builder_test.py +1 -1
  735. tensorflow_datasets/datasets/savee/__init__.py +1 -1
  736. tensorflow_datasets/datasets/savee/savee_dataset_builder.py +1 -1
  737. tensorflow_datasets/datasets/savee/savee_dataset_builder_test.py +1 -1
  738. tensorflow_datasets/datasets/scan/__init__.py +1 -1
  739. tensorflow_datasets/datasets/scan/scan_dataset_builder.py +1 -1
  740. tensorflow_datasets/datasets/scan/scan_dataset_builder_test.py +1 -1
  741. tensorflow_datasets/datasets/scene_parse150/__init__.py +1 -1
  742. tensorflow_datasets/datasets/scene_parse150/scene_parse150_dataset_builder.py +1 -1
  743. tensorflow_datasets/datasets/scene_parse150/scene_parse150_dataset_builder_test.py +1 -1
  744. tensorflow_datasets/datasets/schema_guided_dialogue/__init__.py +1 -1
  745. tensorflow_datasets/datasets/schema_guided_dialogue/schema_guided_dialogue_dataset_builder.py +1 -1
  746. tensorflow_datasets/datasets/schema_guided_dialogue/schema_guided_dialogue_dataset_builder_test.py +1 -1
  747. tensorflow_datasets/datasets/sci_tail/__init__.py +1 -1
  748. tensorflow_datasets/datasets/sci_tail/sci_tail_dataset_builder.py +1 -1
  749. tensorflow_datasets/datasets/sci_tail/sci_tail_dataset_builder_test.py +1 -1
  750. tensorflow_datasets/datasets/scicite/__init__.py +1 -1
  751. tensorflow_datasets/datasets/scicite/scicite_dataset_builder.py +1 -1
  752. tensorflow_datasets/datasets/scicite/scicite_dataset_builder_test.py +1 -1
  753. tensorflow_datasets/datasets/scientific_papers/__init__.py +1 -1
  754. tensorflow_datasets/datasets/scientific_papers/scientific_papers_dataset_builder.py +1 -1
  755. tensorflow_datasets/datasets/scientific_papers/scientific_papers_dataset_builder_test.py +1 -1
  756. tensorflow_datasets/datasets/segment_anything/__init__.py +1 -1
  757. tensorflow_datasets/datasets/segment_anything/segment_anything_dataset_builder.py +1 -1
  758. tensorflow_datasets/datasets/segment_anything/segment_anything_dataset_builder_test.py +1 -1
  759. tensorflow_datasets/datasets/sentiment140/__init__.py +1 -1
  760. tensorflow_datasets/datasets/sentiment140/sentiment140_dataset_builder.py +1 -1
  761. tensorflow_datasets/datasets/sentiment140/sentiment140_dataset_builder_test.py +1 -1
  762. tensorflow_datasets/datasets/shapes3d/__init__.py +1 -1
  763. tensorflow_datasets/datasets/shapes3d/shapes3d_dataset_builder.py +1 -1
  764. tensorflow_datasets/datasets/shapes3d/shapes3d_dataset_builder_test.py +1 -1
  765. tensorflow_datasets/datasets/sift1m/__init__.py +1 -1
  766. tensorflow_datasets/datasets/sift1m/sift1m_dataset_builder.py +1 -1
  767. tensorflow_datasets/datasets/sift1m/sift1m_dataset_builder_test.py +1 -1
  768. tensorflow_datasets/datasets/simpte/__init__.py +1 -1
  769. tensorflow_datasets/datasets/simpte/simpte_dataset_builder.py +1 -1
  770. tensorflow_datasets/datasets/simpte/simpte_dataset_builder_test.py +1 -1
  771. tensorflow_datasets/datasets/siscore/__init__.py +1 -1
  772. tensorflow_datasets/datasets/siscore/labels.py +1 -1
  773. tensorflow_datasets/datasets/siscore/siscore_dataset_builder.py +1 -1
  774. tensorflow_datasets/datasets/siscore/siscore_dataset_builder_test.py +1 -1
  775. tensorflow_datasets/datasets/smallnorb/__init__.py +1 -1
  776. tensorflow_datasets/datasets/smallnorb/smallnorb_dataset_builder.py +1 -1
  777. tensorflow_datasets/datasets/smallnorb/smallnorb_dataset_builder_test.py +1 -1
  778. tensorflow_datasets/datasets/smart_buildings/__init__.py +1 -1
  779. tensorflow_datasets/datasets/smart_buildings/constants.py +1 -1
  780. tensorflow_datasets/datasets/smart_buildings/controller_reader.py +1 -1
  781. tensorflow_datasets/datasets/smart_buildings/reader_lib.py +1 -1
  782. tensorflow_datasets/datasets/smart_buildings/smart_buildings_dataset_builder.py +1 -1
  783. tensorflow_datasets/datasets/smart_buildings/smart_buildings_dataset_builder_test.py +1 -1
  784. tensorflow_datasets/datasets/smartwatch_gestures/__init__.py +1 -1
  785. tensorflow_datasets/datasets/smartwatch_gestures/dummy_data_generation.py +1 -1
  786. tensorflow_datasets/datasets/smartwatch_gestures/smartwatch_gestures_dataset_builder.py +1 -1
  787. tensorflow_datasets/datasets/smartwatch_gestures/smartwatch_gestures_dataset_builder_test.py +1 -1
  788. tensorflow_datasets/datasets/snli/__init__.py +1 -1
  789. tensorflow_datasets/datasets/snli/snli_dataset_builder.py +1 -1
  790. tensorflow_datasets/datasets/snli/snli_dataset_builder_test.py +1 -1
  791. tensorflow_datasets/datasets/so2sat/__init__.py +1 -1
  792. tensorflow_datasets/datasets/so2sat/so2sat_dataset_builder.py +1 -1
  793. tensorflow_datasets/datasets/so2sat/so2sat_dataset_builder_test.py +1 -1
  794. tensorflow_datasets/datasets/speech_commands/__init__.py +1 -1
  795. tensorflow_datasets/datasets/speech_commands/speech_commands_dataset_builder.py +1 -1
  796. tensorflow_datasets/datasets/speech_commands/speech_commands_dataset_builder_test.py +1 -1
  797. tensorflow_datasets/datasets/spoken_digit/__init__.py +1 -1
  798. tensorflow_datasets/datasets/spoken_digit/dummy_data_generation.py +1 -1
  799. tensorflow_datasets/datasets/spoken_digit/spoken_digit_dataset_builder.py +1 -1
  800. tensorflow_datasets/datasets/spoken_digit/spoken_digit_dataset_builder_test.py +1 -1
  801. tensorflow_datasets/datasets/squad/__init__.py +1 -1
  802. tensorflow_datasets/datasets/squad/squad_dataset_builder.py +1 -1
  803. tensorflow_datasets/datasets/squad/squad_dataset_builder_test.py +1 -1
  804. tensorflow_datasets/datasets/stanford_dogs/__init__.py +1 -1
  805. tensorflow_datasets/datasets/stanford_dogs/stanford_dogs_dataset_builder.py +1 -1
  806. tensorflow_datasets/datasets/stanford_dogs/stanford_dogs_dataset_builder_test.py +1 -1
  807. tensorflow_datasets/datasets/stanford_online_products/__init__.py +1 -1
  808. tensorflow_datasets/datasets/stanford_online_products/stanford_online_products_dataset_builder.py +1 -1
  809. tensorflow_datasets/datasets/stanford_online_products/stanford_online_products_dataset_builder_test.py +1 -1
  810. tensorflow_datasets/datasets/star_cfq/__init__.py +1 -1
  811. tensorflow_datasets/datasets/star_cfq/star_cfq_dataset_builder.py +1 -1
  812. tensorflow_datasets/datasets/star_cfq/star_cfq_dataset_builder_test.py +1 -1
  813. tensorflow_datasets/datasets/starcraft_video/__init__.py +1 -1
  814. tensorflow_datasets/datasets/starcraft_video/starcraft_video_dataset_builder.py +1 -1
  815. tensorflow_datasets/datasets/starcraft_video/starcraft_video_dataset_builder_test.py +1 -1
  816. tensorflow_datasets/datasets/stl10/__init__.py +1 -1
  817. tensorflow_datasets/datasets/stl10/stl10_dataset_builder.py +1 -1
  818. tensorflow_datasets/datasets/stl10/stl10_dataset_builder_test.py +1 -1
  819. tensorflow_datasets/datasets/story_cloze/__init__.py +1 -1
  820. tensorflow_datasets/datasets/story_cloze/story_cloze_dataset_builder.py +1 -1
  821. tensorflow_datasets/datasets/story_cloze/story_cloze_dataset_builder_test.py +1 -1
  822. tensorflow_datasets/datasets/summscreen/__init__.py +1 -1
  823. tensorflow_datasets/datasets/summscreen/summscreen_dataset_builder.py +1 -1
  824. tensorflow_datasets/datasets/summscreen/summscreen_dataset_builder_test.py +1 -1
  825. tensorflow_datasets/datasets/sun397/__init__.py +1 -1
  826. tensorflow_datasets/datasets/sun397/sun397_dataset_builder.py +1 -1
  827. tensorflow_datasets/datasets/sun397/sun397_dataset_builder_test.py +1 -1
  828. tensorflow_datasets/datasets/svhn_cropped/__init__.py +1 -1
  829. tensorflow_datasets/datasets/svhn_cropped/svhn_cropped_dataset_builder.py +1 -1
  830. tensorflow_datasets/datasets/svhn_cropped/svhn_cropped_dataset_builder_test.py +1 -1
  831. tensorflow_datasets/datasets/symmetric_solids/__init__.py +1 -1
  832. tensorflow_datasets/datasets/symmetric_solids/symmetric_solids_dataset_builder.py +1 -1
  833. tensorflow_datasets/datasets/symmetric_solids/symmetric_solids_dataset_builder_test.py +1 -1
  834. tensorflow_datasets/datasets/tatoeba/__init__.py +1 -1
  835. tensorflow_datasets/datasets/tatoeba/tatoeba_dataset_builder.py +1 -1
  836. tensorflow_datasets/datasets/tatoeba/tatoeba_dataset_builder_test.py +1 -1
  837. tensorflow_datasets/datasets/ted_hrlr_translate/__init__.py +1 -1
  838. tensorflow_datasets/datasets/ted_hrlr_translate/ted_hrlr_translate_dataset_builder.py +1 -1
  839. tensorflow_datasets/datasets/ted_hrlr_translate/ted_hrlr_translate_dataset_builder_test.py +1 -1
  840. tensorflow_datasets/datasets/ted_multi_translate/__init__.py +1 -1
  841. tensorflow_datasets/datasets/ted_multi_translate/ted_multi_translate_dataset_builder.py +1 -1
  842. tensorflow_datasets/datasets/ted_multi_translate/ted_multi_translate_dataset_builder_test.py +1 -1
  843. tensorflow_datasets/datasets/tedlium/__init__.py +1 -1
  844. tensorflow_datasets/datasets/tedlium/tedlium_dataset_builder.py +1 -1
  845. tensorflow_datasets/datasets/tedlium/tedlium_dataset_builder_test.py +1 -1
  846. tensorflow_datasets/datasets/tf_flowers/__init__.py +1 -1
  847. tensorflow_datasets/datasets/tf_flowers/tf_flowers_dataset_builder.py +1 -1
  848. tensorflow_datasets/datasets/tf_flowers/tf_flowers_dataset_builder_test.py +1 -1
  849. tensorflow_datasets/datasets/the300w_lp/__init__.py +1 -1
  850. tensorflow_datasets/datasets/the300w_lp/the300w_lp_dataset_builder.py +1 -1
  851. tensorflow_datasets/datasets/the300w_lp/the300w_lp_dataset_builder_test.py +1 -1
  852. tensorflow_datasets/datasets/tiny_shakespeare/__init__.py +1 -1
  853. tensorflow_datasets/datasets/tiny_shakespeare/tiny_shakespeare_dataset_builder.py +1 -1
  854. tensorflow_datasets/datasets/tiny_shakespeare/tiny_shakespeare_dataset_builder_test.py +1 -1
  855. tensorflow_datasets/datasets/titanic/__init__.py +1 -1
  856. tensorflow_datasets/datasets/titanic/titanic_dataset_builder.py +1 -1
  857. tensorflow_datasets/datasets/titanic/titanic_dataset_builder_test.py +1 -1
  858. tensorflow_datasets/datasets/trec/__init__.py +1 -1
  859. tensorflow_datasets/datasets/trec/trec_dataset_builder.py +1 -1
  860. tensorflow_datasets/datasets/trec/trec_dataset_builder_test.py +1 -1
  861. tensorflow_datasets/datasets/trivia_qa/__init__.py +1 -1
  862. tensorflow_datasets/datasets/trivia_qa/trivia_qa_dataset_builder.py +1 -1
  863. tensorflow_datasets/datasets/trivia_qa/trivia_qa_dataset_builder_test.py +1 -1
  864. tensorflow_datasets/datasets/universal_dependencies/__init__.py +1 -1
  865. tensorflow_datasets/datasets/universal_dependencies/universal_dependencies_dataset_builder.py +1 -1
  866. tensorflow_datasets/datasets/universal_dependencies/universal_dependencies_dataset_builder_test.py +1 -1
  867. tensorflow_datasets/datasets/universal_dependencies/universal_dependencies_utils.py +1 -1
  868. tensorflow_datasets/datasets/universal_dependencies/universal_dependencies_utils_test.py +1 -1
  869. tensorflow_datasets/datasets/wake_vision/__init__.py +1 -1
  870. tensorflow_datasets/datasets/wake_vision/wake_vision_dataset_builder.py +1 -1
  871. tensorflow_datasets/datasets/wake_vision/wake_vision_dataset_builder_test.py +1 -1
  872. tensorflow_datasets/datasets/webvid/__init__.py +1 -1
  873. tensorflow_datasets/datasets/webvid/webvid_dataset_builder.py +1 -1
  874. tensorflow_datasets/datasets/webvid/webvid_dataset_builder_test.py +1 -1
  875. tensorflow_datasets/datasets/xtreme_pos/__init__.py +1 -1
  876. tensorflow_datasets/datasets/xtreme_pos/xtreme_pos_dataset_builder.py +1 -1
  877. tensorflow_datasets/datasets/xtreme_pos/xtreme_pos_dataset_builder_test.py +1 -1
  878. tensorflow_datasets/graphs/__init__.py +1 -1
  879. tensorflow_datasets/graphs/cardiotox/__init__.py +1 -1
  880. tensorflow_datasets/graphs/cardiotox/cardiotox.py +1 -1
  881. tensorflow_datasets/graphs/cardiotox/cardiotox_test.py +1 -1
  882. tensorflow_datasets/graphs/ogbg_molpcba/__init__.py +1 -1
  883. tensorflow_datasets/graphs/ogbg_molpcba/ogbg_molpcba.py +1 -1
  884. tensorflow_datasets/image/__init__.py +1 -1
  885. tensorflow_datasets/image/abstract_reasoning.py +1 -1
  886. tensorflow_datasets/image/aflw2k3d.py +1 -1
  887. tensorflow_datasets/image/arc.py +1 -1
  888. tensorflow_datasets/image/bccd/__init__.py +1 -1
  889. tensorflow_datasets/image/bccd/bccd.py +1 -1
  890. tensorflow_datasets/image/binarized_mnist.py +1 -1
  891. tensorflow_datasets/image/celeba.py +1 -1
  892. tensorflow_datasets/image/celebahq.py +1 -1
  893. tensorflow_datasets/image/cityscapes.py +1 -1
  894. tensorflow_datasets/image/clevr.py +1 -1
  895. tensorflow_datasets/image/clic.py +1 -1
  896. tensorflow_datasets/image/coil100.py +1 -1
  897. tensorflow_datasets/image/div2k.py +1 -1
  898. tensorflow_datasets/image/downsampled_imagenet.py +1 -1
  899. tensorflow_datasets/image/dsprites.py +1 -1
  900. tensorflow_datasets/image/duke_ultrasound.py +1 -1
  901. tensorflow_datasets/image/flic.py +1 -1
  902. tensorflow_datasets/image/lost_and_found.py +1 -1
  903. tensorflow_datasets/image/lsun.py +1 -1
  904. tensorflow_datasets/image/lsun_test.py +1 -1
  905. tensorflow_datasets/image/nyu_depth_v2.py +1 -1
  906. tensorflow_datasets/image/pass_dataset/__init__.py +1 -1
  907. tensorflow_datasets/image/pass_dataset/pass_dataset.py +1 -1
  908. tensorflow_datasets/image/s3o4d/__init__.py +1 -1
  909. tensorflow_datasets/image/s3o4d/s3o4d.py +1 -1
  910. tensorflow_datasets/image/scene_parse_150.py +1 -1
  911. tensorflow_datasets/image/shapes3d.py +1 -1
  912. tensorflow_datasets/image/symmetric_solids/__init__.py +1 -1
  913. tensorflow_datasets/image/symmetric_solids/symmetric_solids.py +1 -1
  914. tensorflow_datasets/image/the300w_lp.py +1 -1
  915. tensorflow_datasets/image_classification/__init__.py +1 -1
  916. tensorflow_datasets/image_classification/beans.py +1 -1
  917. tensorflow_datasets/image_classification/bee_dataset/__init__.py +1 -1
  918. tensorflow_datasets/image_classification/bee_dataset/bee_dataset.py +1 -1
  919. tensorflow_datasets/image_classification/bigearthnet.py +1 -1
  920. tensorflow_datasets/image_classification/binary_alpha_digits.py +1 -1
  921. tensorflow_datasets/image_classification/caltech.py +1 -1
  922. tensorflow_datasets/image_classification/caltech_birds.py +1 -1
  923. tensorflow_datasets/image_classification/caltech_birds_test.py +1 -1
  924. tensorflow_datasets/image_classification/cars196.py +1 -1
  925. tensorflow_datasets/image_classification/cars196_test.py +1 -1
  926. tensorflow_datasets/image_classification/cassava.py +1 -1
  927. tensorflow_datasets/image_classification/cassava_test.py +1 -1
  928. tensorflow_datasets/image_classification/cats_vs_dogs.py +1 -1
  929. tensorflow_datasets/image_classification/cats_vs_dogs_test.py +1 -1
  930. tensorflow_datasets/image_classification/cbis_ddsm.py +1 -1
  931. tensorflow_datasets/image_classification/cbis_ddsm_test.py +1 -1
  932. tensorflow_datasets/image_classification/chexpert.py +1 -1
  933. tensorflow_datasets/image_classification/chexpert_test.py +1 -1
  934. tensorflow_datasets/image_classification/cifar.py +1 -1
  935. tensorflow_datasets/image_classification/cifar100_n/__init__.py +1 -1
  936. tensorflow_datasets/image_classification/cifar100_n/cifar100_n.py +1 -1
  937. tensorflow_datasets/image_classification/cifar100_n/cifar100_n_test.py +1 -1
  938. tensorflow_datasets/image_classification/cifar10_1.py +1 -1
  939. tensorflow_datasets/image_classification/cifar10_1_test.py +1 -1
  940. tensorflow_datasets/image_classification/cifar10_corrupted.py +1 -1
  941. tensorflow_datasets/image_classification/cifar10_corrupted_test.py +1 -1
  942. tensorflow_datasets/image_classification/cifar10_h/__init__.py +1 -1
  943. tensorflow_datasets/image_classification/cifar10_h/cifar10_h.py +1 -1
  944. tensorflow_datasets/image_classification/cifar10_h/cifar10_h_test.py +1 -1
  945. tensorflow_datasets/image_classification/cifar10_n/__init__.py +1 -1
  946. tensorflow_datasets/image_classification/cifar10_n/cifar10_n.py +1 -1
  947. tensorflow_datasets/image_classification/cifar10_n/cifar10_n_test.py +1 -1
  948. tensorflow_datasets/image_classification/cifar_test.py +1 -1
  949. tensorflow_datasets/image_classification/citrus.py +1 -1
  950. tensorflow_datasets/image_classification/citrus_test.py +1 -1
  951. tensorflow_datasets/image_classification/cmaterdb.py +1 -1
  952. tensorflow_datasets/image_classification/cmaterdb_test.py +1 -1
  953. tensorflow_datasets/image_classification/colorectal_histology.py +1 -1
  954. tensorflow_datasets/image_classification/colorectal_histology_test.py +1 -1
  955. tensorflow_datasets/image_classification/controlled_noisy_web_labels/__init__.py +1 -1
  956. tensorflow_datasets/image_classification/controlled_noisy_web_labels/controlled_noisy_web_labels.py +1 -1
  957. tensorflow_datasets/image_classification/controlled_noisy_web_labels/controlled_noisy_web_labels_test.py +1 -1
  958. tensorflow_datasets/image_classification/corruptions.py +1 -1
  959. tensorflow_datasets/image_classification/cycle_gan.py +1 -1
  960. tensorflow_datasets/image_classification/cycle_gan_test.py +1 -1
  961. tensorflow_datasets/image_classification/deep_weeds.py +1 -1
  962. tensorflow_datasets/image_classification/deep_weeds_test.py +1 -1
  963. tensorflow_datasets/image_classification/diabetic_retinopathy_detection.py +1 -1
  964. tensorflow_datasets/image_classification/diabetic_retinopathy_detection_test.py +1 -1
  965. tensorflow_datasets/image_classification/dmlab.py +1 -1
  966. tensorflow_datasets/image_classification/dmlab_test.py +1 -1
  967. tensorflow_datasets/image_classification/domainnet/__init__.py +1 -1
  968. tensorflow_datasets/image_classification/domainnet/domainnet.py +1 -1
  969. tensorflow_datasets/image_classification/domainnet/domainnet_test.py +1 -1
  970. tensorflow_datasets/image_classification/dtd.py +1 -1
  971. tensorflow_datasets/image_classification/dtd_test.py +1 -1
  972. tensorflow_datasets/image_classification/eurosat.py +1 -1
  973. tensorflow_datasets/image_classification/eurosat_test.py +1 -1
  974. tensorflow_datasets/image_classification/flowers.py +1 -1
  975. tensorflow_datasets/image_classification/food101.py +1 -1
  976. tensorflow_datasets/image_classification/food101_test.py +1 -1
  977. tensorflow_datasets/image_classification/geirhos_conflict_stimuli.py +1 -1
  978. tensorflow_datasets/image_classification/geirhos_conflict_stimuli_test.py +1 -1
  979. tensorflow_datasets/image_classification/horses_or_humans.py +1 -1
  980. tensorflow_datasets/image_classification/horses_or_humans_test.py +1 -1
  981. tensorflow_datasets/image_classification/i_naturalist2018/__init__.py +1 -1
  982. tensorflow_datasets/image_classification/i_naturalist2018/i_naturalist2018.py +1 -1
  983. tensorflow_datasets/image_classification/i_naturalist2018/i_naturalist2018_test.py +1 -1
  984. tensorflow_datasets/image_classification/i_naturalist2021/__init__.py +1 -1
  985. tensorflow_datasets/image_classification/i_naturalist2021/i_naturalist2021.py +1 -1
  986. tensorflow_datasets/image_classification/i_naturalist2021/i_naturalist2021_test.py +1 -1
  987. tensorflow_datasets/image_classification/imagenet.py +1 -1
  988. tensorflow_datasets/image_classification/imagenet2012_corrupted.py +1 -1
  989. tensorflow_datasets/image_classification/imagenet2012_fewshot.py +1 -1
  990. tensorflow_datasets/image_classification/imagenet2012_multilabel/__init__.py +1 -1
  991. tensorflow_datasets/image_classification/imagenet2012_multilabel/imagenet2012_multilabel.py +1 -1
  992. tensorflow_datasets/image_classification/imagenet2012_real.py +1 -1
  993. tensorflow_datasets/image_classification/imagenet2012_subset.py +1 -1
  994. tensorflow_datasets/image_classification/imagenet_a.py +1 -1
  995. tensorflow_datasets/image_classification/imagenet_lt/__init__.py +1 -1
  996. tensorflow_datasets/image_classification/imagenet_lt/imagenet_lt.py +1 -1
  997. tensorflow_datasets/image_classification/imagenet_r.py +1 -1
  998. tensorflow_datasets/image_classification/imagenet_resized.py +1 -1
  999. tensorflow_datasets/image_classification/imagenet_sketch/__init__.py +1 -1
  1000. tensorflow_datasets/image_classification/imagenet_sketch/imagenet_sketch.py +1 -1
  1001. tensorflow_datasets/image_classification/imagenet_v2.py +1 -1
  1002. tensorflow_datasets/image_classification/imagenette.py +1 -1
  1003. tensorflow_datasets/image_classification/imagewang.py +1 -1
  1004. tensorflow_datasets/image_classification/inaturalist.py +1 -1
  1005. tensorflow_datasets/image_classification/inaturalist_test.py +1 -1
  1006. tensorflow_datasets/image_classification/lfw.py +1 -1
  1007. tensorflow_datasets/image_classification/malaria.py +1 -1
  1008. tensorflow_datasets/image_classification/mnist.py +1 -1
  1009. tensorflow_datasets/image_classification/mnist_corrupted.py +1 -1
  1010. tensorflow_datasets/image_classification/mnist_corrupted_test.py +1 -1
  1011. tensorflow_datasets/image_classification/mnist_test.py +1 -1
  1012. tensorflow_datasets/image_classification/omniglot.py +1 -1
  1013. tensorflow_datasets/image_classification/oxford_flowers102.py +1 -1
  1014. tensorflow_datasets/image_classification/oxford_iiit_pet.py +1 -1
  1015. tensorflow_datasets/image_classification/patch_camelyon.py +1 -1
  1016. tensorflow_datasets/image_classification/pet_finder.py +1 -1
  1017. tensorflow_datasets/image_classification/places365_small.py +1 -1
  1018. tensorflow_datasets/image_classification/placesfull/__init__.py +1 -1
  1019. tensorflow_datasets/image_classification/placesfull/placesfull.py +1 -1
  1020. tensorflow_datasets/image_classification/plant_leaves.py +1 -1
  1021. tensorflow_datasets/image_classification/plant_village.py +1 -1
  1022. tensorflow_datasets/image_classification/plantae_k.py +1 -1
  1023. tensorflow_datasets/image_classification/quickdraw.py +1 -1
  1024. tensorflow_datasets/image_classification/resisc45.py +1 -1
  1025. tensorflow_datasets/image_classification/rock_paper_scissors.py +1 -1
  1026. tensorflow_datasets/image_classification/siscore/__init__.py +1 -1
  1027. tensorflow_datasets/image_classification/siscore/siscore.py +1 -1
  1028. tensorflow_datasets/image_classification/smallnorb.py +1 -1
  1029. tensorflow_datasets/image_classification/so2sat.py +1 -1
  1030. tensorflow_datasets/image_classification/stanford_dogs.py +1 -1
  1031. tensorflow_datasets/image_classification/stanford_online_products.py +1 -1
  1032. tensorflow_datasets/image_classification/stl10.py +1 -1
  1033. tensorflow_datasets/image_classification/sun.py +1 -1
  1034. tensorflow_datasets/image_classification/svhn.py +1 -1
  1035. tensorflow_datasets/image_classification/uc_merced.py +1 -1
  1036. tensorflow_datasets/image_classification/uc_merced_test.py +1 -1
  1037. tensorflow_datasets/image_classification/visual_domain_decathlon.py +1 -1
  1038. tensorflow_datasets/image_classification/visual_domain_decathlon_test.py +1 -1
  1039. tensorflow_datasets/import_public_api_test.py +1 -1
  1040. tensorflow_datasets/import_test.py +1 -1
  1041. tensorflow_datasets/import_without_tf_test.py +1 -1
  1042. tensorflow_datasets/nearest_neighbors/__init__.py +1 -1
  1043. tensorflow_datasets/nearest_neighbors/deep1b/__init__.py +1 -1
  1044. tensorflow_datasets/nearest_neighbors/deep1b/deep1b.py +1 -1
  1045. tensorflow_datasets/nearest_neighbors/deep1b/deep1b_test.py +1 -1
  1046. tensorflow_datasets/nearest_neighbors/glove_100_angular/__init__.py +1 -1
  1047. tensorflow_datasets/nearest_neighbors/glove_100_angular/glove_100_angular.py +1 -1
  1048. tensorflow_datasets/nearest_neighbors/glove_100_angular/glove_100_angular_test.py +1 -1
  1049. tensorflow_datasets/nearest_neighbors/sift1m/__init__.py +1 -1
  1050. tensorflow_datasets/nearest_neighbors/sift1m/sift1m.py +1 -1
  1051. tensorflow_datasets/object_detection/__init__.py +1 -1
  1052. tensorflow_datasets/object_detection/coco.py +1 -1
  1053. tensorflow_datasets/object_detection/coco_captions.py +1 -1
  1054. tensorflow_datasets/object_detection/coco_captions_test.py +1 -1
  1055. tensorflow_datasets/object_detection/coco_test.py +1 -1
  1056. tensorflow_datasets/object_detection/kitti.py +1 -1
  1057. tensorflow_datasets/object_detection/lvis/__init__.py +1 -1
  1058. tensorflow_datasets/object_detection/lvis/lvis.py +1 -1
  1059. tensorflow_datasets/object_detection/open_images.py +1 -1
  1060. tensorflow_datasets/object_detection/open_images_challenge2019.py +1 -1
  1061. tensorflow_datasets/object_detection/open_images_challenge2019_beam.py +1 -1
  1062. tensorflow_datasets/object_detection/voc.py +1 -1
  1063. tensorflow_datasets/object_detection/voc_test.py +1 -1
  1064. tensorflow_datasets/object_detection/waymo_open_dataset.py +1 -1
  1065. tensorflow_datasets/object_detection/waymo_open_dataset_test.py +1 -1
  1066. tensorflow_datasets/object_detection/wider_face.py +1 -1
  1067. tensorflow_datasets/object_detection/wider_face_test.py +1 -1
  1068. tensorflow_datasets/proto/__init__.py +1 -1
  1069. tensorflow_datasets/proto/build_tf_proto.py +1 -1
  1070. tensorflow_datasets/proto/build_tf_proto_test.py +1 -1
  1071. tensorflow_datasets/proto/smart_control_building_generated_pb2.py +1 -1
  1072. tensorflow_datasets/proto/smart_control_normalization_generated_pb2.py +1 -1
  1073. tensorflow_datasets/proto/smart_control_reward_generated_pb2.py +1 -1
  1074. tensorflow_datasets/proto/tf_example_generated_pb2.py +1 -1
  1075. tensorflow_datasets/proto/tf_feature_generated_pb2.py +1 -1
  1076. tensorflow_datasets/proto/waymo_dataset_generated_pb2.py +1 -1
  1077. tensorflow_datasets/public_api.py +1 -1
  1078. tensorflow_datasets/question_answering/__init__.py +1 -1
  1079. tensorflow_datasets/question_answering/ai2_arc.py +1 -1
  1080. tensorflow_datasets/question_answering/ai2_arc_with_ir.py +1 -1
  1081. tensorflow_datasets/question_answering/answer_equivalence/__init__.py +1 -1
  1082. tensorflow_datasets/question_answering/answer_equivalence/answer_equivalence.py +1 -1
  1083. tensorflow_datasets/question_answering/asqa/__init__.py +1 -1
  1084. tensorflow_datasets/question_answering/asqa/asqa.py +1 -1
  1085. tensorflow_datasets/question_answering/coqa/__init__.py +1 -1
  1086. tensorflow_datasets/question_answering/coqa/coqa.py +1 -1
  1087. tensorflow_datasets/question_answering/coqa/coqa_test.py +1 -1
  1088. tensorflow_datasets/question_answering/cosmos_qa.py +1 -1
  1089. tensorflow_datasets/question_answering/cosmos_qa_test.py +1 -1
  1090. tensorflow_datasets/question_answering/mctaco.py +1 -1
  1091. tensorflow_datasets/question_answering/mlqa.py +1 -1
  1092. tensorflow_datasets/question_answering/natural_questions.py +1 -1
  1093. tensorflow_datasets/question_answering/natural_questions_open.py +1 -1
  1094. tensorflow_datasets/question_answering/qa_utils.py +1 -1
  1095. tensorflow_datasets/question_answering/qa_utils_test.py +1 -1
  1096. tensorflow_datasets/question_answering/qasc/__init__.py +1 -1
  1097. tensorflow_datasets/question_answering/qasc/qasc.py +1 -1
  1098. tensorflow_datasets/question_answering/squad/__init__.py +1 -1
  1099. tensorflow_datasets/question_answering/squad/squad.py +1 -1
  1100. tensorflow_datasets/question_answering/trivia_qa.py +1 -1
  1101. tensorflow_datasets/question_answering/tydi_qa.py +1 -1
  1102. tensorflow_datasets/question_answering/tydi_qa_test.py +1 -1
  1103. tensorflow_datasets/question_answering/web_questions.py +1 -1
  1104. tensorflow_datasets/question_answering/web_questions_test.py +1 -1
  1105. tensorflow_datasets/question_answering/xquad.py +1 -1
  1106. tensorflow_datasets/question_answering/xquad_test.py +1 -1
  1107. tensorflow_datasets/ranking/__init__.py +1 -1
  1108. tensorflow_datasets/ranking/istella/__init__.py +1 -1
  1109. tensorflow_datasets/ranking/istella/istella.py +1 -1
  1110. tensorflow_datasets/ranking/istella/istella_test.py +1 -1
  1111. tensorflow_datasets/ranking/libsvm_ranking_parser.py +1 -1
  1112. tensorflow_datasets/ranking/libsvm_ranking_parser_test.py +1 -1
  1113. tensorflow_datasets/ranking/mslr_web/__init__.py +1 -1
  1114. tensorflow_datasets/ranking/mslr_web/mslr_web.py +1 -1
  1115. tensorflow_datasets/ranking/mslr_web/mslr_web_test.py +1 -1
  1116. tensorflow_datasets/ranking/yahoo_ltrc/__init__.py +1 -1
  1117. tensorflow_datasets/ranking/yahoo_ltrc/yahoo_ltrc.py +1 -1
  1118. tensorflow_datasets/ranking/yahoo_ltrc/yahoo_ltrc_test.py +1 -1
  1119. tensorflow_datasets/recommendation/__init__.py +1 -1
  1120. tensorflow_datasets/recommendation/criteo/__init__.py +1 -1
  1121. tensorflow_datasets/recommendation/criteo/criteo.py +1 -1
  1122. tensorflow_datasets/recommendation/criteo/criteo_test.py +1 -1
  1123. tensorflow_datasets/recommendation/hillstrom/__init__.py +1 -1
  1124. tensorflow_datasets/recommendation/hillstrom/hillstrom.py +1 -1
  1125. tensorflow_datasets/recommendation/hillstrom/hillstrom_test.py +1 -1
  1126. tensorflow_datasets/recommendation/simPTE/__init__.py +1 -1
  1127. tensorflow_datasets/recommendation/simPTE/simPTE.py +1 -1
  1128. tensorflow_datasets/rl_unplugged/__init__.py +1 -1
  1129. tensorflow_datasets/rl_unplugged/atari_utils.py +1 -1
  1130. tensorflow_datasets/rl_unplugged/dmlab_dataset.py +1 -1
  1131. tensorflow_datasets/rl_unplugged/rlu_atari/__init__.py +1 -1
  1132. tensorflow_datasets/rl_unplugged/rlu_atari/rlu_atari.py +1 -1
  1133. tensorflow_datasets/rl_unplugged/rlu_atari/rlu_atari_test.py +1 -1
  1134. tensorflow_datasets/rl_unplugged/rlu_atari_checkpoints/__init__.py +1 -1
  1135. tensorflow_datasets/rl_unplugged/rlu_atari_checkpoints/rlu_atari_checkpoints.py +1 -1
  1136. tensorflow_datasets/rl_unplugged/rlu_atari_checkpoints/rlu_atari_checkpoints_test.py +1 -1
  1137. tensorflow_datasets/rl_unplugged/rlu_atari_checkpoints_ordered/__init__.py +1 -1
  1138. tensorflow_datasets/rl_unplugged/rlu_atari_checkpoints_ordered/rlu_atari_checkpoints_ordered.py +1 -1
  1139. tensorflow_datasets/rl_unplugged/rlu_atari_checkpoints_ordered/rlu_atari_checkpoints_ordered_test.py +1 -1
  1140. tensorflow_datasets/rl_unplugged/rlu_common.py +1 -1
  1141. tensorflow_datasets/rl_unplugged/rlu_control_suite/__init__.py +1 -1
  1142. tensorflow_datasets/rl_unplugged/rlu_control_suite/rlu_control_suite.py +1 -1
  1143. tensorflow_datasets/rl_unplugged/rlu_control_suite/rlu_control_suite_test.py +1 -1
  1144. tensorflow_datasets/rl_unplugged/rlu_dmlab_explore_object_rewards_few/__init__.py +1 -1
  1145. tensorflow_datasets/rl_unplugged/rlu_dmlab_explore_object_rewards_few/rlu_dmlab_explore_object_rewards_few.py +1 -1
  1146. tensorflow_datasets/rl_unplugged/rlu_dmlab_explore_object_rewards_few/rlu_dmlab_explore_object_rewards_few_test.py +1 -1
  1147. tensorflow_datasets/rl_unplugged/rlu_dmlab_explore_object_rewards_many/__init__.py +1 -1
  1148. tensorflow_datasets/rl_unplugged/rlu_dmlab_explore_object_rewards_many/rlu_dmlab_explore_object_rewards_many.py +1 -1
  1149. tensorflow_datasets/rl_unplugged/rlu_dmlab_explore_object_rewards_many/rlu_dmlab_explore_object_rewards_many_test.py +1 -1
  1150. tensorflow_datasets/rl_unplugged/rlu_dmlab_rooms_select_nonmatching_object/__init__.py +1 -1
  1151. tensorflow_datasets/rl_unplugged/rlu_dmlab_rooms_select_nonmatching_object/rlu_dmlab_rooms_select_nonmatching_object.py +1 -1
  1152. tensorflow_datasets/rl_unplugged/rlu_dmlab_rooms_select_nonmatching_object/rlu_dmlab_rooms_select_nonmatching_object_test.py +1 -1
  1153. tensorflow_datasets/rl_unplugged/rlu_dmlab_rooms_watermaze/__init__.py +1 -1
  1154. tensorflow_datasets/rl_unplugged/rlu_dmlab_rooms_watermaze/rlu_dmlab_rooms_watermaze.py +1 -1
  1155. tensorflow_datasets/rl_unplugged/rlu_dmlab_rooms_watermaze/rlu_dmlab_rooms_watermaze_test.py +1 -1
  1156. tensorflow_datasets/rl_unplugged/rlu_dmlab_seekavoid_arena01/__init__.py +1 -1
  1157. tensorflow_datasets/rl_unplugged/rlu_dmlab_seekavoid_arena01/rlu_dmlab_seekavoid_arena01.py +1 -1
  1158. tensorflow_datasets/rl_unplugged/rlu_dmlab_seekavoid_arena01/rlu_dmlab_seekavoid_arena01_test.py +1 -1
  1159. tensorflow_datasets/rl_unplugged/rlu_locomotion/__init__.py +1 -1
  1160. tensorflow_datasets/rl_unplugged/rlu_locomotion/rlu_locomotion.py +1 -1
  1161. tensorflow_datasets/rl_unplugged/rlu_locomotion/rlu_locomotion_test.py +1 -1
  1162. tensorflow_datasets/rl_unplugged/rlu_rwrl/__init__.py +1 -1
  1163. tensorflow_datasets/rl_unplugged/rlu_rwrl/rlu_rwrl.py +1 -1
  1164. tensorflow_datasets/rl_unplugged/rlu_rwrl/rlu_rwrl_test.py +1 -1
  1165. tensorflow_datasets/rlds/__init__.py +1 -1
  1166. tensorflow_datasets/rlds/datasets/__init__.py +1 -1
  1167. tensorflow_datasets/rlds/datasets/locomotion/__init__.py +1 -1
  1168. tensorflow_datasets/rlds/datasets/locomotion/locomotion.py +1 -1
  1169. tensorflow_datasets/rlds/datasets/locomotion/locomotion_test.py +1 -1
  1170. tensorflow_datasets/rlds/datasets/robosuite_panda_pick_place_can/__init__.py +1 -1
  1171. tensorflow_datasets/rlds/datasets/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can.py +1 -1
  1172. tensorflow_datasets/rlds/datasets/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can_test.py +1 -1
  1173. tensorflow_datasets/rlds/envlogger_reader.py +1 -1
  1174. tensorflow_datasets/rlds/rlds_base.py +1 -1
  1175. tensorflow_datasets/robomimic/__init__.py +1 -1
  1176. tensorflow_datasets/robomimic/dataset_utils.py +1 -1
  1177. tensorflow_datasets/robomimic/dataset_utils_test.py +1 -1
  1178. tensorflow_datasets/robomimic/robomimic_ph/__init__.py +1 -1
  1179. tensorflow_datasets/robomimic/robomimic_ph/robomimic_ph.py +1 -1
  1180. tensorflow_datasets/robotics/__init__.py +1 -1
  1181. tensorflow_datasets/robotics/asimov/__init__.py +1 -1
  1182. tensorflow_datasets/robotics/asimov/asimov.py +1 -1
  1183. tensorflow_datasets/robotics/dataset_importer_builder.py +1 -1
  1184. tensorflow_datasets/robotics/dataset_importer_builder_test.py +1 -1
  1185. tensorflow_datasets/robotics/mt_opt/__init__.py +1 -1
  1186. tensorflow_datasets/robotics/mt_opt/mt_opt.py +1 -1
  1187. tensorflow_datasets/robotics/mt_opt/mt_opt_test.py +1 -1
  1188. tensorflow_datasets/robotics/rtx/__init__.py +1 -1
  1189. tensorflow_datasets/robotics/rtx/rtx.py +1 -1
  1190. tensorflow_datasets/scripts/__init__.py +1 -1
  1191. tensorflow_datasets/scripts/benchmarks/__init__.py +1 -1
  1192. tensorflow_datasets/scripts/cleanup/__init__.py +1 -1
  1193. tensorflow_datasets/scripts/cleanup/convert_nlp.py +1 -1
  1194. tensorflow_datasets/scripts/cleanup/delete_old_versions.py +1 -1
  1195. tensorflow_datasets/scripts/cleanup/delete_old_versions_test.py +1 -1
  1196. tensorflow_datasets/scripts/cleanup/metadata_cleanup.py +1 -1
  1197. tensorflow_datasets/scripts/cleanup/refactor_dataset_as_folder.py +1 -1
  1198. tensorflow_datasets/scripts/cleanup/url_filename_recorder.py +1 -1
  1199. tensorflow_datasets/scripts/cleanup/url_status_checker.py +1 -1
  1200. tensorflow_datasets/scripts/cli/__init__.py +1 -1
  1201. tensorflow_datasets/scripts/cli/build.py +1 -1
  1202. tensorflow_datasets/scripts/cli/build_test.py +1 -1
  1203. tensorflow_datasets/scripts/cli/builder_templates.py +1 -1
  1204. tensorflow_datasets/scripts/cli/builder_templates_test.py +1 -1
  1205. tensorflow_datasets/scripts/cli/cli_utils.py +1 -1
  1206. tensorflow_datasets/scripts/cli/conftest.py +1 -1
  1207. tensorflow_datasets/scripts/cli/convert_format.py +1 -1
  1208. tensorflow_datasets/scripts/cli/convert_format_utils.py +1 -1
  1209. tensorflow_datasets/scripts/cli/convert_format_utils_test.py +1 -1
  1210. tensorflow_datasets/scripts/cli/croissant.py +1 -1
  1211. tensorflow_datasets/scripts/cli/main.py +1 -1
  1212. tensorflow_datasets/scripts/cli/main_test.py +1 -1
  1213. tensorflow_datasets/scripts/cli/new.py +1 -1
  1214. tensorflow_datasets/scripts/cli/new_test.py +1 -1
  1215. tensorflow_datasets/scripts/convert_format.py +1 -1
  1216. tensorflow_datasets/scripts/deployment/__init__.py +1 -1
  1217. tensorflow_datasets/scripts/deployment/copy_dataset_info_files.py +1 -1
  1218. tensorflow_datasets/scripts/deployment/export_community_datasets.py +1 -1
  1219. tensorflow_datasets/scripts/deployment/export_community_datasets_test.py +1 -1
  1220. tensorflow_datasets/scripts/documentation/__init__.py +1 -1
  1221. tensorflow_datasets/scripts/documentation/build_api_docs.py +1 -1
  1222. tensorflow_datasets/scripts/documentation/build_api_docs_test.py +1 -1
  1223. tensorflow_datasets/scripts/documentation/build_catalog.py +1 -1
  1224. tensorflow_datasets/scripts/documentation/build_catalog_test.py +1 -1
  1225. tensorflow_datasets/scripts/documentation/build_community_catalog.py +1 -1
  1226. tensorflow_datasets/scripts/documentation/build_community_catalog_test.py +1 -1
  1227. tensorflow_datasets/scripts/documentation/collection_markdown_builder.py +1 -1
  1228. tensorflow_datasets/scripts/documentation/collection_markdown_builder_test.py +1 -1
  1229. tensorflow_datasets/scripts/documentation/dataset_markdown_builder.py +1 -1
  1230. tensorflow_datasets/scripts/documentation/dataset_markdown_builder_test.py +1 -1
  1231. tensorflow_datasets/scripts/documentation/doc_utils.py +1 -1
  1232. tensorflow_datasets/scripts/documentation/doc_utils_test.py +1 -1
  1233. tensorflow_datasets/scripts/documentation/document_datasets.py +1 -1
  1234. tensorflow_datasets/scripts/documentation/document_datasets_test.py +1 -1
  1235. tensorflow_datasets/scripts/documentation/generate_dataframe.py +1 -1
  1236. tensorflow_datasets/scripts/documentation/generate_visualization.py +1 -1
  1237. tensorflow_datasets/scripts/documentation/script_utils.py +1 -1
  1238. tensorflow_datasets/scripts/download_and_prepare.py +1 -1
  1239. tensorflow_datasets/scripts/freeze_dataset_versions.py +1 -1
  1240. tensorflow_datasets/scripts/print_num_configs.py +1 -1
  1241. tensorflow_datasets/scripts/replace_fake_images.py +1 -1
  1242. tensorflow_datasets/scripts/tools/__init__.py +1 -1
  1243. tensorflow_datasets/scripts/tools/compute_split_info.py +1 -1
  1244. tensorflow_datasets/scripts/utils/__init__.py +1 -1
  1245. tensorflow_datasets/scripts/utils/flag_utils.py +1 -1
  1246. tensorflow_datasets/scripts/utils/flag_utils_test.py +1 -1
  1247. tensorflow_datasets/setup_teardown.py +1 -1
  1248. tensorflow_datasets/structured/__init__.py +1 -1
  1249. tensorflow_datasets/structured/amazon_us_reviews.py +1 -1
  1250. tensorflow_datasets/structured/ble_wind_field/__init__.py +1 -1
  1251. tensorflow_datasets/structured/ble_wind_field/ble_wind_field.py +1 -1
  1252. tensorflow_datasets/structured/cherry_blossoms/__init__.py +1 -1
  1253. tensorflow_datasets/structured/cherry_blossoms/cherry_blossoms.py +1 -1
  1254. tensorflow_datasets/structured/cherry_blossoms/cherry_blossoms_test.py +1 -1
  1255. tensorflow_datasets/structured/covid19/__init__.py +1 -1
  1256. tensorflow_datasets/structured/covid19/covid19.py +1 -1
  1257. tensorflow_datasets/structured/covid19/covid19_test.py +1 -1
  1258. tensorflow_datasets/structured/cs_restaurants/__init__.py +1 -1
  1259. tensorflow_datasets/structured/cs_restaurants/cs_restaurants.py +1 -1
  1260. tensorflow_datasets/structured/cs_restaurants/cs_restaurants_test.py +1 -1
  1261. tensorflow_datasets/structured/dart/__init__.py +1 -1
  1262. tensorflow_datasets/structured/dart/dart.py +1 -1
  1263. tensorflow_datasets/structured/dart/dart_test.py +1 -1
  1264. tensorflow_datasets/structured/diamonds/__init__.py +1 -1
  1265. tensorflow_datasets/structured/diamonds/diamonds.py +1 -1
  1266. tensorflow_datasets/structured/diamonds/diamonds_test.py +1 -1
  1267. tensorflow_datasets/structured/e2e_cleaned.py +1 -1
  1268. tensorflow_datasets/structured/efron_morris_75/__init__.py +1 -1
  1269. tensorflow_datasets/structured/efron_morris_75/efron_morris_75.py +1 -1
  1270. tensorflow_datasets/structured/forest_fires.py +1 -1
  1271. tensorflow_datasets/structured/forest_fires_test.py +1 -1
  1272. tensorflow_datasets/structured/genomics_ood.py +1 -1
  1273. tensorflow_datasets/structured/genomics_ood_test.py +1 -1
  1274. tensorflow_datasets/structured/german_credit_numeric.py +1 -1
  1275. tensorflow_datasets/structured/german_credit_numeric_test.py +1 -1
  1276. tensorflow_datasets/structured/higgs.py +1 -1
  1277. tensorflow_datasets/structured/higgs_test.py +1 -1
  1278. tensorflow_datasets/structured/howell/__init__.py +1 -1
  1279. tensorflow_datasets/structured/howell/howell.py +1 -1
  1280. tensorflow_datasets/structured/howell/howell_test.py +1 -1
  1281. tensorflow_datasets/structured/iris.py +1 -1
  1282. tensorflow_datasets/structured/iris_test.py +1 -1
  1283. tensorflow_datasets/structured/kddcup99/__init__.py +1 -1
  1284. tensorflow_datasets/structured/kddcup99/kddcup99.py +1 -1
  1285. tensorflow_datasets/structured/movielens.py +1 -1
  1286. tensorflow_datasets/structured/movielens_parsing.py +1 -1
  1287. tensorflow_datasets/structured/movielens_parsing_test.py +1 -1
  1288. tensorflow_datasets/structured/movielens_test.py +1 -1
  1289. tensorflow_datasets/structured/penguins/__init__.py +1 -1
  1290. tensorflow_datasets/structured/penguins/penguins.py +1 -1
  1291. tensorflow_datasets/structured/proteinnet/__init__.py +1 -1
  1292. tensorflow_datasets/structured/proteinnet/proteinnet.py +1 -1
  1293. tensorflow_datasets/structured/radon.py +1 -1
  1294. tensorflow_datasets/structured/rock_you.py +1 -1
  1295. tensorflow_datasets/structured/titanic.py +1 -1
  1296. tensorflow_datasets/structured/web_graph/__init__.py +1 -1
  1297. tensorflow_datasets/structured/web_graph/web_graph.py +1 -1
  1298. tensorflow_datasets/structured/web_graph/web_graph_test.py +1 -1
  1299. tensorflow_datasets/structured/web_nlg/__init__.py +1 -1
  1300. tensorflow_datasets/structured/web_nlg/web_nlg.py +1 -1
  1301. tensorflow_datasets/structured/web_nlg/web_nlg_test.py +1 -1
  1302. tensorflow_datasets/structured/wiki_bio.py +1 -1
  1303. tensorflow_datasets/structured/wiki_bio_test.py +1 -1
  1304. tensorflow_datasets/structured/wiki_table_questions/__init__.py +1 -1
  1305. tensorflow_datasets/structured/wiki_table_questions/wiki_table_questions.py +1 -1
  1306. tensorflow_datasets/structured/wiki_table_questions/wiki_table_questions_test.py +1 -1
  1307. tensorflow_datasets/structured/wiki_table_text/__init__.py +1 -1
  1308. tensorflow_datasets/structured/wiki_table_text/wiki_table_text.py +1 -1
  1309. tensorflow_datasets/structured/wiki_table_text/wiki_table_text_test.py +1 -1
  1310. tensorflow_datasets/structured/wine_quality/__init__.py +1 -1
  1311. tensorflow_datasets/structured/wine_quality/wine_quality.py +1 -1
  1312. tensorflow_datasets/structured/wine_quality/wine_quality_test.py +1 -1
  1313. tensorflow_datasets/summarization/__init__.py +1 -1
  1314. tensorflow_datasets/summarization/aeslc.py +1 -1
  1315. tensorflow_datasets/summarization/big_patent.py +1 -1
  1316. tensorflow_datasets/summarization/billsum.py +1 -1
  1317. tensorflow_datasets/summarization/booksum/__init__.py +1 -1
  1318. tensorflow_datasets/summarization/booksum/booksum.py +1 -1
  1319. tensorflow_datasets/summarization/cnn_dailymail.py +1 -1
  1320. tensorflow_datasets/summarization/cnn_dailymail_test.py +1 -1
  1321. tensorflow_datasets/summarization/covid19sum.py +1 -1
  1322. tensorflow_datasets/summarization/covid19sum_test.py +1 -1
  1323. tensorflow_datasets/summarization/gigaword.py +1 -1
  1324. tensorflow_datasets/summarization/gigaword_test.py +1 -1
  1325. tensorflow_datasets/summarization/gov_report/__init__.py +1 -1
  1326. tensorflow_datasets/summarization/gov_report/gov_report.py +1 -1
  1327. tensorflow_datasets/summarization/gov_report/gov_report_test.py +1 -1
  1328. tensorflow_datasets/summarization/media_sum/__init__.py +1 -1
  1329. tensorflow_datasets/summarization/media_sum/media_sum.py +1 -1
  1330. tensorflow_datasets/summarization/multi_news.py +1 -1
  1331. tensorflow_datasets/summarization/multi_news_test.py +1 -1
  1332. tensorflow_datasets/summarization/newsroom.py +1 -1
  1333. tensorflow_datasets/summarization/opinion_abstracts.py +1 -1
  1334. tensorflow_datasets/summarization/opinosis.py +1 -1
  1335. tensorflow_datasets/summarization/reddit.py +1 -1
  1336. tensorflow_datasets/summarization/reddit_tifu.py +1 -1
  1337. tensorflow_datasets/summarization/samsum.py +1 -1
  1338. tensorflow_datasets/summarization/scientific_papers.py +1 -1
  1339. tensorflow_datasets/summarization/summscreen/__init__.py +1 -1
  1340. tensorflow_datasets/summarization/summscreen/summscreen.py +1 -1
  1341. tensorflow_datasets/summarization/wikihow.py +1 -1
  1342. tensorflow_datasets/summarization/wikihow_test.py +1 -1
  1343. tensorflow_datasets/summarization/xsum.py +1 -1
  1344. tensorflow_datasets/summarization/xsum_test.py +1 -1
  1345. tensorflow_datasets/testing/__init__.py +1 -1
  1346. tensorflow_datasets/testing/dataset_builder_testing.py +1 -1
  1347. tensorflow_datasets/testing/dataset_builder_testing_test.py +1 -1
  1348. tensorflow_datasets/testing/dataset_collection_builder_testing.py +1 -1
  1349. tensorflow_datasets/testing/dataset_collection_builder_testing_test.py +1 -1
  1350. tensorflow_datasets/testing/fake_data_utils.py +1 -1
  1351. tensorflow_datasets/testing/feature_test_case.py +1 -1
  1352. tensorflow_datasets/testing/mocking.py +1 -1
  1353. tensorflow_datasets/testing/mocking_test.py +1 -1
  1354. tensorflow_datasets/testing/test_case.py +1 -1
  1355. tensorflow_datasets/testing/test_case_in_context.py +1 -1
  1356. tensorflow_datasets/testing/test_utils.py +1 -1
  1357. tensorflow_datasets/testing/test_utils_test.py +1 -1
  1358. tensorflow_datasets/testing/version_test.py +1 -1
  1359. tensorflow_datasets/text/__init__.py +1 -1
  1360. tensorflow_datasets/text/ag_news_subset.py +1 -1
  1361. tensorflow_datasets/text/anli.py +1 -1
  1362. tensorflow_datasets/text/assin2/__init__.py +1 -1
  1363. tensorflow_datasets/text/assin2/assin2.py +1 -1
  1364. tensorflow_datasets/text/beir/__init__.py +1 -1
  1365. tensorflow_datasets/text/beir/beir.py +1 -1
  1366. tensorflow_datasets/text/blimp.py +1 -1
  1367. tensorflow_datasets/text/bool_q/__init__.py +1 -1
  1368. tensorflow_datasets/text/bool_q/bool_q.py +1 -1
  1369. tensorflow_datasets/text/c4.py +1 -1
  1370. tensorflow_datasets/text/c4_test.py +1 -1
  1371. tensorflow_datasets/text/c4_utils.py +1 -1
  1372. tensorflow_datasets/text/c4_utils_test.py +1 -1
  1373. tensorflow_datasets/text/c4_wsrs/__init__.py +1 -1
  1374. tensorflow_datasets/text/c4_wsrs/c4_wsrs.py +1 -1
  1375. tensorflow_datasets/text/c4_wsrs/c4_wsrs_test.py +1 -1
  1376. tensorflow_datasets/text/c4_wsrs/c4_wsrs_utils.py +1 -1
  1377. tensorflow_datasets/text/c4_wsrs/c4_wsrs_utils_test.py +1 -1
  1378. tensorflow_datasets/text/cfq.py +1 -1
  1379. tensorflow_datasets/text/cfq_test.py +1 -1
  1380. tensorflow_datasets/text/civil_comments.py +1 -1
  1381. tensorflow_datasets/text/civil_comments_test.py +1 -1
  1382. tensorflow_datasets/text/clinc_oos.py +1 -1
  1383. tensorflow_datasets/text/clinc_oos_test.py +1 -1
  1384. tensorflow_datasets/text/conll2002/__init__.py +1 -1
  1385. tensorflow_datasets/text/conll2002/conll2002.py +1 -1
  1386. tensorflow_datasets/text/conll2002/conll2002_test.py +1 -1
  1387. tensorflow_datasets/text/conll2003/__init__.py +1 -1
  1388. tensorflow_datasets/text/conll2003/conll2003.py +1 -1
  1389. tensorflow_datasets/text/conll2003/conll2003_test.py +1 -1
  1390. tensorflow_datasets/text/cos_e.py +1 -1
  1391. tensorflow_datasets/text/cos_e_test.py +1 -1
  1392. tensorflow_datasets/text/definite_pronoun_resolution.py +1 -1
  1393. tensorflow_datasets/text/definite_pronoun_resolution_test.py +1 -1
  1394. tensorflow_datasets/text/docnli/__init__.py +1 -1
  1395. tensorflow_datasets/text/docnli/docnli.py +1 -1
  1396. tensorflow_datasets/text/docnli/docnli_test.py +1 -1
  1397. tensorflow_datasets/text/dolphin_number_word/__init__.py +1 -1
  1398. tensorflow_datasets/text/dolphin_number_word/dolphin_number_word.py +1 -1
  1399. tensorflow_datasets/text/dolphin_number_word/dolphin_number_word_test.py +1 -1
  1400. tensorflow_datasets/text/drop/__init__.py +1 -1
  1401. tensorflow_datasets/text/drop/drop.py +1 -1
  1402. tensorflow_datasets/text/drop/drop_test.py +1 -1
  1403. tensorflow_datasets/text/eraser_multi_rc.py +1 -1
  1404. tensorflow_datasets/text/eraser_multi_rc_test.py +1 -1
  1405. tensorflow_datasets/text/esnli.py +1 -1
  1406. tensorflow_datasets/text/esnli_test.py +1 -1
  1407. tensorflow_datasets/text/gap.py +1 -1
  1408. tensorflow_datasets/text/gap_test.py +1 -1
  1409. tensorflow_datasets/text/gem/__init__.py +1 -1
  1410. tensorflow_datasets/text/gem/gem.py +1 -1
  1411. tensorflow_datasets/text/gem/gem_test.py +1 -1
  1412. tensorflow_datasets/text/glue.py +1 -1
  1413. tensorflow_datasets/text/glue_test.py +1 -1
  1414. tensorflow_datasets/text/goemotions.py +1 -1
  1415. tensorflow_datasets/text/goemotions_test.py +1 -1
  1416. tensorflow_datasets/text/gpt3.py +1 -1
  1417. tensorflow_datasets/text/gpt3_test.py +1 -1
  1418. tensorflow_datasets/text/gsm8k/__init__.py +1 -1
  1419. tensorflow_datasets/text/gsm8k/gsm8k.py +1 -1
  1420. tensorflow_datasets/text/gsm8k/gsm8k_test.py +1 -1
  1421. tensorflow_datasets/text/hellaswag.py +1 -1
  1422. tensorflow_datasets/text/hellaswag_test.py +1 -1
  1423. tensorflow_datasets/text/imdb.py +1 -1
  1424. tensorflow_datasets/text/irc_disentanglement.py +1 -1
  1425. tensorflow_datasets/text/lambada/__init__.py +1 -1
  1426. tensorflow_datasets/text/lambada/lambada.py +1 -1
  1427. tensorflow_datasets/text/librispeech_lm.py +1 -1
  1428. tensorflow_datasets/text/lm1b.py +1 -1
  1429. tensorflow_datasets/text/math_dataset.py +1 -1
  1430. tensorflow_datasets/text/math_qa/__init__.py +1 -1
  1431. tensorflow_datasets/text/math_qa/math_qa.py +1 -1
  1432. tensorflow_datasets/text/movie_rationales.py +1 -1
  1433. tensorflow_datasets/text/movie_rationales_test.py +1 -1
  1434. tensorflow_datasets/text/mrqa/__init__.py +1 -1
  1435. tensorflow_datasets/text/mrqa/mrqa.py +1 -1
  1436. tensorflow_datasets/text/mrqa/mrqa_test.py +1 -1
  1437. tensorflow_datasets/text/multi_nli.py +1 -1
  1438. tensorflow_datasets/text/multi_nli_mismatch.py +1 -1
  1439. tensorflow_datasets/text/multi_nli_mismatch_test.py +1 -1
  1440. tensorflow_datasets/text/multi_nli_test.py +1 -1
  1441. tensorflow_datasets/text/openbookqa.py +1 -1
  1442. tensorflow_datasets/text/paws_wiki.py +1 -1
  1443. tensorflow_datasets/text/paws_x_wiki/__init__.py +1 -1
  1444. tensorflow_datasets/text/paws_x_wiki/paws_x_wiki.py +1 -1
  1445. tensorflow_datasets/text/pg19.py +1 -1
  1446. tensorflow_datasets/text/piqa.py +1 -1
  1447. tensorflow_datasets/text/qa4mre.py +1 -1
  1448. tensorflow_datasets/text/qrecc/__init__.py +1 -1
  1449. tensorflow_datasets/text/qrecc/qrecc.py +1 -1
  1450. tensorflow_datasets/text/qrecc/qrecc_test.py +1 -1
  1451. tensorflow_datasets/text/quac/__init__.py +1 -1
  1452. tensorflow_datasets/text/quac/quac.py +1 -1
  1453. tensorflow_datasets/text/quality/__init__.py +1 -1
  1454. tensorflow_datasets/text/quality/quality.py +1 -1
  1455. tensorflow_datasets/text/race/__init__.py +1 -1
  1456. tensorflow_datasets/text/race/race.py +1 -1
  1457. tensorflow_datasets/text/reddit_disentanglement.py +1 -1
  1458. tensorflow_datasets/text/salient_span_wikipedia.py +1 -1
  1459. tensorflow_datasets/text/scan.py +1 -1
  1460. tensorflow_datasets/text/schema_guided_dialogue/__init__.py +1 -1
  1461. tensorflow_datasets/text/schema_guided_dialogue/schema_guided_dialogue.py +1 -1
  1462. tensorflow_datasets/text/scicite.py +1 -1
  1463. tensorflow_datasets/text/scitail/__init__.py +1 -1
  1464. tensorflow_datasets/text/scitail/scitail.py +1 -1
  1465. tensorflow_datasets/text/scrolls/__init__.py +1 -1
  1466. tensorflow_datasets/text/scrolls/scrolls.py +1 -1
  1467. tensorflow_datasets/text/scrolls/scrolls_test.py +1 -1
  1468. tensorflow_datasets/text/sentiment140/__init__.py +1 -1
  1469. tensorflow_datasets/text/sentiment140/sentiment140.py +1 -1
  1470. tensorflow_datasets/text/snli.py +1 -1
  1471. tensorflow_datasets/text/squad_question_generation/__init__.py +1 -1
  1472. tensorflow_datasets/text/squad_question_generation/squad_question_generation.py +1 -1
  1473. tensorflow_datasets/text/squad_question_generation/squad_question_generation_test.py +1 -1
  1474. tensorflow_datasets/text/star_cfq/__init__.py +1 -1
  1475. tensorflow_datasets/text/star_cfq/star_cfq.py +1 -1
  1476. tensorflow_datasets/text/story_cloze/__init__.py +1 -1
  1477. tensorflow_datasets/text/story_cloze/story_cloze.py +1 -1
  1478. tensorflow_datasets/text/super_glue.py +1 -1
  1479. tensorflow_datasets/text/super_glue_test.py +1 -1
  1480. tensorflow_datasets/text/tiny_shakespeare.py +1 -1
  1481. tensorflow_datasets/text/trec/__init__.py +1 -1
  1482. tensorflow_datasets/text/trec/trec.py +1 -1
  1483. tensorflow_datasets/text/unifiedqa/__init__.py +1 -1
  1484. tensorflow_datasets/text/unifiedqa/unifiedqa.py +1 -1
  1485. tensorflow_datasets/text/unifiedqa/unifiedqa_test.py +1 -1
  1486. tensorflow_datasets/text/universal_dependencies/__init__.py +1 -1
  1487. tensorflow_datasets/text/universal_dependencies/universal_dependencies.py +1 -1
  1488. tensorflow_datasets/text/unnatural_instructions/__init__.py +1 -1
  1489. tensorflow_datasets/text/unnatural_instructions/unnatural_instructions.py +1 -1
  1490. tensorflow_datasets/text/unnatural_instructions/unnatural_instructions_test.py +1 -1
  1491. tensorflow_datasets/text/userlibri_lm_data/__init__.py +1 -1
  1492. tensorflow_datasets/text/userlibri_lm_data/userlibri_lm_data.py +1 -1
  1493. tensorflow_datasets/text/userlibri_lm_data/userlibri_lm_data_test.py +1 -1
  1494. tensorflow_datasets/text/wiki40b.py +1 -1
  1495. tensorflow_datasets/text/wiki40b_test.py +1 -1
  1496. tensorflow_datasets/text/wiki_dialog/__init__.py +1 -1
  1497. tensorflow_datasets/text/wiki_dialog/wiki_dialog.py +1 -1
  1498. tensorflow_datasets/text/wiki_dialog/wiki_dialog_test.py +1 -1
  1499. tensorflow_datasets/text/wikiann/__init__.py +1 -1
  1500. tensorflow_datasets/text/wikiann/wikiann.py +1 -1
  1501. tensorflow_datasets/text/wikiann/wikiann_test.py +1 -1
  1502. tensorflow_datasets/text/wikipedia.py +1 -1
  1503. tensorflow_datasets/text/wikipedia_test.py +1 -1
  1504. tensorflow_datasets/text/wikipedia_toxicity_subtypes.py +1 -1
  1505. tensorflow_datasets/text/wikipedia_toxicity_subtypes_test.py +1 -1
  1506. tensorflow_datasets/text/winogrande.py +1 -1
  1507. tensorflow_datasets/text/winogrande_test.py +1 -1
  1508. tensorflow_datasets/text/wordnet.py +1 -1
  1509. tensorflow_datasets/text/wordnet_test.py +1 -1
  1510. tensorflow_datasets/text/wsc273/__init__.py +1 -1
  1511. tensorflow_datasets/text/wsc273/wsc273.py +1 -1
  1512. tensorflow_datasets/text/wsc273/wsc273_test.py +1 -1
  1513. tensorflow_datasets/text/xnli.py +1 -1
  1514. tensorflow_datasets/text/xnli_test.py +1 -1
  1515. tensorflow_datasets/text/xtreme_pawsx/__init__.py +1 -1
  1516. tensorflow_datasets/text/xtreme_pawsx/xtreme_pawsx.py +1 -1
  1517. tensorflow_datasets/text/xtreme_pawsx/xtreme_pawsx_test.py +1 -1
  1518. tensorflow_datasets/text/xtreme_pos/__init__.py +1 -1
  1519. tensorflow_datasets/text/xtreme_pos/xtreme_pos.py +1 -1
  1520. tensorflow_datasets/text/xtreme_xnli/__init__.py +1 -1
  1521. tensorflow_datasets/text/xtreme_xnli/xtreme_xnli.py +1 -1
  1522. tensorflow_datasets/text/xtreme_xnli/xtreme_xnli_test.py +1 -1
  1523. tensorflow_datasets/text/yelp_polarity.py +1 -1
  1524. tensorflow_datasets/text/yelp_polarity_test.py +1 -1
  1525. tensorflow_datasets/text_simplification/__init__.py +1 -1
  1526. tensorflow_datasets/text_simplification/asset/__init__.py +1 -1
  1527. tensorflow_datasets/text_simplification/asset/asset.py +1 -1
  1528. tensorflow_datasets/text_simplification/wiki_auto/__init__.py +1 -1
  1529. tensorflow_datasets/text_simplification/wiki_auto/wiki_auto.py +1 -1
  1530. tensorflow_datasets/text_simplification/wiki_auto/wiki_auto_test.py +1 -1
  1531. tensorflow_datasets/time_series/__init__.py +1 -1
  1532. tensorflow_datasets/time_series/smartwatch_gestures/__init__.py +1 -1
  1533. tensorflow_datasets/time_series/smartwatch_gestures/smartwatch_gestures.py +1 -1
  1534. tensorflow_datasets/translate/__init__.py +1 -1
  1535. tensorflow_datasets/translate/bucc/__init__.py +1 -1
  1536. tensorflow_datasets/translate/bucc/bucc.py +1 -1
  1537. tensorflow_datasets/translate/flores.py +1 -1
  1538. tensorflow_datasets/translate/mtnt/__init__.py +1 -1
  1539. tensorflow_datasets/translate/mtnt/mtnt.py +1 -1
  1540. tensorflow_datasets/translate/mtnt/mtnt_test.py +1 -1
  1541. tensorflow_datasets/translate/opus.py +1 -1
  1542. tensorflow_datasets/translate/para_crawl.py +1 -1
  1543. tensorflow_datasets/translate/tatoeba/__init__.py +1 -1
  1544. tensorflow_datasets/translate/tatoeba/tatoeba.py +1 -1
  1545. tensorflow_datasets/translate/ted_hrlr.py +1 -1
  1546. tensorflow_datasets/translate/ted_multi.py +1 -1
  1547. tensorflow_datasets/translate/wmt.py +1 -1
  1548. tensorflow_datasets/translate/wmt13.py +1 -1
  1549. tensorflow_datasets/translate/wmt14.py +1 -1
  1550. tensorflow_datasets/translate/wmt15.py +1 -1
  1551. tensorflow_datasets/translate/wmt16.py +1 -1
  1552. tensorflow_datasets/translate/wmt17.py +1 -1
  1553. tensorflow_datasets/translate/wmt18.py +1 -1
  1554. tensorflow_datasets/translate/wmt19.py +1 -1
  1555. tensorflow_datasets/translate/wmt19_test.py +1 -1
  1556. tensorflow_datasets/translate/wmt_t2t.py +1 -1
  1557. tensorflow_datasets/translate/wmt_test.py +1 -1
  1558. tensorflow_datasets/typing.py +1 -1
  1559. tensorflow_datasets/version.py +1 -1
  1560. tensorflow_datasets/version_stable.py +1 -1
  1561. tensorflow_datasets/video/__init__.py +1 -1
  1562. tensorflow_datasets/video/bair_robot_pushing.py +1 -1
  1563. tensorflow_datasets/video/davis/__init__.py +1 -1
  1564. tensorflow_datasets/video/davis/davis.py +1 -1
  1565. tensorflow_datasets/video/davis/davis_test.py +1 -1
  1566. tensorflow_datasets/video/moving_mnist.py +1 -1
  1567. tensorflow_datasets/video/moving_sequence.py +1 -1
  1568. tensorflow_datasets/video/moving_sequence_test.py +1 -1
  1569. tensorflow_datasets/video/robonet.py +1 -1
  1570. tensorflow_datasets/video/starcraft.py +1 -1
  1571. tensorflow_datasets/video/tao/__init__.py +1 -1
  1572. tensorflow_datasets/video/tao/tao.py +1 -1
  1573. tensorflow_datasets/video/tao/tao_test.py +1 -1
  1574. tensorflow_datasets/video/ucf101.py +1 -1
  1575. tensorflow_datasets/video/ucf101_test.py +1 -1
  1576. tensorflow_datasets/video/youtube_vis/__init__.py +1 -1
  1577. tensorflow_datasets/video/youtube_vis/youtube_vis.py +1 -1
  1578. tensorflow_datasets/video/youtube_vis/youtube_vis_test.py +1 -1
  1579. tensorflow_datasets/vision_language/__init__.py +1 -1
  1580. tensorflow_datasets/vision_language/gref/__init__.py +1 -1
  1581. tensorflow_datasets/vision_language/gref/gref.py +1 -1
  1582. tensorflow_datasets/vision_language/gref/gref_test.py +1 -1
  1583. tensorflow_datasets/vision_language/grounded_scan/__init__.py +1 -1
  1584. tensorflow_datasets/vision_language/grounded_scan/grounded_scan.py +1 -1
  1585. tensorflow_datasets/vision_language/grounded_scan/grounded_scan_test.py +1 -1
  1586. tensorflow_datasets/vision_language/laion400m/__init__.py +1 -1
  1587. tensorflow_datasets/vision_language/laion400m/laion400m.py +1 -1
  1588. tensorflow_datasets/vision_language/laion400m/laion400m_test.py +1 -1
  1589. tensorflow_datasets/vision_language/refcoco/__init__.py +1 -1
  1590. tensorflow_datasets/vision_language/refcoco/refcoco.py +1 -1
  1591. tensorflow_datasets/vision_language/wit/__init__.py +1 -1
  1592. tensorflow_datasets/vision_language/wit/wit.py +1 -1
  1593. tensorflow_datasets/vision_language/wit/wit_test.py +1 -1
  1594. tensorflow_datasets/vision_language/wit_kaggle/__init__.py +1 -1
  1595. tensorflow_datasets/vision_language/wit_kaggle/wit_kaggle.py +1 -1
  1596. tensorflow_datasets/vision_language/wit_kaggle/wit_kaggle_test.py +1 -1
  1597. {tfds_nightly-4.9.9.dev202506020045.dist-info → tfds_nightly-4.9.9.dev202506030044.dist-info}/METADATA +1 -1
  1598. {tfds_nightly-4.9.9.dev202506020045.dist-info → tfds_nightly-4.9.9.dev202506030044.dist-info}/RECORD +1603 -1603
  1599. {tfds_nightly-4.9.9.dev202506020045.dist-info → tfds_nightly-4.9.9.dev202506030044.dist-info}/WHEEL +0 -0
  1600. {tfds_nightly-4.9.9.dev202506020045.dist-info → tfds_nightly-4.9.9.dev202506030044.dist-info}/entry_points.txt +0 -0
  1601. {tfds_nightly-4.9.9.dev202506020045.dist-info → tfds_nightly-4.9.9.dev202506030044.dist-info}/licenses/AUTHORS +0 -0
  1602. {tfds_nightly-4.9.9.dev202506020045.dist-info → tfds_nightly-4.9.9.dev202506030044.dist-info}/licenses/LICENSE +0 -0
  1603. {tfds_nightly-4.9.9.dev202506020045.dist-info → tfds_nightly-4.9.9.dev202506030044.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # Copyright 2024 The TensorFlow Datasets Authors.
2
+ # Copyright 2025 The TensorFlow Datasets Authors.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.