[20:07:45] - INFO - absl - A polynomial schedule was set with a non-positive `transition_steps` value; this results in a constant schedule with value `init_value`. /home/dat/pino/lib/python3.8/site-packages/jax/_src/numpy/lax_numpy.py:3132: UserWarning: Explicitly requested dtype requested in zeros is not available, and will be truncated to dtype int32. To enable more dtypes, set the jax_enable_x64 configuration option or the JAX_ENABLE_X64 shell environment variable. See https://github.com/google/jax#current-gotchas for more. lax._check_user_dtype_supported(dtype, "zeros") /home/dat/pino/lib/python3.8/site-packages/jax/lib/xla_bridge.py:386: UserWarning: jax.host_count has been renamed to jax.process_count. This alias will eventually be removed; please update your code. warnings.warn( /home/dat/pino/lib/python3.8/site-packages/jax/lib/xla_bridge.py:373: UserWarning: jax.host_id has been renamed to jax.process_index. This alias will eventually be removed; please update your code. warnings.warn( Epoch ... (1/3): 0%| | 0/3 [00:00 samples = [tokenized_datasets["train"][int(idx)] for idx in batch_idx] File "./run_mlm_flax.py", line 785, in samples = [tokenized_datasets["train"][int(idx)] for idx in batch_idx] File "/home/dat/datasets/src/datasets/arrow_dataset.py", line 1517, in __getitem__ return self._getitem( File "/home/dat/datasets/src/datasets/arrow_dataset.py", line 1510, in _getitem formatted_output = format_table( File "/home/dat/datasets/src/datasets/formatting/formatting.py", line 414, in format_table return formatter(pa_table, query_type=query_type) File "/home/dat/datasets/src/datasets/formatting/formatting.py", line 194, in __call__ return self.format_row(pa_table) File "/home/dat/datasets/src/datasets/formatting/formatting.py", line 223, in format_row return self.python_arrow_extractor().extract_row(pa_table) File "/home/dat/datasets/src/datasets/formatting/formatting.py", line 134, in extract_row return _unnest(pa_table.to_pydict())