lintang commited on
Commit
3120228
·
verified ·
1 Parent(s): a22f30b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -8,10 +8,12 @@ tags:
8
  - encoder-decoder
9
  ---
10
 
11
- This is the T5x version of Pile-T5 Base. You can use these checkpoints to continue pretraining or finetune using the [T5x](https://github.com/google-research/t5x) library.
12
- Scripts used to train Pile-T5 are available in the [improved-t5 repository](https://github.com/EleutherAI/improved-t5) on github.
 
 
13
 
14
- For the HF version, please refer [here](https://huggingface.co/EleutherAI/pile-t5-base)
15
 
16
  ### BibTeX
17
 
 
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
 
18
  ### BibTeX
19