Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,10 @@ tags:
|
|
8 |
- encoder-decoder
|
9 |
---
|
10 |
|
11 |
-
This is the T5x version of Pile-T5 Large. You can use these checkpoints to continue
|
12 |
-
|
|
|
|
|
13 |
|
14 |
For the HF version, please refer [here](https://huggingface.co/EleutherAI/pile-t5-large)
|
15 |
|
|
|
8 |
- encoder-decoder
|
9 |
---
|
10 |
|
11 |
+
This is the T5x version of Pile-T5 Large. You can use these checkpoints to continue
|
12 |
+
pretraining or finetune using the [T5x](https://github.com/google-research/t5x) library.
|
13 |
+
Scripts used to train Pile-T5 are available in the [improved-t5 repository](https://github.com/EleutherAI/improved-t5)
|
14 |
+
on github. To access a specific step, refer to their respective branch `step_TRAININGSTEP`. The `main` branch is left empty
|
15 |
|
16 |
For the HF version, please refer [here](https://huggingface.co/EleutherAI/pile-t5-large)
|
17 |
|