/bertin-t5x

BERTIN Project T5X training files

Primary LanguagePythonApache License 2.0Apache-2.0

bertin-t5x

BERTIN Project T5X training files

  1. Clone the repo and cd to it
  2. Clone https://github.com/google-research/t5x inside with name t5x_repo and install in edit mode
  3. Symlink t5x_repo/t5x to t5x in the cloned folder of this repo
  4. Install dependencies jax for TPU and seqio (this one from repo)
  5. Run run.sh

Lists of checkpoints can be found:

If meeting segmentation faults when writing checkpoints to the buckets, the reasone might be tensorstore version 0.1.18. As a temporal fix, try using version 0.1.14 instead.